From: Paul Gortmaker Date: Mon, 2 Jul 2012 05:44:45 +0000 (-0400) Subject: u-boot: do not clobber PARALLEL_MAKE setting X-Git-Tag: 2015-4~10160 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=7fdd1f82803df9752e908f01f7643d66b82a690e;p=openembedded-core.git u-boot: do not clobber PARALLEL_MAKE setting The u-boot tree is fully capable of parallel builds, so this setting should not exist as a blanket setting for all of the recipes. Going forward, if there is a parallelism issue in u-boot, it needs to be reported and fixed there, and not with the "make -j1" band-aid approach. Signed-off-by: Paul Gortmaker --- diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.inc index 5de3583424..afc2d126e4 100644 --- a/meta/recipes-bsp/u-boot/u-boot.inc +++ b/meta/recipes-bsp/u-boot/u-boot.inc @@ -5,8 +5,6 @@ PROVIDES = "virtual/bootloader" inherit deploy -PARALLEL_MAKE="" - EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}" python () {