Doing a "make clean" in the kernel fails.
The customer was actually building with an SDK, but in a platform project the same result can be found as follows: $ configure --enable-board=axxiaarm --enable-rootfs=glibc_std --enable-kernel=standard $ make -C build linux-windriver $ cd build/linux-windriver/linux-axxiaarm-standard-build $ make clean /usr/work/axxia/bitbake_build/tmp/work-shared/axxiaarm/kernel-source/Makefile:1180: target `_clean_samples' given more than once in the same rule. CLEAN . /usr/work/axxia/bitbake_build/tmp/work-shared/axxiaarm/kernel-source/scripts/Makefile.clean:14: /usr/work/axxia/bitbake_build/tmp/work-shared/axxiaarm/kernel-source/drivers/net/ethernet/intel/axxia/Makefile: No such file or directory make[7]: *** No rule to make target `/usr/work/axxia/bitbake_build/tmp/work-shared/axxiaarm/kernel-source/drivers/net/ethernet/intel/axxia/Makefile'. Stop. make[6]: *** [drivers/net/ethernet/intel/axxia] Error 2 make[5]: *** [drivers/net/ethernet/intel] Error 2 make[4]: *** [drivers/net/ethernet] Error 2 make[3]: *** [drivers/net] Error 2 make[2]: *** [_clean_drivers] Error 2 make[1]: *** [sub-make] Error 2 make: *** [__sub-make] Error 2