summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-03-30 19:34:38 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2013-04-09 18:41:12 -0300
commit64eb95b1ac0628c0e2996cfc5b785ae839d3e3c7 (patch)
treea4afe6ed8613e7261b04e3fd37201818219eb4d4
parent8711271ff09cbe95155d5786d6553fd213a69a17 (diff)
downloadmeta-fsl-arm-64eb95b1ac0628c0e2996cfc5b785ae839d3e3c7.tar.gz
u-boot-fslc: Update to 20130409 patches-2013.04's snapshot
This updates our U-Boot mainline based branch to a 20130409 snapshot; the u-boot-fslc and u-boot-mxsboot recipes were updated. Change-Id: I89a3608e1cd94a7e26307c9dbe7774975af7baa3 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc_2013.04.bb (renamed from recipes-bsp/u-boot/u-boot-fslc_2013.01.bb)7
-rw-r--r--recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb (renamed from recipes-bsp/u-boot/u-boot-mxsboot_2013.01.bb)5
2 files changed, 5 insertions, 7 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2013.01.bb b/recipes-bsp/u-boot/u-boot-fslc_2013.04.bb
index f67a92b..01b9d59 100644
--- a/recipes-bsp/u-boot/u-boot-fslc_2013.01.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc_2013.04.bb
@@ -2,16 +2,15 @@ require recipes-bsp/u-boot/u-boot.inc
2 2
3LICENSE = "GPLv2+" 3LICENSE = "GPLv2+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" 4LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
5COMPATIBLE_MACHINE = "(imx28evk|mx3|mx5|mx6)" 5COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6)"
6 6
7DEPENDS_mxs += "elftosb-native" 7DEPENDS_mxs += "elftosb-native"
8 8
9PROVIDES += "u-boot" 9PROVIDES += "u-boot"
10 10
11PV = "v2013.01" 11PV = "v2013.04"
12PR = "r3"
13 12
14SRCREV = "6997ad60ace1244119080bc1811586f231ef267a" 13SRCREV = "7e2cfc83e91229e2573a3b51aec9e8c9fd27ed79"
15SRC_URI = "git://github.com/Freescale/u-boot-imx.git" 14SRC_URI = "git://github.com/Freescale/u-boot-imx.git"
16 15
17S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
diff --git a/recipes-bsp/u-boot/u-boot-mxsboot_2013.01.bb b/recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb
index 42acd39..b6c271f 100644
--- a/recipes-bsp/u-boot/u-boot-mxsboot_2013.01.bb
+++ b/recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb
@@ -3,10 +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.01" 6PV = "v2013.04"
7PR = "r1"
8 7
9SRCREV = "d229fb849bd4b453a08b18f4f8cd00741ef53b1d" 8SRCREV = "7e2cfc83e91229e2573a3b51aec9e8c9fd27ed79"
10SRC_URI = "git://github.com/Freescale/u-boot-imx.git" 9SRC_URI = "git://github.com/Freescale/u-boot-imx.git"
11 10
12S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"