diff options
author | Lauren Post <lauren.post@freescale.com> | 2015-12-24 15:17:01 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:25 -0300 |
commit | d6e900627e39f1b2fa181f007d1c94180114ea67 (patch) | |
tree | b68ff1d457afd718c6b4db80827df8187be96c89 /recipes-bsp | |
parent | c43c291fd09e0845cff39e43c545ab19f5c23243 (diff) | |
download | meta-freescale-d6e900627e39f1b2fa181f007d1c94180114ea67.tar.gz |
u-boot-imx: Upgrade to 3.14.52-1.1.0_ga release
Consolidate GA support i.MX 6Q/QP/D/S/SL/UL and 7Dual
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_2015.04.bb | 11 |
1 files changed, 2 insertions, 9 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 c7a4268f..8fc9435b 100644 --- a/recipes-bsp/u-boot/u-boot-imx_2015.04.bb +++ b/recipes-bsp/u-boot/u-boot-imx_2015.04.bb | |||
@@ -8,16 +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_mx6 = "imx_v2015.04_3.14.38_6qp_ga" | 11 | SRCBRANCH = "imx_v2015.04_3.14.52_1.1.0_ga" |
12 | SRCREV_mx6 = "f80d628744bd1e669e365c52068067563b577e16" | ||
13 | |||
14 | SRCBRANCH_mx6ul = "imx_v2015.04_3.14.38_6ul_ga" | ||
15 | SRCREV_mx6ul = "5d63276bfebc82cffa10d66ddaa903dd2ab0df43" | ||
16 | |||
17 | SRCBRANCH_mx7 = "imx_v2015.04_3.14.38_6ul_ga" | ||
18 | SRCREV_mx7 = "5d63276bfebc82cffa10d66ddaa903dd2ab0df43" | ||
19 | |||
20 | 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 = "6cf684ae53011effa838ce2277fabfec4ae42ea0" | ||
21 | 14 | ||
22 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
23 | 16 | ||