summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2017-07-28 15:44:03 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2017-08-07 11:42:29 -0300
commit694071448d0a72ddbf2c28bf9d71389a03dbb5db (patch)
tree969db6bb8aad8382a68a72a1fa660b4e929c7fe2 /recipes-bsp
parent2fed031a86d0792909ce673cf7d0e49e58fa562d (diff)
downloadmeta-freescale-694071448d0a72ddbf2c28bf9d71389a03dbb5db.tar.gz
uboot: upgrade to 2017.03
Signed-off-by: Chunrong Guo <B40290@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-qoriq_2017.03.bb (renamed from recipes-bsp/u-boot/u-boot-qoriq_2016.09.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-qoriq_2016.09.bb b/recipes-bsp/u-boot/u-boot-qoriq_2017.03.bb
index 21f58c2b..5bde945d 100644
--- a/recipes-bsp/u-boot/u-boot-qoriq_2016.09.bb
+++ b/recipes-bsp/u-boot/u-boot-qoriq_2017.03.bb
@@ -18,10 +18,10 @@ DEPENDS_append_qoriq-arm64 = " change-file-endianess-native dtc-native tcl-nativ
18DEPENDS_append_qoriq-arm = " change-file-endianess-native dtc-native tcl-native" 18DEPENDS_append_qoriq-arm = " change-file-endianess-native dtc-native tcl-native"
19DEPENDS_append_qoriq-ppc = " boot-format-native" 19DEPENDS_append_qoriq-ppc = " boot-format-native"
20 20
21SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git;nobranch=1 \ 21SRC_URI = "git://github.com/qoriq-open-source/u-boot.git;nobranch=1 \
22 file://fix-build-error-under-gcc6.patch \ 22 file://fix-build-error-under-gcc6.patch \
23" 23"
24SRCREV = "a06b20925c02ba3fa888a1f915ea7935084d8600" 24SRCREV = "6fc2946a7b1973a8221cdfeccd1666f2d8eec467"
25 25
26S = "${WORKDIR}/git" 26S = "${WORKDIR}/git"
27 27