]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot: Update to 2012.10 version
authorOtavio Salvador <otavio@ossystems.com.br>
Tue, 2 Oct 2012 17:14:53 +0000 (14:14 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 19 Oct 2012 18:48:45 +0000 (15:48 -0300)
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 <otavio@ossystems.com.br>
meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.10.bb [moved from meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.07.bb with 53% similarity]

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 4237f001fb1fee5796f0a2f613103ce385c274ed..6bcd2a774280cbfb88e5412ee840b4342209ff2d 100644 (file)
@@ -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
-}