summaryrefslogtreecommitdiffstats
path: root/meta-poky
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2018-02-06 11:34:29 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-02-15 11:23:11 +0000
commitab4a7a214cba07e739d5515ed1633ddf5502dbd6 (patch)
treea7e74696cb96b77455d14df56031a03b1ee8c4e7 /meta-poky
parent25917e58f4174d9b931f6ac81f1b4b362551301f (diff)
downloadpoky-ab4a7a214cba07e739d5515ed1633ddf5502dbd6.tar.gz
poky-tiny: bump to v4.14
Updating poky-tiny to the latest LTS kernel as the default version. (From meta-yocto rev: 2623111ae35218e596eac44509b1d12291840d44) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky')
-rw-r--r--meta-poky/conf/distro/poky-tiny.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-poky/conf/distro/poky-tiny.conf b/meta-poky/conf/distro/poky-tiny.conf
index 2032bfde32..7b22a13cac 100644
--- a/meta-poky/conf/distro/poky-tiny.conf
+++ b/meta-poky/conf/distro/poky-tiny.conf
@@ -38,7 +38,7 @@ TCLIBC = "musl"
38# Distro config is evaluated after the machine config, so we have to explicitly 38# Distro config is evaluated after the machine config, so we have to explicitly
39# set the kernel provider to override a machine config. 39# set the kernel provider to override a machine config.
40PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-tiny" 40PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-tiny"
41PREFERRED_VERSION_linux-yocto-tiny ?= "4.12%" 41PREFERRED_VERSION_linux-yocto-tiny ?= "4.14%"
42 42
43# We can use packagegroup-core-boot, but in the future we may need a new packagegroup-core-tiny 43# We can use packagegroup-core-boot, but in the future we may need a new packagegroup-core-tiny
44#POKY_DEFAULT_EXTRA_RDEPENDS += "packagegroup-core-boot" 44#POKY_DEFAULT_EXTRA_RDEPENDS += "packagegroup-core-boot"