summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2017-02-08 23:19:03 +1000
committerNathan Rossi <nathan@nathanrossi.com>2017-02-16 13:57:08 +1000
commit777110ca8ab90753f932240b2cea1b08811b5990 (patch)
treece5138e44b6d6acc5291a4b48ad5c67e8a29e44d /conf
parentcb4c077942b9d4d15d74c244ff31c6c57f92820f (diff)
downloadmeta-xilinx-777110ca8ab90753f932240b2cea1b08811b5990.tar.gz
linux-xlnx: Update to the xilinx-v2016.4 release
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 <nathan@nathanrossi.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/machine-xilinx-default.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/machine-xilinx-default.inc b/conf/machine/include/machine-xilinx-default.inc
index 9b397ce3..673944d9 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"
15XILINX_DEFAULT_KERNEL_zynqmp := "linux-yocto" 15XILINX_DEFAULT_KERNEL_zynqmp := "linux-yocto"
16 16
17PREFERRED_PROVIDER_virtual/kernel ??= "${XILINX_DEFAULT_KERNEL}" 17PREFERRED_PROVIDER_virtual/kernel ??= "${XILINX_DEFAULT_KERNEL}"
18PREFERRED_VERSION_linux-xlnx ?= "4.6%" 18PREFERRED_VERSION_linux-xlnx ?= "4.6-xilinx-v2016.4%"
19PREFERRED_VERSION_linux-yocto ?= "4.8%" 19PREFERRED_VERSION_linux-yocto ?= "4.8%"
20 20
21# U-Boot Configuration 21# U-Boot Configuration