summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2015-07-16 14:22:35 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:13 -0300
commit05c1b1a055b0a537cafa20e6dbd302ebb00214fb (patch)
tree6d67d7a21dab1b789760455a42cf7128ac22708b /recipes-bsp
parent2ffc0d0500fdc7fae85867693949fb23f5ac65dd (diff)
downloadmeta-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>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-imx_2014.04.bb6
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"
8LICENSE = "GPLv2+" 8LICENSE = "GPLv2+"
9LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" 9LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
10 10
11SRCBRANCH = "imx_v2014.04_3.14.28_1.0.0_ga" 11SRCBRANCH = "imx_v2014.04_3.14.38_6qp_beta"
12SRC_URI = "git://git.freescale.com/imx/uboot-imx.git;protocol=git;branch=${SRCBRANCH}" 12SRC_URI = "git://git.freescale.com/imx/uboot-imx.git;protocol=git;branch=${SRCBRANCH}"
13SRCREV = "88123ea911e133724cbe738c2b0517fa470592c0" 13SRCREV = "6e9282c2567b2820699fa55d2c6bf0ab78e992d6"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
@@ -19,4 +19,4 @@ inherit fsl-u-boot-localversion
19LOCALVERSION ?= "-${SRCBRANCH}" 19LOCALVERSION ?= "-${SRCBRANCH}"
20 20
21PACKAGE_ARCH = "${MACHINE_ARCH}" 21PACKAGE_ARCH = "${MACHINE_ARCH}"
22COMPATIBLE_MACHINE = "(mx6)" 22COMPATIBLE_MACHINE = "(mx6|mx7)"