summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorLauren Post <lauren.post@nxp.com>2016-09-29 13:51:22 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2016-10-18 16:26:14 -0200
commitcc45eed608303608602e347c218d89756e3c6bae (patch)
treec254e77dcdc9c8a92e84771d273f976ca6667c54 /recipes-bsp
parentf26c70a219e39919fa4ea35032b0af7a19629dd5 (diff)
downloadmeta-freescale-cc45eed608303608602e347c218d89756e3c6bae.tar.gz
u-boot-imx: Upgrade to 2016.03
Support i.MX 6ULL and upgrade to 2016.03 U-Boot Signed-off-by: Lauren Post <lauren.post@nxp.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-mfgtool_2016.03.bb (renamed from recipes-bsp/u-boot/u-boot-imx-mfgtool_2015.04.bb)1
-rw-r--r--recipes-bsp/u-boot/u-boot-imx_2016.03.bb (renamed from recipes-bsp/u-boot/u-boot-imx_2015.04.bb)4
2 files changed, 3 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-imx-mfgtool_2015.04.bb b/recipes-bsp/u-boot/u-boot-imx-mfgtool_2016.03.bb
index f66114c7..eead627a 100644
--- a/recipes-bsp/u-boot/u-boot-imx-mfgtool_2015.04.bb
+++ b/recipes-bsp/u-boot/u-boot-imx-mfgtool_2016.03.bb
@@ -1,4 +1,5 @@
1# Copyright (C) 2014 O.S. Systems Software LTDA. 1# Copyright (C) 2014 O.S. Systems Software LTDA.
2# Copyright (C) 2014-2016 Freescale Semiconductor
2 3
3require u-boot-imx_${PV}.bb 4require u-boot-imx_${PV}.bb
4require u-boot-mfgtool.inc 5require u-boot-mfgtool.inc
diff --git a/recipes-bsp/u-boot/u-boot-imx_2015.04.bb b/recipes-bsp/u-boot/u-boot-imx_2016.03.bb
index 0de36e0d..872d17d9 100644
--- a/recipes-bsp/u-boot/u-boot-imx_2015.04.bb
+++ b/recipes-bsp/u-boot/u-boot-imx_2016.03.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_v2015.04_4.1.15_1.0.0_ga" 11SRCBRANCH = "imx_v2016.03_4.1.15_2.0.0_ga"
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 = "d7d7c4312b71dd3879fa8640b23f6a5bac30e303" 13SRCREV = "0ec2a019117bb2d59b9672a145b4684313d92782"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16