[oe-commits] Paul Gortmaker : u-boot: do not clobber PARALLEL_MAKE setting

git at git.openembedded.org git at git.openembedded.org
Tue Jul 3 13:55:27 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 7fdd1f82803df9752e908f01f7643d66b82a690e
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=7fdd1f82803df9752e908f01f7643d66b82a690e

Author: Paul Gortmaker <paul.gortmaker at windriver.com>
Date:   Mon Jul  2 01:44:45 2012 -0400

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 <paul.gortmaker at windriver.com>

---

 meta/recipes-bsp/u-boot/u-boot.inc |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.inc
index 5de3583..afc2d12 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 () {





More information about the Openembedded-commits mailing list