These are the oe-core updates required so that yocto can do a successful build of a working u-boot image for the mpc8315 reference BSP.
In v2, I've fixed up the issue where TARGET_PREFIX accidentally became specific to the one single recipe. That made the 3/3 patch in v1 no longer required. However, when build testing, I noticed that we were needlessly clobbering PARALLEL_MAKE for u-boot, which is not at all required, and just slows down builds. So a new patch is added to fix that, and we still have three total. I've built for the beagleboard with -j8 (twice), and the same for the 8315 BSP. I've also always built u-boot with -j10 or greater for countless powerpc images I've made in the last 1/2 dozen years. Looking at the git history, it appears this just came in with some large import, versus being an actively chosen individual setting. The 8315 specific patch that was sent to the yocto list earlier to enable building it (u-boot.bin) by default is unchanged, but I can resend that if it helps somehow. Paul. --- Paul Gortmaker (3): u-boot: Don't make the -Os removal part of global settings. u-boot: make FILESDIR a shared setting. u-boot: do not clobber PARALLEL_MAKE setting meta/recipes-bsp/u-boot/u-boot.inc | 6 ++---- meta/recipes-bsp/u-boot/u-boot_2011.03.bb | 2 -- meta/recipes-bsp/u-boot/u-boot_2011.06.bb | 2 -- meta/recipes-bsp/u-boot/u-boot_2012.04.01.bb | 2 -- 4 files changed, 2 insertions(+), 10 deletions(-) -- 1.7.9.6 _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core