diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2016-09-28 23:17:05 +1000 |
---|---|---|
committer | Nathan Rossi <nathan@nathanrossi.com> | 2016-10-11 21:10:52 +1000 |
commit | 126ec2ec917d4675516b6d5b1fb8788bccd43bcf (patch) | |
tree | 3cc4e27d0f14cb7d26dc9e8db5745f14fd1837a1 | |
parent | e7cfe30e2a8fc15c27e0f319509e8e06f637c081 (diff) | |
download | meta-xilinx-126ec2ec917d4675516b6d5b1fb8788bccd43bcf.tar.gz |
machine-xilinx-default.inc: Update default linux-yocto version to 4.8
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r-- | conf/machine/include/machine-xilinx-default.inc | 2 |
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 59a26566..826507c4 100644 --- a/conf/machine/include/machine-xilinx-default.inc +++ b/conf/machine/include/machine-xilinx-default.inc | |||
@@ -16,7 +16,7 @@ XILINX_DEFAULT_KERNEL_zynqmp := "linux-yocto" | |||
16 | 16 | ||
17 | PREFERRED_PROVIDER_virtual/kernel ??= "${XILINX_DEFAULT_KERNEL}" | 17 | PREFERRED_PROVIDER_virtual/kernel ??= "${XILINX_DEFAULT_KERNEL}" |
18 | PREFERRED_VERSION_linux-xlnx ?= "4.4%" | 18 | PREFERRED_VERSION_linux-xlnx ?= "4.4%" |
19 | PREFERRED_VERSION_linux-yocto ?= "4.4%" | 19 | PREFERRED_VERSION_linux-yocto ?= "4.8%" |
20 | 20 | ||
21 | # U-Boot Configuration | 21 | # U-Boot Configuration |
22 | XILINX_DEFAULT_UBOOT := "u-boot-xlnx" | 22 | XILINX_DEFAULT_UBOOT := "u-boot-xlnx" |