diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-04-09 11:39:24 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-04-09 22:16:06 +0100 |
commit | b609cc44785a798b33444c2e636c82082917284a (patch) | |
tree | a79c0c1ad49af61a17c41bf439db386740e0276c /meta-poky/conf/distro | |
parent | 59b832f3602a32aafd61d021c108265abacfebd9 (diff) | |
download | poky-b609cc44785a798b33444c2e636c82082917284a.tar.gz |
poky-tiny: set 5.0 as the preferred kernel
Updating poky-tiny to prefer 5.0 as the kernel version. Boot
tested against qemux86 and qemuarm. This removes the last user
of the 4.18 kernel, so we can queue it for removal from master.
(From meta-yocto rev: 2d44e7ab1a7f85092b5c20287663448b7d784f39)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky/conf/distro')
-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 690cb0d5c9..243d492918 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.18%" | 41 | PREFERRED_VERSION_linux-yocto-tiny ?= "5.0%" |
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" |