]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot-fslc: Update to 2013.10-rc2
authorOtavio Salvador <otavio@ossystems.com.br>
Tue, 3 Sep 2013 18:57:34 +0000 (15:57 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 4 Sep 2013 13:35:22 +0000 (10:35 -0300)
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>
meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb [moved from meta-fsl-arm/recipes-bsp/u-boot/u-boot-mxsboot_2013.07.bb with 72% similarity]
meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb [moved from meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.07.bb with 64% similarity]

similarity index 72%
rename from meta-fsl-arm/recipes-bsp/u-boot/u-boot-mxsboot_2013.07.bb
rename to meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb
index 7605ce2b7a7bca22250dcc749597a941abdaf091..b87a763981b2d02c0f6e604d418744bb2ecdf7b6 100644 (file)
@@ -1,11 +1,12 @@
 DESCRIPTION = "U-boot bootloader mxsboot tool"
 LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
+LIC_FILES_CHKSUM = "file://Licenses/README;md5=6bc50ecab884fce80cd3ef3da8852b08"
 SECTION = "bootloader"
+PROVIDES = "u-boot-mxsboot"
 
-PV = "v2013.07"
+PV = "v2013.10"
 
-SRCREV = "cba5372e531ab9c94f76464dd58511d1c1edc2ee"
+SRCREV = "fb18fa95a14ae875ef0a5421cd9fecc00c7c3a4c"
 SRC_URI = "git://github.com/Freescale/u-boot-imx.git"
 
 S = "${WORKDIR}/git"
similarity index 64%
rename from meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.07.bb
rename to meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb
index 584556947a309aed479a7d3cb52b057499341bca..b1fe2e15be6fd5afccc26c5c19354102107b015b 100644 (file)
@@ -1,16 +1,16 @@
 require recipes-bsp/u-boot/u-boot.inc
 
 LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
+LIC_FILES_CHKSUM = "file://Licenses/README;md5=6bc50ecab884fce80cd3ef3da8852b08"
 COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6|vf60)"
 
 DEPENDS_mxs += "elftosb-native"
 
 PROVIDES += "u-boot"
 
-PV = "v2013.07"
+PV = "v2013.10"
 
-SRCREV = "cba5372e531ab9c94f76464dd58511d1c1edc2ee"
+SRCREV = "fb18fa95a14ae875ef0a5421cd9fecc00c7c3a4c"
 SRC_URI = "git://github.com/Freescale/u-boot-imx.git"
 
 S = "${WORKDIR}/git"