From 18003ec5c23dee4da3a1b03a5c53ad735cc08f30 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 2 Oct 2012 14:14:53 -0300 Subject: [PATCH] u-boot: Update to 2012.10 version Update the version to a 2012.10 based branch. This also remove the hack to avoid use of gold for linking as the fix has been merged in upstream tree. Change-Id: Iab30dd07d6fb4a519b46b248d1de2df8623e31e6 Signed-off-by: Otavio Salvador --- .../u-boot/{u-boot_2012.07.bb => u-boot_2012.10.bb} | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) rename meta-fsl-arm/recipes-bsp/u-boot/{u-boot_2012.07.bb => u-boot_2012.10.bb} (53%) diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.07.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.10.bb similarity index 53% rename from meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.07.bb rename to meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.10.bb index 4237f001..6bcd2a77 100644 --- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.07.bb +++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.10.bb @@ -6,18 +6,11 @@ COMPATIBLE_MACHINE = "(imx28evk|mx3|mx5|mx6)" DEPENDS_mxs += "elftosb-native" -PV = "v2012.07" -PR = "r1" +PV = "v2012.10" -SRCREV = "8b53a1ae421246f1001a2a38121e6c9365843f0a" +SRCREV = "18cfaf0a6d31339106c32fdcdef2408829817143" SRC_URI = "git://github.com/Freescale/u-boot-imx.git" S = "${WORKDIR}/git" PACKAGE_ARCH = "${MACHINE_ARCH}" - -do_compile_prepend() { - if [ "${@base_contains('DISTRO_FEATURES', 'ld-is-gold', 'ld-is-gold', '', d)}" = "ld-is-gold" ] ; then - sed -i 's/$(CROSS_COMPILE)ld/$(CROSS_COMPILE)ld.bfd/g' config.mk - fi -} -- 2.40.1