]> code.ossystems Code Review - openembedded-core.git/commitdiff
u-boot: do not clobber PARALLEL_MAKE setting
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 2 Jul 2012 05:44:45 +0000 (01:44 -0400)
committerSaul Wold <sgw@linux.intel.com>
Tue, 3 Jul 2012 07:05:39 +0000 (00:05 -0700)
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@windriver.com>
meta/recipes-bsp/u-boot/u-boot.inc

index 5de3583424a10c2a3a9e56983d79a01aac3f2258..afc2d126e46bed7faa1ac650c357c77e3dc788db 100644 (file)
@@ -5,8 +5,6 @@ PROVIDES = "virtual/bootloader"
 
 inherit deploy
 
-PARALLEL_MAKE=""
-
 EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}"
 
 python () {