All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] meta-yocto: make 3.10 the default kernel
@ 2013-08-26 18:08 Bruce Ashfield
  2013-08-26 18:08 ` [PATCH 1/1] meta-yocto: change default kernel to 3.10 Bruce Ashfield
  0 siblings, 1 reply; 3+ messages in thread
From: Bruce Ashfield @ 2013-08-26 18:08 UTC (permalink / raw)
  To: richard.purdie; +Cc: dvhart, poky

Richard/Saul,

This updates the default kernel to 3.10 and sets the qemu* machines
to the same preference.

The h/w reference boards with different requirements continue to
set their own preferred versions, but will be updated to 3.10 as
well (once boot tested).

Once the remaining reference to 3.8 are removed, I'll follow up
with the 3rd time lucky linux-yocto-3.8 recipe removal :)

Cheers,

Bruce

The following changes since commit dcc23c073ef936eccecdc16f973492f41c44def7:

  kern-tools: fix patch series to git tree validation (2013-08-26 13:57:20 -0400)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib zedd/kernel
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel-yocto

Bruce Ashfield (1):
  meta-yocto: change default kernel to 3.10

 meta-yocto/conf/distro/poky.conf |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

-- 
1.7.10.4



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] meta-yocto: change default kernel to 3.10
  2013-08-26 18:08 [PATCH 0/1] meta-yocto: make 3.10 the default kernel Bruce Ashfield
@ 2013-08-26 18:08 ` Bruce Ashfield
  2013-08-26 18:21   ` Darren Hart
  0 siblings, 1 reply; 3+ messages in thread
From: Bruce Ashfield @ 2013-08-26 18:08 UTC (permalink / raw)
  To: richard.purdie; +Cc: dvhart, poky

With 3.10 being the next LTSI kernel, and all qemu reference platforms
tested on that new baseline, the time has come to bump the default
version for qemu* and other boards to 3.10.

Reference platforms continue to explicitly set their own preferred versions
for the kernel as required.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 meta-yocto/conf/distro/poky.conf |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
index 5deb158..8ea4e4f 100644
--- a/meta-yocto/conf/distro/poky.conf
+++ b/meta-yocto/conf/distro/poky.conf
@@ -19,13 +19,13 @@ POKY_DEFAULT_EXTRA_RRECOMMENDS = "kernel-module-af-packet"
 
 DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT} ${DISTRO_FEATURES_LIBC} ${POKY_DEFAULT_DISTRO_FEATURES}"
 
-PREFERRED_VERSION_linux-yocto ?= "3.4%"
-PREFERRED_VERSION_linux-yocto_qemux86 ?= "3.8%"
-PREFERRED_VERSION_linux-yocto_qemux86-64 ?= "3.8%"
-PREFERRED_VERSION_linux-yocto_qemuarm ?= "3.8%"
-PREFERRED_VERSION_linux-yocto_qemumips ?= "3.8%"
-PREFERRED_VERSION_linux-yocto_qemumips64 ?= "3.8%"
-PREFERRED_VERSION_linux-yocto_qemuppc ?= "3.8%"
+PREFERRED_VERSION_linux-yocto ?= "3.10%"
+PREFERRED_VERSION_linux-yocto_qemux86 ?= "3.10%"
+PREFERRED_VERSION_linux-yocto_qemux86-64 ?= "3.10%"
+PREFERRED_VERSION_linux-yocto_qemuarm ?= "3.10%"
+PREFERRED_VERSION_linux-yocto_qemumips ?= "3.10%"
+PREFERRED_VERSION_linux-yocto_qemumips64 ?= "3.10%"
+PREFERRED_VERSION_linux-yocto_qemuppc ?= "3.10%"
 
 SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${IMAGE_BASENAME}-${TUNE_PKGARCH}"
 SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}"
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] meta-yocto: change default kernel to 3.10
  2013-08-26 18:08 ` [PATCH 1/1] meta-yocto: change default kernel to 3.10 Bruce Ashfield
@ 2013-08-26 18:21   ` Darren Hart
  0 siblings, 0 replies; 3+ messages in thread
From: Darren Hart @ 2013-08-26 18:21 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: poky

Applied and build testing genericx86 for 3.10 now.

On Mon, 2013-08-26 at 14:08 -0400, Bruce Ashfield wrote:
> With 3.10 being the next LTSI kernel, and all qemu reference platforms
> tested on that new baseline, the time has come to bump the default
> version for qemu* and other boards to 3.10.
> 
> Reference platforms continue to explicitly set their own preferred versions
> for the kernel as required.
> 
> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
> ---
>  meta-yocto/conf/distro/poky.conf |   14 +++++++-------
>  1 file changed, 7 insertions(+), 7 deletions(-)
> 
> diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
> index 5deb158..8ea4e4f 100644
> --- a/meta-yocto/conf/distro/poky.conf
> +++ b/meta-yocto/conf/distro/poky.conf
> @@ -19,13 +19,13 @@ POKY_DEFAULT_EXTRA_RRECOMMENDS = "kernel-module-af-packet"
>  
>  DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT} ${DISTRO_FEATURES_LIBC} ${POKY_DEFAULT_DISTRO_FEATURES}"
>  
> -PREFERRED_VERSION_linux-yocto ?= "3.4%"
> -PREFERRED_VERSION_linux-yocto_qemux86 ?= "3.8%"
> -PREFERRED_VERSION_linux-yocto_qemux86-64 ?= "3.8%"
> -PREFERRED_VERSION_linux-yocto_qemuarm ?= "3.8%"
> -PREFERRED_VERSION_linux-yocto_qemumips ?= "3.8%"
> -PREFERRED_VERSION_linux-yocto_qemumips64 ?= "3.8%"
> -PREFERRED_VERSION_linux-yocto_qemuppc ?= "3.8%"
> +PREFERRED_VERSION_linux-yocto ?= "3.10%"
> +PREFERRED_VERSION_linux-yocto_qemux86 ?= "3.10%"
> +PREFERRED_VERSION_linux-yocto_qemux86-64 ?= "3.10%"
> +PREFERRED_VERSION_linux-yocto_qemuarm ?= "3.10%"
> +PREFERRED_VERSION_linux-yocto_qemumips ?= "3.10%"
> +PREFERRED_VERSION_linux-yocto_qemumips64 ?= "3.10%"
> +PREFERRED_VERSION_linux-yocto_qemuppc ?= "3.10%"
>  
>  SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${IMAGE_BASENAME}-${TUNE_PKGARCH}"
>  SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}"

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-08-26 18:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-26 18:08 [PATCH 0/1] meta-yocto: make 3.10 the default kernel Bruce Ashfield
2013-08-26 18:08 ` [PATCH 1/1] meta-yocto: change default kernel to 3.10 Bruce Ashfield
2013-08-26 18:21   ` Darren Hart

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.