diff options
author | Alejandro Hernandez <alejandro.hernandez@linux.intel.com> | 2017-09-20 10:13:30 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-25 22:24:35 +0100 |
commit | 18d164344b4468ab52bbdd160d0474878042dabb (patch) | |
tree | 1feb3764b1c44f6730617148992ea06262f4dac4 /meta-poky | |
parent | c32855290f41616d5c48bb3cb717ec7a840b867d (diff) | |
download | openembedded-core-contrib-18d164344b4468ab52bbdd160d0474878042dabb.tar.gz |
poky-tiny: Bump default kernel version to 4.12
Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.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.conf | 2 |
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 561566e2a7e..2032bfde326 100644 --- a/meta-poky/conf/distro/poky-tiny.conf +++ b/meta-poky/conf/distro/poky-tiny.conf @@ -38,7 +38,7 @@ TCLIBC = "musl" # Distro config is evaluated after the machine config, so we have to explicitly # set the kernel provider to override a machine config. PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-tiny" -PREFERRED_VERSION_linux-yocto-tiny ?= "4.9%" +PREFERRED_VERSION_linux-yocto-tiny ?= "4.12%" # We can use packagegroup-core-boot, but in the future we may need a new packagegroup-core-tiny #POKY_DEFAULT_EXTRA_RDEPENDS += "packagegroup-core-boot" |