summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/uboot/u-boot.inc
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2011-01-19 10:07:25 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-01-21 11:18:36 +0000
commitf2dc7fadd8c6b180c3f985873261216d53f47f0d (patch)
treef5dc544cc352312cac3b8907077a9dbabd32a5fe /meta/recipes-bsp/uboot/u-boot.inc
parentb6cbf223d838bca674301927d6c3ec48e349009b (diff)
downloadpoky-f2dc7fadd8c6b180c3f985873261216d53f47f0d.tar.gz
u-boot: Add a new upstream u-boot recipe
uboot-omap3 appears to be fairly stale (last commit in April 2010) while the upstream u-boot is making regular tagged releases. Add a new recipe using the upstream u-boot repository. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Tom Zanussi <tom.zanussi@intel.com> CC: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta/recipes-bsp/uboot/u-boot.inc')
-rw-r--r--meta/recipes-bsp/uboot/u-boot.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-bsp/uboot/u-boot.inc b/meta/recipes-bsp/uboot/u-boot.inc
index 889f6215ed..6363474e53 100644
--- a/meta/recipes-bsp/uboot/u-boot.inc
+++ b/meta/recipes-bsp/uboot/u-boot.inc
@@ -9,7 +9,8 @@ inherit deploy
9 9
10PARALLEL_MAKE="" 10PARALLEL_MAKE=""
11 11
12EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}" 12# GCC 4.5.1 builds unusable binaries using -Os, remove it from OPTFLAGS
13EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX} OPTFLAGS=''"
13 14
14UBOOT_MACHINE ?= "${MACHINE}_config" 15UBOOT_MACHINE ?= "${MACHINE}_config"
15UBOOT_IMAGE ?= "u-boot-${MACHINE}-${PV}-${PR}.bin" 16UBOOT_IMAGE ?= "u-boot-${MACHINE}-${PV}-${PR}.bin"