poky-lsb: Select that latest LTSI, not a version which doesn't exist

This fixes warnings in lsb builds.

(From meta-yocto rev: 09cadd509b8cdbe02631646f7925f3fc76aa6299)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2015-05-01 21:58:50 +00:00
parent 6773af5d8c
commit a2d770b58a
1 changed files with 1 additions and 1 deletions

View 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%"