build-kernel-mainline.sh and build-kernel-bsp.sh both default to the same LINUX_OUT=prebuilt/linux/. Running them in parallel causes an mv: unable to remove target: Directory not empty failure at the final packaging step. The fix is to give each script a distinct default (prebuilt/linux-mainline/, prebuilt/linux-bsp/). The README now (#76) warns about it, but a script-side fix would be better. Currently caught by the README warning; silently corrupts the build otherwise.
build-kernel-mainline.shandbuild-kernel-bsp.shboth default to the sameLINUX_OUT=prebuilt/linux/. Running them in parallel causes anmv: unable to remove target: Directory not emptyfailure at the final packaging step. The fix is to give each script a distinct default (prebuilt/linux-mainline/,prebuilt/linux-bsp/). The README now (#76) warns about it, but a script-side fix would be better. Currently caught by the README warning; silently corrupts the build otherwise.