summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-09-03 15:57:34 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2013-09-04 10:35:22 -0300
commit87fae6e7d89567772e4919a2dc88c8fc50b2c9d8 (patch)
treec9c4d6d27dcfd46649d9e4f1b3c9875965a558a7 /recipes-bsp/u-boot
parentd805ad47015285cf7fbe0c7433851b9b513cc197 (diff)
downloadmeta-fsl-arm-87fae6e7d89567772e4919a2dc88c8fc50b2c9d8.tar.gz
u-boot-fslc: Update to 2013.10-rc2
This patch updates the source against the 2013.10-rc2 release; this also renames the u-boot-mxsboot recipe to u-boot-fslc-mxsboot so it makes it clear that it is based on u-boot-fslc version. The license checksum has changes as U-Boot now uses SPDX Unique License Identifiers (eca3aeb Licenses: introduce SPDX Unique Lincense Identifiers). Change-Id: I761d92f3f1eaf419a238d544357293a3a953b7c8 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb (renamed from recipes-bsp/u-boot/u-boot-mxsboot_2013.07.bb)7
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc_2013.10.bb (renamed from recipes-bsp/u-boot/u-boot-fslc_2013.07.bb)6
2 files changed, 7 insertions, 6 deletions
diff --git a/recipes-bsp/u-boot/u-boot-mxsboot_2013.07.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb
index 7605ce2..b87a763 100644
--- a/recipes-bsp/u-boot/u-boot-mxsboot_2013.07.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb
@@ -1,11 +1,12 @@
1DESCRIPTION = "U-boot bootloader mxsboot tool" 1DESCRIPTION = "U-boot bootloader mxsboot tool"
2LICENSE = "GPLv2+" 2LICENSE = "GPLv2+"
3LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" 3LIC_FILES_CHKSUM = "file://Licenses/README;md5=6bc50ecab884fce80cd3ef3da8852b08"
4SECTION = "bootloader" 4SECTION = "bootloader"
5PROVIDES = "u-boot-mxsboot"
5 6
6PV = "v2013.07" 7PV = "v2013.10"
7 8
8SRCREV = "cba5372e531ab9c94f76464dd58511d1c1edc2ee" 9SRCREV = "fb18fa95a14ae875ef0a5421cd9fecc00c7c3a4c"
9SRC_URI = "git://github.com/Freescale/u-boot-imx.git" 10SRC_URI = "git://github.com/Freescale/u-boot-imx.git"
10 11
11S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2013.07.bb b/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb
index 5845569..b1fe2e1 100644
--- a/recipes-bsp/u-boot/u-boot-fslc_2013.07.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb
@@ -1,16 +1,16 @@
1require recipes-bsp/u-boot/u-boot.inc 1require recipes-bsp/u-boot/u-boot.inc
2 2
3LICENSE = "GPLv2+" 3LICENSE = "GPLv2+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" 4LIC_FILES_CHKSUM = "file://Licenses/README;md5=6bc50ecab884fce80cd3ef3da8852b08"
5COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6|vf60)" 5COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6|vf60)"
6 6
7DEPENDS_mxs += "elftosb-native" 7DEPENDS_mxs += "elftosb-native"
8 8
9PROVIDES += "u-boot" 9PROVIDES += "u-boot"
10 10
11PV = "v2013.07" 11PV = "v2013.10"
12 12
13SRCREV = "cba5372e531ab9c94f76464dd58511d1c1edc2ee" 13SRCREV = "fb18fa95a14ae875ef0a5421cd9fecc00c7c3a4c"
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"