summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2015-12-24 15:17:01 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-02-11 18:09:47 -0200
commit5e3956019419fa73f91c4f3145cdebf9036d7635 (patch)
tree1f01c522b99fffa9d7953aca067e60dccadf77e7
parent19df7f92547a47baa42e99fb7f31d7c51ab2065d (diff)
downloadmeta-fsl-arm-5e3956019419fa73f91c4f3145cdebf9036d7635.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>
-rw-r--r--recipes-bsp/u-boot/u-boot-imx_2015.04.bb11
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 c7a4268..8fc9435 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"
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_mx6 = "imx_v2015.04_3.14.38_6qp_ga" 11SRCBRANCH = "imx_v2015.04_3.14.52_1.1.0_ga"
12SRCREV_mx6 = "f80d628744bd1e669e365c52068067563b577e16"
13
14SRCBRANCH_mx6ul = "imx_v2015.04_3.14.38_6ul_ga"
15SRCREV_mx6ul = "5d63276bfebc82cffa10d66ddaa903dd2ab0df43"
16
17SRCBRANCH_mx7 = "imx_v2015.04_3.14.38_6ul_ga"
18SRCREV_mx7 = "5d63276bfebc82cffa10d66ddaa903dd2ab0df43"
19
20SRC_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 = "6cf684ae53011effa838ce2277fabfec4ae42ea0"
21 14
22S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
23 16