Update to latest fixes in 3.14.38-6QP_beta which adds support for i.MX 7Dual and i.MX 6QuadPlus boot configurations.
Signed-off-by: Lauren Post <[email protected]> --- recipes-bsp/u-boot/u-boot-imx_2014.04.bb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 ebae692..0459971 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,10 @@ 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" -SRC_URI = "git://git.freescale.com/imx/uboot-imx.git;protocol=git;branch=${SRCBRANCH}" -SRCREV = "88123ea911e133724cbe738c2b0517fa470592c0" +SRCBRANCH = "imx_v2014.04_3.14.38_6qp_beta" +UBOOT_SRC ?= "git://git.freescale.com/imx/uboot-imx.git;protocol=git" +SRC_URI = "${UBOOT_SRC};branch=${SRCBRANCH}" +SRCREV = "6e9282c2567b2820699fa55d2c6bf0ab78e992d6" S = "${WORKDIR}/git" @@ -19,4 +20,4 @@ inherit fsl-u-boot-localversion LOCALVERSION ?= "-${SRCBRANCH}" PACKAGE_ARCH = "${MACHINE_ARCH}" -COMPATIBLE_MACHINE = "(mx6)" +COMPATIBLE_MACHINE = "(mx6|mx7)" -- 1.7.9.5 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
