diff options
author | Saul Wold <sgw@linux.intel.com> | 2014-10-23 10:43:30 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-10-24 17:51:59 +0100 |
commit | ce339dde32b7553cba9029c161098a090c4281de (patch) | |
tree | eef0d88a900a10be3bdf4fcb1020008d8c11bbac /meta-yocto | |
parent | 0cfb89bc06361e0c29041638a2f3f5c309a93757 (diff) | |
download | poky-ce339dde32b7553cba9029c161098a090c4281de.tar.gz |
poky-lsb: Set LTSI as base kernel for LSB
By doing this we will enable the LTSI kernel (3.10 at this time) for the LSB
based images.
[YOCTO #6853]
(From meta-yocto rev: 4f828e2160942cb05c93fa6f48a5a4b590940497)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto')
-rw-r--r-- | meta-yocto/conf/distro/poky-lsb.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-yocto/conf/distro/poky-lsb.conf b/meta-yocto/conf/distro/poky-lsb.conf index b0c2cf87f5..a9030a262e 100644 --- a/meta-yocto/conf/distro/poky-lsb.conf +++ b/meta-yocto/conf/distro/poky-lsb.conf | |||
@@ -11,4 +11,5 @@ PREFERRED_PROVIDER_virtual/libx11 = "libx11" | |||
11 | # Ensure the kernel nfs server is enabled | 11 | # Ensure the kernel nfs server is enabled |
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 | 14 | # Use the LTSI Kernel for LSB Testing | |
15 | PREFERRED_VERSION_linux-yocto_linuxstdbase ?= "3.10%" | ||