diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-06-12 09:44:36 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-06-12 09:44:36 +0000 |
commit | 49dd3f8a1e77887afef0674d2ef66c6bae8f637d (patch) | |
tree | 941a8eb03122fd8ee82d4c8c7dfa6dcf20a8b483 /packages/uboot/u-boot.inc | |
parent | 865c3c4b08b89d4133a9e04c96f202c0f4408ec3 (diff) |
packages/uboot/u-boot.inc : Disable parallel make for u-boot as it fails for no apparent
reason when its enabled
Diffstat (limited to 'packages/uboot/u-boot.inc')
-rw-r--r-- | packages/uboot/u-boot.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/uboot/u-boot.inc b/packages/uboot/u-boot.inc index 9a0199496c..9f7356d5d7 100644 --- a/packages/uboot/u-boot.inc +++ b/packages/uboot/u-boot.inc @@ -5,6 +5,8 @@ PRIORITY = "optional" LICENSE = "GPL" PROVIDES = "virtual/bootloader" +PARALLEL_MAKE="" + EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}" UBOOT_MACHINE ?= "${MACHINE}_config" |