From 20fc5b168e20d5fc399a3eab436522c885e76bb5 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 2 Oct 2012 14:14:53 -0300 Subject: 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 --- recipes-bsp/u-boot/u-boot_2012.07.bb | 23 ----------------------- recipes-bsp/u-boot/u-boot_2012.10.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 23 deletions(-) delete mode 100644 recipes-bsp/u-boot/u-boot_2012.07.bb create mode 100644 recipes-bsp/u-boot/u-boot_2012.10.bb diff --git a/recipes-bsp/u-boot/u-boot_2012.07.bb b/recipes-bsp/u-boot/u-boot_2012.07.bb deleted file mode 100644 index 4237f00..0000000 --- a/recipes-bsp/u-boot/u-boot_2012.07.bb +++ /dev/null @@ -1,23 +0,0 @@ -require recipes-bsp/u-boot/u-boot.inc - -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" -COMPATIBLE_MACHINE = "(imx28evk|mx3|mx5|mx6)" - -DEPENDS_mxs += "elftosb-native" - -PV = "v2012.07" -PR = "r1" - -SRCREV = "8b53a1ae421246f1001a2a38121e6c9365843f0a" -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 -} diff --git a/recipes-bsp/u-boot/u-boot_2012.10.bb b/recipes-bsp/u-boot/u-boot_2012.10.bb new file mode 100644 index 0000000..6bcd2a7 --- /dev/null +++ b/recipes-bsp/u-boot/u-boot_2012.10.bb @@ -0,0 +1,16 @@ +require recipes-bsp/u-boot/u-boot.inc + +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" +COMPATIBLE_MACHINE = "(imx28evk|mx3|mx5|mx6)" + +DEPENDS_mxs += "elftosb-native" + +PV = "v2012.10" + +SRCREV = "18cfaf0a6d31339106c32fdcdef2408829817143" +SRC_URI = "git://github.com/Freescale/u-boot-imx.git" + +S = "${WORKDIR}/git" + +PACKAGE_ARCH = "${MACHINE_ARCH}" -- cgit v1.2.3-54-g00ecf