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-26 11:05:49 +0100 |
commit | 4848e02506e1b12f19129a02bd48f4a749ac51cd (patch) | |
tree | a8e5fdc4ec724760ac1feb00a8d29df4e886bc48 | |
parent | d9ffb749248859bdabfcf8de8bf352260b04df67 (diff) | |
download | poky-4848e02506e1b12f19129a02bd48f4a749ac51cd.tar.gz |
poky-tiny: Bump default kernel version to 4.12
(From meta-yocto rev: 18d164344b4468ab52bbdd160d0474878042dabb)
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>
-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 561566e2a7..2032bfde32 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. |
40 | PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-tiny" | 40 | PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-tiny" |
41 | PREFERRED_VERSION_linux-yocto-tiny ?= "4.9%" | 41 | PREFERRED_VERSION_linux-yocto-tiny ?= "4.12%" |
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" |