diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2012-07-02 01:44:45 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-03 14:54:59 +0100 |
commit | b6cf8f90238c3dd21b536a436bb5e10d02d1cb22 (patch) | |
tree | ee9dfcae19ecfd4451abf6f366a1f7e09d9b9d8d /meta | |
parent | feb06a0a2dea6f5a1538240aa9865b80c020bb52 (diff) | |
download | 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')
-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 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" | |||
5 | 5 | ||
6 | inherit deploy | 6 | inherit deploy |
7 | 7 | ||
8 | PARALLEL_MAKE="" | ||
9 | |||
10 | EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}" | 8 | EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}" |
11 | 9 | ||
12 | python () { | 10 | python () { |