summaryrefslogtreecommitdiffstats
path: root/meta-poky
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2016-04-10 07:22:11 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-04-18 16:28:25 +0100
commitd25eea31121085ec4fe51c3cb8ce472bc2b8339b (patch)
tree67078aaf32fc9139c0c44de7d04b0f434637ec69 /meta-poky
parent9f970b6bc1061682df08e25da54d7f24cfb4189c (diff)
downloadpoky-d25eea31121085ec4fe51c3cb8ce472bc2b8339b.tar.gz
poky-tiny.conf: set PREFERRED_VERSION_linux-yocto-tiny to 4.4
(From meta-yocto rev: 84d320a2c088703b7f7160858672688a8ed5f443) Signed-off-by: Robert Yang <liezhi.yang@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 0ac46ac0b9..ac054201d0 100644
--- a/meta-poky/conf/distro/poky-tiny.conf
+++ b/meta-poky/conf/distro/poky-tiny.conf
@@ -37,7 +37,7 @@ TCLIBC = "musl"
37# Distro config is evaluated after the machine config, so we have to explicitly 37# Distro config is evaluated after the machine config, so we have to explicitly
38# set the kernel provider to override a machine config. 38# set the kernel provider to override a machine config.
39PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-tiny" 39PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-tiny"
40PREFERRED_VERSION_linux-yocto-tiny ?= "4.1%" 40PREFERRED_VERSION_linux-yocto-tiny ?= "4.4%"
41 41
42# We can use packagegroup-core-boot, but in the future we may need a new packagegroup-core-tiny 42# We can use packagegroup-core-boot, but in the future we may need a new packagegroup-core-tiny
43#POKY_DEFAULT_EXTRA_RDEPENDS += "packagegroup-core-boot" 43#POKY_DEFAULT_EXTRA_RDEPENDS += "packagegroup-core-boot"