Cloning fsl-e500mc BSP and trying to create a Platform Project based on it fails.
1. Open Workbench 2. In Project Explorer window right click then click "Export..." button 3. Choose Wind River Linux -> Wind River Linux BSP, click "Next>" button 4.Source BSP to clone "fsl-e500mc" Export to directory: <on my side using workspace> New BSP name: cloneP4080 Script output would be: <wrl6_install_dir>/wrlinux6/wrlinux-6/scripts/clone_bsp.sh -f EXPORT -s fsl-e500mc -x <my_workspace_dir> -n cloneP4080 Choosing yes to add the cloned BSP to the default BSP list. 5. Create a Platform project with the following configuration: <wrl6_install_dir>/wrlinux6/wrlinux-6/wrlinux/configure --enable-board=cloneP4080 --enable-build=production --enable-jobs=9 --enable-parallel-pkgbuilds=9 --enable-kernel=preempt-rt --enable-rootfs=glibc_core+debug --with-layer=/media/workspace/wrlinux6/cloneP4080 --with-rcpl-version=0019 6. make all 7. Observe build failing at applying some patches, please see attached build_fail.log file