summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-06-17 14:25:50 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2013-06-20 16:59:15 -0300
commit15a0547596d1a8ac95a0c0a05fc489443492e52c (patch)
tree27472e78732e8358f9ff90234c0c7f10e854211f
parent976ce7acf4e2b8b8ebf61cb2488c11c2c74e0af8 (diff)
downloadmeta-fsl-arm-15a0547596d1a8ac95a0c0a05fc489443492e52c.tar.gz
u-boot-fslc: Update to 2013.07-rc1 release
This updates the U-Boot and mxsboot utility to the 2013.07-rc1 release. Change-Id: Ib1079c18bd17fd59cd77ba604de770262784d63b Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc_2013.07.bb (renamed from recipes-bsp/u-boot/u-boot-fslc_2013.04.bb)4
-rw-r--r--recipes-bsp/u-boot/u-boot-mxsboot_2013.07.bb (renamed from recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb)4
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2013.04.bb b/recipes-bsp/u-boot/u-boot-fslc_2013.07.bb
index 1e9794c..ffd6a5a 100644
--- a/recipes-bsp/u-boot/u-boot-fslc_2013.04.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc_2013.07.bb
@@ -8,9 +8,9 @@ DEPENDS_mxs += "elftosb-native"
8 8
9PROVIDES += "u-boot" 9PROVIDES += "u-boot"
10 10
11PV = "v2013.04" 11PV = "v2013.07"
12 12
13SRCREV = "08868dbb801a87cf2f98a6bd6faf93bb76feb776" 13SRCREV = "d5ab097f918d09eb9e31f6b46d8e1ceb6ec44c41"
14SRC_URI = "git://github.com/Freescale/u-boot-imx.git" 14SRC_URI = "git://github.com/Freescale/u-boot-imx.git"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
diff --git a/recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb b/recipes-bsp/u-boot/u-boot-mxsboot_2013.07.bb
index e055540..872b30d 100644
--- a/recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb
+++ b/recipes-bsp/u-boot/u-boot-mxsboot_2013.07.bb
@@ -3,9 +3,9 @@ LICENSE = "GPLv2+"
3LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" 3LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
4SECTION = "bootloader" 4SECTION = "bootloader"
5 5
6PV = "v2013.04" 6PV = "v2013.07"
7 7
8SRCREV = "08868dbb801a87cf2f98a6bd6faf93bb76feb776" 8SRCREV = "d5ab097f918d09eb9e31f6b46d8e1ceb6ec44c41"
9SRC_URI = "git://github.com/Freescale/u-boot-imx.git" 9SRC_URI = "git://github.com/Freescale/u-boot-imx.git"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"