]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot-fslc: Update to 2015.10-based fork
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 16 Sep 2015 19:04:31 +0000 (16:04 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 19 Apr 2016 18:03:20 +0000 (15:03 -0300)
This updates the fork based on upcoming 2015.10 release. This is
currently based on 2015.10-rc3 tag and offers a very solid release for
start the tests for Yocto Project 2.0 release.

Change-Id: I1d35409a9806a96f8dd538e2b8c2a3520e9104ba
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.10.bb [moved from recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.07.bb with 87% similarity]
recipes-bsp/u-boot/u-boot-fslc.inc
recipes-bsp/u-boot/u-boot-fslc_2015.07.bb [deleted file]
recipes-bsp/u-boot/u-boot-fslc_2015.10.bb [new file with mode: 0644]

similarity index 87%
rename from recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.07.bb
rename to recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.10.bb
index 134d0f9f253836af30575cd0177047c14dff156a..3ea0d119af063f476e59fa64d2ef2761ac132c00 100644 (file)
@@ -5,10 +5,10 @@ SECTION = "bootloader"
 DEPENDS = "openssl"
 PROVIDES = "u-boot-mxsboot"
 
-PV = "v2015.07+git${SRCPV}"
+PV = "v2015.10+git${SRCPV}"
 
-SRCREV = "3f0c5353f93b5e9c4d57c9f3886ad4cd78c38a81"
-SRCBRANCH = "2015.07+fslc"
+SRCREV = "1fb68c8c84068372cae4adf2e726e2a4ba712655"
+SRCBRANCH = "2015.10+fslc"
 
 SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}"
 
index 5f297b9552f94544244e7de1b9f94b3e91714fa1..df67469c63d459246625e06d2872be55c0fdfd6f 100644 (file)
@@ -11,7 +11,7 @@ was submitted for revision and it takes some time to become part of a stable \
 version, or because it is not applicable for upstreaming."
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://Licenses/README;md5=0507cd7da8e7ad6d6701926ec9b84c95"
-COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf)"
+COMPATIBLE_MACHINE = "(mxs|mx5|mx6|mx6ul|mx7|vf)"
 
 DEPENDS_mxs += "elftosb-native openssl-native"
 
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2015.07.bb b/recipes-bsp/u-boot/u-boot-fslc_2015.07.bb
deleted file mode 100644 (file)
index fbe3eb1..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-include u-boot-fslc.inc
-
-PV = "v2015.07+git${SRCPV}"
-
-SRCREV = "3f0c5353f93b5e9c4d57c9f3886ad4cd78c38a81"
-SRCBRANCH = "2015.07+fslc"
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2015.10.bb b/recipes-bsp/u-boot/u-boot-fslc_2015.10.bb
new file mode 100644 (file)
index 0000000..3c1812b
--- /dev/null
@@ -0,0 +1,6 @@
+include u-boot-fslc.inc
+
+PV = "v2015.10+git${SRCPV}"
+
+SRCREV = "1fb68c8c84068372cae4adf2e726e2a4ba712655"
+SRCBRANCH = "2015.10+fslc"