From 0819074273c6155e28308a69103a37bb57ad03c4 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Fri, 11 Jan 2013 08:56:46 -0200 Subject: u-boot-fslc: Update to 2013.01-rc3 This fixes many issues with 2012.10 release and allow for testing of all boards before the final release. Signed-off-by: Otavio Salvador --- recipes-bsp/u-boot/u-boot-fslc_2012.10.bb | 19 ------------------- recipes-bsp/u-boot/u-boot-fslc_2013.01.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 19 deletions(-) delete mode 100644 recipes-bsp/u-boot/u-boot-fslc_2012.10.bb create mode 100644 recipes-bsp/u-boot/u-boot-fslc_2013.01.bb diff --git a/recipes-bsp/u-boot/u-boot-fslc_2012.10.bb b/recipes-bsp/u-boot/u-boot-fslc_2012.10.bb deleted file mode 100644 index 4bb2d87..0000000 --- a/recipes-bsp/u-boot/u-boot-fslc_2012.10.bb +++ /dev/null @@ -1,19 +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" - -PROVIDES += "u-boot" - -PV = "v2012.10" -PR = "r3" - -SRCREV = "01116f7a492283dae8c39d50183998488634720c" -SRC_URI = "git://github.com/Freescale/u-boot-imx.git" - -S = "${WORKDIR}/git" - -PACKAGE_ARCH = "${MACHINE_ARCH}" diff --git a/recipes-bsp/u-boot/u-boot-fslc_2013.01.bb b/recipes-bsp/u-boot/u-boot-fslc_2013.01.bb new file mode 100644 index 0000000..9844bc4 --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-fslc_2013.01.bb @@ -0,0 +1,18 @@ +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" + +PROVIDES += "u-boot" + +PV = "v2013.01" + +SRCREV = "648affb4702c555cbd52fb5515c403d8363eef07" +SRC_URI = "git://github.com/Freescale/u-boot-imx.git" + +S = "${WORKDIR}/git" + +PACKAGE_ARCH = "${MACHINE_ARCH}" -- cgit v1.2.3-54-g00ecf