diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2017-02-08 18:21:24 +1000 |
---|---|---|
committer | Nathan Rossi <nathan@nathanrossi.com> | 2017-02-16 13:55:57 +1000 |
commit | 5032ae24c8337cca287cc1075515e3320e05fb4c (patch) | |
tree | a47dd3b540a46abdd41c8aaaa0df26ec1ea5739a | |
parent | df9184e66d6da0a40b04ffa95e65461f8f10dc9a (diff) | |
download | meta-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 @@ | |||
1 | include u-boot-xlnx.inc | 1 | include u-boot-xlnx.inc |
2 | include u-boot-spl-zynq-init.inc | 2 | include u-boot-spl-zynq-init.inc |
3 | 3 | ||
4 | XILINX_RELEASE_VERSION = "v2016.3" | 4 | XILINX_RELEASE_VERSION = "v2016.4" |
5 | # this matches u-boot-xlnx 'xilinx-v2016.3' release tag | 5 | SRCREV = "0b94ce5ed4a6c2cd0fec7b8337e776b03e387347" |
6 | SRCREV = "95e11f6eb4bc07bbee12a4217c58146bddac61b2" | ||
7 | PV = "v2016.07-xilinx-${XILINX_RELEASE_VERSION}+git${SRCPV}" | 6 | PV = "v2016.07-xilinx-${XILINX_RELEASE_VERSION}+git${SRCPV}" |
8 | 7 | ||
9 | FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot-xlnx:" | 8 | FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot-xlnx:" |