diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2012-07-02 01:44:45 -0400 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2012-07-03 00:05:39 -0700 |
commit | 7fdd1f82803df9752e908f01f7643d66b82a690e (patch) | |
tree | 7fc5bcec0349a8b733395593ae43b2814f2901d4 /meta/recipes-bsp/u-boot/u-boot.inc | |
parent | 5e3f777f9fcc986ae66203651830b5765bca49fd (diff) | |
download | openembedded-core-contrib-7fdd1f82803df9752e908f01f7643d66b82a690e.tar.gz |
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@windriver.com>
Diffstat (limited to 'meta/recipes-bsp/u-boot/u-boot.inc')
-rw-r--r-- | 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 5de3583424a..afc2d126e46 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 () { |