diff options
author | Lauren Post <lauren.post@freescale.com> | 2015-07-16 14:22:35 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:13 -0300 |
commit | 05c1b1a055b0a537cafa20e6dbd302ebb00214fb (patch) | |
tree | 6d67d7a21dab1b789760455a42cf7128ac22708b | |
parent | 2ffc0d0500fdc7fae85867693949fb23f5ac65dd (diff) | |
download | meta-freescale-05c1b1a055b0a537cafa20e6dbd302ebb00214fb.tar.gz |
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 <lauren.post@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-bsp/u-boot/u-boot-imx_2014.04.bb | 6 |
1 files changed, 3 insertions, 3 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 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" | |||
8 | LICENSE = "GPLv2+" | 8 | LICENSE = "GPLv2+" |
9 | LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 9 | LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
10 | 10 | ||
11 | SRCBRANCH = "imx_v2014.04_3.14.28_1.0.0_ga" | 11 | SRCBRANCH = "imx_v2014.04_3.14.38_6qp_beta" |
12 | SRC_URI = "git://git.freescale.com/imx/uboot-imx.git;protocol=git;branch=${SRCBRANCH}" | 12 | SRC_URI = "git://git.freescale.com/imx/uboot-imx.git;protocol=git;branch=${SRCBRANCH}" |
13 | SRCREV = "88123ea911e133724cbe738c2b0517fa470592c0" | 13 | SRCREV = "6e9282c2567b2820699fa55d2c6bf0ab78e992d6" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
@@ -19,4 +19,4 @@ inherit fsl-u-boot-localversion | |||
19 | LOCALVERSION ?= "-${SRCBRANCH}" | 19 | LOCALVERSION ?= "-${SRCBRANCH}" |
20 | 20 | ||
21 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 21 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
22 | COMPATIBLE_MACHINE = "(mx6)" | 22 | COMPATIBLE_MACHINE = "(mx6|mx7)" |