summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2012-07-02 01:44:45 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-03 14:54:59 +0100
commitb6cf8f90238c3dd21b536a436bb5e10d02d1cb22 (patch)
treeee9dfcae19ecfd4451abf6f366a1f7e09d9b9d8d /meta/recipes-bsp
parentfeb06a0a2dea6f5a1538240aa9865b80c020bb52 (diff)
downloadast2050-yocto-poky-b6cf8f90238c3dd21b536a436bb5e10d02d1cb22.zip
ast2050-yocto-poky-b6cf8f90238c3dd21b536a436bb5e10d02d1cb22.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. (From OE-Core rev: 7fdd1f82803df9752e908f01f7643d66b82a690e) Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r--meta/recipes-bsp/u-boot/u-boot.inc2
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 () {
OpenPOWER on IntegriCloud