]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
poky-lsb: Select that latest LTSI, not a version which doesn't exist
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 May 2015 21:58:50 +0000 (21:58 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 3 May 2015 10:43:52 +0000 (11:43 +0100)
This fixes warnings in lsb builds.

(From meta-yocto rev: 09cadd509b8cdbe02631646f7925f3fc76aa6299)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-yocto/conf/distro/poky-lsb.conf

index a9030a262efeebcf9e50a090ac3ec493b22b6b63..6f2be808e4ed145d7f745285f60f199d7847800a 100644 (file)
@@ -12,4 +12,4 @@ PREFERRED_PROVIDER_virtual/libx11 = "libx11"
 KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc"
 
 # Use the LTSI Kernel for LSB Testing
-PREFERRED_VERSION_linux-yocto_linuxstdbase ?= "3.10%"
+PREFERRED_VERSION_linux-yocto_linuxstdbase ?= "3.14%"