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 <[email protected]> --- recipes-bsp/u-boot/{u-boot-xlnx_2016.07.bb => u-boot-xlnx_2016.4.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename recipes-bsp/u-boot/{u-boot-xlnx_2016.07.bb => u-boot-xlnx_2016.4.bb} (87%) diff --git a/recipes-bsp/u-boot/u-boot-xlnx_2016.07.bb b/recipes-bsp/u-boot/u-boot-xlnx_2016.4.bb similarity index 87% rename from recipes-bsp/u-boot/u-boot-xlnx_2016.07.bb rename to recipes-bsp/u-boot/u-boot-xlnx_2016.4.bb index af33a4cf86..fc5b45b127 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 @@ include u-boot-xlnx.inc include u-boot-spl-zynq-init.inc -XILINX_RELEASE_VERSION = "v2016.3" -# this matches u-boot-xlnx 'xilinx-v2016.3' release tag -SRCREV = "95e11f6eb4bc07bbee12a4217c58146bddac61b2" +XILINX_RELEASE_VERSION = "v2016.4" +SRCREV = "0b94ce5ed4a6c2cd0fec7b8337e776b03e387347" PV = "v2016.07-xilinx-${XILINX_RELEASE_VERSION}+git${SRCPV}" FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot-xlnx:" -- 2.11.0 -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
