From 946403046c17a022838194d8a5c7a8454ce16f7f Mon Sep 17 00:00:00 2001 From: Lauren Post Date: Thu, 17 Sep 2015 14:27:37 -0500 Subject: [PATCH] u-boot-imx: Update to i.MX 6Quad Plus GA and 6UltraLite GA releases QuadPlus and Ultralite were each standalone releases so keep baranches and commits specific to each standalone release. Signed-off-by: Lauren Post Signed-off-by: Otavio Salvador --- 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 ab53d9dd..c7a4268f 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.40.1