[meta-freescale] [meta-fsl-arm][PATCH 03/17] u-boot-imx: Update to i.MX 6Quad Plus GA and 6UltraLite GA releases

Lauren Post lauren.post at freescale.com
Thu Sep 17 12:27:37 PDT 2015


QuadPlus and Ultralite were each standalone releases so keep
baranches and commits specific to each standalone release.

Signed-off-by: Lauren Post <lauren.post at freescale.com>
---
 recipes-bsp/u-boot/u-boot-imx_2015.04.bb | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/recipes-bsp/u-boot/u-boot-imx_2015.04.bb b/recipes-bsp/u-boot/u-boot-imx_2015.04.bb
index ab53d9d..c7a4268 100644
--- a/recipes-bsp/u-boot/u-boot-imx_2015.04.bb
+++ b/recipes-bsp/u-boot/u-boot-imx_2015.04.bb
@@ -8,9 +8,16 @@ PROVIDES += "u-boot"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
-SRCBRANCH = "imx_v2015.04_3.14.38_6ul7d_beta"
+SRCBRANCH_mx6 = "imx_v2015.04_3.14.38_6qp_ga"
+SRCREV_mx6 = "f80d628744bd1e669e365c52068067563b577e16"
+
+SRCBRANCH_mx6ul = "imx_v2015.04_3.14.38_6ul_ga"
+SRCREV_mx6ul = "5d63276bfebc82cffa10d66ddaa903dd2ab0df43"
+
+SRCBRANCH_mx7 = "imx_v2015.04_3.14.38_6ul_ga"
+SRCREV_mx7 = "5d63276bfebc82cffa10d66ddaa903dd2ab0df43"
+
 SRC_URI = "git://git.freescale.com/imx/uboot-imx.git;protocol=git;branch=${SRCBRANCH}"
-SRCREV = "b026e66a5bb6c2b6fda9e353dfe9061306c69da4"
 
 S = "${WORKDIR}/git"
 
@@ -19,4 +26,4 @@ inherit fsl-u-boot-localversion
 LOCALVERSION ?= "-${SRCBRANCH}"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
-COMPATIBLE_MACHINE = "(mx6|mx7)"
+COMPATIBLE_MACHINE = "(mx6|mx6ul|mx7)"
-- 
2.1.4



More information about the meta-freescale mailing list