From f2dc7fadd8c6b180c3f985873261216d53f47f0d Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Wed, 19 Jan 2011 10:07:25 -0800 Subject: 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 CC: Tom Zanussi CC: Bruce Ashfield --- meta/recipes-bsp/uboot/u-boot.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/recipes-bsp/uboot/u-boot.inc') 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 PARALLEL_MAKE="" -EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}" +# GCC 4.5.1 builds unusable binaries using -Os, remove it from OPTFLAGS +EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX} OPTFLAGS=''" UBOOT_MACHINE ?= "${MACHINE}_config" UBOOT_IMAGE ?= "u-boot-${MACHINE}-${PV}-${PR}.bin" -- cgit v1.2.3-54-g00ecf