Update the linux-xlnx recipe to point at the xilinx-v2016.4 release.

Note that this changes the naming convention for the .bb file, this has
no affect on the value of PV since it is specific in the recipe itself.

Signed-off-by: Nathan Rossi <nat...@nathanrossi.com>
---
 conf/machine/include/machine-xilinx-default.inc                  | 2 +-
 recipes-kernel/linux/{linux-xlnx_4.6.bb => linux-xlnx_2016.4.bb} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
 rename recipes-kernel/linux/{linux-xlnx_4.6.bb => linux-xlnx_2016.4.bb} (75%)

diff --git a/conf/machine/include/machine-xilinx-default.inc 
b/conf/machine/include/machine-xilinx-default.inc
index 9b397ce305..673944d9e0 100644
--- a/conf/machine/include/machine-xilinx-default.inc
+++ b/conf/machine/include/machine-xilinx-default.inc
@@ -15,7 +15,7 @@ XILINX_DEFAULT_KERNEL_microblaze := "linux-yocto"
 XILINX_DEFAULT_KERNEL_zynqmp := "linux-yocto"
 
 PREFERRED_PROVIDER_virtual/kernel ??= "${XILINX_DEFAULT_KERNEL}"
-PREFERRED_VERSION_linux-xlnx ?= "4.6%"
+PREFERRED_VERSION_linux-xlnx ?= "4.6-xilinx-v2016.4%"
 PREFERRED_VERSION_linux-yocto ?= "4.8%"
 
 # U-Boot Configuration
diff --git a/recipes-kernel/linux/linux-xlnx_4.6.bb 
b/recipes-kernel/linux/linux-xlnx_2016.4.bb
similarity index 75%
rename from recipes-kernel/linux/linux-xlnx_4.6.bb
rename to recipes-kernel/linux/linux-xlnx_2016.4.bb
index c226f4bfc0..456d002319 100644
--- a/recipes-kernel/linux/linux-xlnx_4.6.bb
+++ b/recipes-kernel/linux/linux-xlnx_2016.4.bb
@@ -1,6 +1,6 @@
 LINUX_VERSION = "4.6"
-XILINX_RELEASE_VERSION = "v2016.3"
-SRCREV ?="0e4e4071493171bbac37bf60709022f49171c813"
+XILINX_RELEASE_VERSION = "v2016.4"
+SRCREV ?= "2762bc9163bb8576f63ff82801a65576f59e1e57"
 
 include linux-xlnx.inc
 
-- 
2.11.0

-- 
_______________________________________________
meta-xilinx mailing list
meta-xilinx@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-xilinx

Reply via email to