summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>2017-02-28 20:42:08 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-04 23:19:03 +0000
commit00e0182ac0a5d06a60f9e09ff510eef463578ff3 (patch)
tree0d0b44eb56c2e85fe704e37592d3d59d7892e0eb
parentbb2106913b9bc9a9db35967779cd3bdcd291950f (diff)
downloadpoky-00e0182ac0a5d06a60f9e09ff510eef463578ff3.tar.gz
poky-tiny: Bump default kernel version to 4.9
(From meta-yocto rev: 5039a10a7f90f045de84cc40c9425e927ce79c72) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 bce2a829c4..561566e2a7 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.4%" 41PREFERRED_VERSION_linux-yocto-tiny ?= "4.9%"
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"