From: Robert Yang Date: Sun, 10 Apr 2016 14:22:11 +0000 (-0700) Subject: poky-tiny.conf: set PREFERRED_VERSION_linux-yocto-tiny to 4.4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d25eea31121085ec4fe51c3cb8ce472bc2b8339b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git poky-tiny.conf: set PREFERRED_VERSION_linux-yocto-tiny to 4.4 (From meta-yocto rev: 84d320a2c088703b7f7160858672688a8ed5f443) Signed-off-by: Robert Yang Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta-poky/conf/distro/poky-tiny.conf b/meta-poky/conf/distro/poky-tiny.conf index 0ac46ac0b99..ac054201d0a 100644 --- a/meta-poky/conf/distro/poky-tiny.conf +++ b/meta-poky/conf/distro/poky-tiny.conf @@ -37,7 +37,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.1%" +PREFERRED_VERSION_linux-yocto-tiny ?= "4.4%" # 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"