* [PATCH] poky-lsb: Set LTSI as base kernel for LSB
@ 2014-10-23 17:43 Saul Wold
2014-10-23 18:36 ` Saul Wold
0 siblings, 1 reply; 2+ messages in thread
From: Saul Wold @ 2014-10-23 17:43 UTC (permalink / raw)
To: openembedded-core
By doing this we will enable the LTSI kernel (3.10 at this time) for the LSB
based images.
[YOCTO #6853]
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta-yocto/conf/distro/poky-lsb.conf | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta-yocto/conf/distro/poky-lsb.conf b/meta-yocto/conf/distro/poky-lsb.conf
index b0c2cf8..a9030a2 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"
# Ensure the kernel nfs server is enabled
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%"
--
1.8.3.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] poky-lsb: Set LTSI as base kernel for LSB
2014-10-23 17:43 [PATCH] poky-lsb: Set LTSI as base kernel for LSB Saul Wold
@ 2014-10-23 18:36 ` Saul Wold
0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2014-10-23 18:36 UTC (permalink / raw)
To: openembedded-core
On 10/23/2014 10:43 AM, Saul Wold wrote:
> By doing this we will enable the LTSI kernel (3.10 at this time) for the LSB
> based images.
>
Oops, this should have gone to the poky@yoctoproject.org list, resent,
sorry for the noise
Sau!
> [YOCTO #6853]
>
> Signed-off-by: Saul Wold <sgw@linux.intel.com>
> ---
> meta-yocto/conf/distro/poky-lsb.conf | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/meta-yocto/conf/distro/poky-lsb.conf b/meta-yocto/conf/distro/poky-lsb.conf
> index b0c2cf8..a9030a2 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"
> # Ensure the kernel nfs server is enabled
> 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%"
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-10-23 18:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-23 17:43 [PATCH] poky-lsb: Set LTSI as base kernel for LSB Saul Wold
2014-10-23 18:36 ` Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox