From 7f9bcf637ca84b98a9304f00aa0655385d2a52ac Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 25 Apr 2012 17:09:33 -0300 Subject: u-boot: update from 2012.04 to 2012.04.01 release This fixes a critical bug in command line processing thus it is a mandatory update for us. Signed-off-by: Otavio Salvador --- recipes-bsp/u-boot/u-boot_2012.04.01.bb | 23 +++++++++++++++++++++++ recipes-bsp/u-boot/u-boot_2012.04.bb | 23 ----------------------- 2 files changed, 23 insertions(+), 23 deletions(-) create mode 100644 recipes-bsp/u-boot/u-boot_2012.04.01.bb delete mode 100644 recipes-bsp/u-boot/u-boot_2012.04.bb diff --git a/recipes-bsp/u-boot/u-boot_2012.04.01.bb b/recipes-bsp/u-boot/u-boot_2012.04.01.bb new file mode 100644 index 0000000..e217306 --- /dev/null +++ b/recipes-bsp/u-boot/u-boot_2012.04.01.bb @@ -0,0 +1,23 @@ +require recipes-bsp/u-boot/u-boot.inc + +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" +COMPATIBLE_MACHINE = "(imx53qsb|imx53ard|imx51evk|imx28evk|imx6qsabrelite)" + +DEPENDS_mxs += "elftosb-native" + +SRCREV = "415d386877df49eb051b85ef74fa59a16dc17c7d" + +PV = "v2012.04.01" + +SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=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.04.bb b/recipes-bsp/u-boot/u-boot_2012.04.bb deleted file mode 100644 index 4f24183..0000000 --- a/recipes-bsp/u-boot/u-boot_2012.04.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 = "(imx53qsb|imx53ard|imx51evk|imx28evk|imx6qsabrelite)" - -DEPENDS_mxs += "elftosb-native" - -SRCREV = "2790bf69dc12fb9aeb9836904e5f57c7f83d5552" - -PV = "v2012.04" - -SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=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 -} -- cgit v1.2.3-54-g00ecf