diff options
author | Nathan Rossi <nathan.rossi@xilinx.com> | 2015-04-20 15:50:48 +1000 |
---|---|---|
committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2015-04-20 15:50:48 +1000 |
commit | bd58d7ed223813c577f560dd2753e81ee4d65148 (patch) | |
tree | a20b7e601c273693862459fd4ab9f5ba7f17a5eb | |
parent | edca777d4af70095654794ae8ca462d77c93b308 (diff) | |
download | meta-xilinx-bd58d7ed223813c577f560dd2753e81ee4d65148.tar.gz |
machine-xilinx-default.inc: Update default linux-yocto to 3.19
* Update the default linux-yocto version to 3.19
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.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 04e55df7..f7ac84e5 100644 --- a/conf/machine/include/machine-xilinx-default.inc +++ b/conf/machine/include/machine-xilinx-default.inc | |||
@@ -9,7 +9,7 @@ IMAGE_CLASSES += "image_types_uboot" | |||
9 | # Kernel Configuration | 9 | # Kernel Configuration |
10 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-xlnx" | 10 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-xlnx" |
11 | PREFERRED_VERSION_linux-xlnx ?= "3.14%" | 11 | PREFERRED_VERSION_linux-xlnx ?= "3.14%" |
12 | PREFERRED_VERSION_linux-yocto ?= "3.14%" | 12 | PREFERRED_VERSION_linux-yocto ?= "3.19%" |
13 | 13 | ||
14 | # U-Boot Configuration | 14 | # U-Boot Configuration |
15 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-xlnx" | 15 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-xlnx" |