From 2b2d41267bae85dc7bf85a3165c1a46781259000 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 5 Sep 2018 15:28:28 +0100 Subject: poky-tiny: Switch to 4.18 kernels Signed-off-by: Richard Purdie --- meta-poky/conf/distro/poky-tiny.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-poky/conf/distro/poky-tiny.conf b/meta-poky/conf/distro/poky-tiny.conf index 7b22a13cac..690cb0d5c9 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.14%" +PREFERRED_VERSION_linux-yocto-tiny ?= "4.18%" # 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" -- cgit 1.2.3-korg