diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-08-20 23:01:48 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-23 12:07:09 +0100 |
commit | 9be5917caf020ffe5f9d9f0507c2cf1e62746f8b (patch) | |
tree | c609410b7dd22a2032c20ca051f9a41f9c036a7b | |
parent | 6f68676b44709bbb872d104f54ecc84532f31bc7 (diff) | |
download | poky-9be5917caf020ffe5f9d9f0507c2cf1e62746f8b.tar.gz |
poky: bump poky lsb to linux 4.9
Due to the age of 4.1 and it being removed from oe-core master
as an active kernel, we can bump poky-lsb to the newer 4.9 LTSI
kernel version.
(From meta-yocto rev: 1f85cc33429e9a217a11adc298e2149f2950724c)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta-poky/conf/distro/poky-lsb.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-poky/conf/distro/poky-lsb.conf b/meta-poky/conf/distro/poky-lsb.conf index e7d6995a73..24cfb08b12 100644 --- a/meta-poky/conf/distro/poky-lsb.conf +++ b/meta-poky/conf/distro/poky-lsb.conf | |||
@@ -12,4 +12,4 @@ PREFERRED_PROVIDER_virtual/libx11 = "libx11" | |||
12 | KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc" | 12 | KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc" |
13 | 13 | ||
14 | # Use the LTSI Kernel for LSB Testing | 14 | # Use the LTSI Kernel for LSB Testing |
15 | PREFERRED_VERSION_linux-yocto_linuxstdbase ?= "4.1%" | 15 | PREFERRED_VERSION_linux-yocto_linuxstdbase ?= "4.9%" |