From: Stelios Koroneos Date: Tue, 12 Jun 2007 09:44:36 +0000 (+0000) Subject: packages/uboot/u-boot.inc : Disable parallel make for u-boot as it fails for no apparent X-Git-Tag: Release-2010-05/1~8868^2~400^2~3 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49dd3f8a1e77887afef0674d2ef66c6bae8f637d;p=openembedded.git packages/uboot/u-boot.inc : Disable parallel make for u-boot as it fails for no apparent reason when its enabled --- 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"