summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2017-02-08 18:21:24 +1000
committerNathan Rossi <nathan@nathanrossi.com>2017-02-16 13:55:57 +1000
commit5032ae24c8337cca287cc1075515e3320e05fb4c (patch)
treea47dd3b540a46abdd41c8aaaa0df26ec1ea5739a
parentdf9184e66d6da0a40b04ffa95e65461f8f10dc9a (diff)
downloadmeta-xilinx-5032ae24c8337cca287cc1075515e3320e05fb4c.tar.gz
u-boot-xlnx: Update to xilinx-v2016.4 release
Update the u-boot-xlnx recipe to the xilinx-v2016.04 release. Note that this changes the naming convention for the .bb file, this has no affect on the value of PV since it is specified in the recipe itself. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r--recipes-bsp/u-boot/u-boot-xlnx_2016.4.bb (renamed from recipes-bsp/u-boot/u-boot-xlnx_2016.07.bb)5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-bsp/u-boot/u-boot-xlnx_2016.07.bb b/recipes-bsp/u-boot/u-boot-xlnx_2016.4.bb
index af33a4cf..fc5b45b1 100644
--- a/recipes-bsp/u-boot/u-boot-xlnx_2016.07.bb
+++ b/recipes-bsp/u-boot/u-boot-xlnx_2016.4.bb
@@ -1,9 +1,8 @@
1include u-boot-xlnx.inc 1include u-boot-xlnx.inc
2include u-boot-spl-zynq-init.inc 2include u-boot-spl-zynq-init.inc
3 3
4XILINX_RELEASE_VERSION = "v2016.3" 4XILINX_RELEASE_VERSION = "v2016.4"
5# this matches u-boot-xlnx 'xilinx-v2016.3' release tag 5SRCREV = "0b94ce5ed4a6c2cd0fec7b8337e776b03e387347"
6SRCREV = "95e11f6eb4bc07bbee12a4217c58146bddac61b2"
7PV = "v2016.07-xilinx-${XILINX_RELEASE_VERSION}+git${SRCPV}" 6PV = "v2016.07-xilinx-${XILINX_RELEASE_VERSION}+git${SRCPV}"
8 7
9FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot-xlnx:" 8FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot-xlnx:"