diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2013-03-30 19:34:38 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-04-09 18:41:12 -0300 |
commit | 64eb95b1ac0628c0e2996cfc5b785ae839d3e3c7 (patch) | |
tree | a4afe6ed8613e7261b04e3fd37201818219eb4d4 | |
parent | 8711271ff09cbe95155d5786d6553fd213a69a17 (diff) | |
download | meta-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 | ||
3 | LICENSE = "GPLv2+" | 3 | LICENSE = "GPLv2+" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" |
5 | COMPATIBLE_MACHINE = "(imx28evk|mx3|mx5|mx6)" | 5 | COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6)" |
6 | 6 | ||
7 | DEPENDS_mxs += "elftosb-native" | 7 | DEPENDS_mxs += "elftosb-native" |
8 | 8 | ||
9 | PROVIDES += "u-boot" | 9 | PROVIDES += "u-boot" |
10 | 10 | ||
11 | PV = "v2013.01" | 11 | PV = "v2013.04" |
12 | PR = "r3" | ||
13 | 12 | ||
14 | SRCREV = "6997ad60ace1244119080bc1811586f231ef267a" | 13 | SRCREV = "7e2cfc83e91229e2573a3b51aec9e8c9fd27ed79" |
15 | SRC_URI = "git://github.com/Freescale/u-boot-imx.git" | 14 | SRC_URI = "git://github.com/Freescale/u-boot-imx.git" |
16 | 15 | ||
17 | S = "${WORKDIR}/git" | 16 | S = "${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+" | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" |
4 | SECTION = "bootloader" | 4 | SECTION = "bootloader" |
5 | 5 | ||
6 | PV = "v2013.01" | 6 | PV = "v2013.04" |
7 | PR = "r1" | ||
8 | 7 | ||
9 | SRCREV = "d229fb849bd4b453a08b18f4f8cd00741ef53b1d" | 8 | SRCREV = "7e2cfc83e91229e2573a3b51aec9e8c9fd27ed79" |
10 | SRC_URI = "git://github.com/Freescale/u-boot-imx.git" | 9 | SRC_URI = "git://github.com/Freescale/u-boot-imx.git" |
11 | 10 | ||
12 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |