From: Lauren Post Date: Thu, 16 Jul 2015 19:22:35 +0000 (-0500) Subject: u-boox-imx: Upgrade to 3.14.28-6QP_beta release X-Git-Tag: 2.1~449 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=05c1b1a055b0a537cafa20e6dbd302ebb00214fb;p=meta-freescale.git u-boox-imx: Upgrade to 3.14.28-6QP_beta release Update to latest fixes in 3.14.38-6QP_beta which adds support for i.MX 7Dual and i.MX 6QuadPlus boot configurations. Bug fixes for i.MX 6 boards including ARM errata fixes. Signed-off-by: Lauren Post Signed-off-by: Otavio Salvador --- diff --git a/recipes-bsp/u-boot/u-boot-imx_2014.04.bb b/recipes-bsp/u-boot/u-boot-imx_2014.04.bb index ebae6922..c4c8670e 100644 --- a/recipes-bsp/u-boot/u-boot-imx_2014.04.bb +++ b/recipes-bsp/u-boot/u-boot-imx_2014.04.bb @@ -8,9 +8,9 @@ PROVIDES += "u-boot" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" -SRCBRANCH = "imx_v2014.04_3.14.28_1.0.0_ga" +SRCBRANCH = "imx_v2014.04_3.14.38_6qp_beta" SRC_URI = "git://git.freescale.com/imx/uboot-imx.git;protocol=git;branch=${SRCBRANCH}" -SRCREV = "88123ea911e133724cbe738c2b0517fa470592c0" +SRCREV = "6e9282c2567b2820699fa55d2c6bf0ab78e992d6" S = "${WORKDIR}/git" @@ -19,4 +19,4 @@ inherit fsl-u-boot-localversion LOCALVERSION ?= "-${SRCBRANCH}" PACKAGE_ARCH = "${MACHINE_ARCH}" -COMPATIBLE_MACHINE = "(mx6)" +COMPATIBLE_MACHINE = "(mx6|mx7)"