All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] poky/yocto-bsps: kernel version updates
@ 2017-02-27  3:12 Bruce Ashfield
  2017-02-27  3:12 ` [PATCH 1/2] poky: make 4.10 the qemu* default Bruce Ashfield
  2017-02-27  3:12 ` [PATCH 2/2] yocto-bsp: remove 4.4 bbappend Bruce Ashfield
  0 siblings, 2 replies; 3+ messages in thread
From: Bruce Ashfield @ 2017-02-27  3:12 UTC (permalink / raw)
  To: richard.purdie; +Cc: yocto

Hi all,

These patches depend on the series sent to oe-core on Sunday February 26th.

That series introduces 4.10 as the latest kernel, and includes built/boot
testing for the qemu machines. As such, we can jump over 4.9 and make
4.10 the default version.

Also, since 4.4 is dropped in that series, we drop the 4.4 bbappend.

Bruce

The following changes since commit ebd2ca05bb2fff117f0467bb02762757c469ec6e:

  linux-yocto: drop 4.4 recipes (2017-02-26 21:52:40 -0500)

are available in the git repository at:

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

Bruce Ashfield (2):
  poky: make 4.10 the qemu* default
  yocto-bsp: remove 4.4 bbappend

 meta-poky/conf/distro/poky.conf                    | 14 ++++++------
 .../recipes-kernel/linux/linux-yocto_4.4.bbappend  | 26 ----------------------
 2 files changed, 7 insertions(+), 33 deletions(-)
 delete mode 100644 meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend

-- 
2.5.0



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

* [PATCH 1/2] poky: make 4.10 the qemu* default
  2017-02-27  3:12 [PATCH 0/2] poky/yocto-bsps: kernel version updates Bruce Ashfield
@ 2017-02-27  3:12 ` Bruce Ashfield
  2017-02-27  3:12 ` [PATCH 2/2] yocto-bsp: remove 4.4 bbappend Bruce Ashfield
  1 sibling, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2017-02-27  3:12 UTC (permalink / raw)
  To: richard.purdie; +Cc: yocto

Boot tested against 4.10 with qemu* + musl and glibc.

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

diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf
index 94f2577e8865..6789b981766b 100644
--- a/meta-poky/conf/distro/poky.conf
+++ b/meta-poky/conf/distro/poky.conf
@@ -21,13 +21,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 ?= "4.8%"
-PREFERRED_VERSION_linux-yocto_qemux86 ?= "4.8%"
-PREFERRED_VERSION_linux-yocto_qemux86-64 ?= "4.8%"
-PREFERRED_VERSION_linux-yocto_qemuarm ?= "4.8%"
-PREFERRED_VERSION_linux-yocto_qemumips ?= "4.8%"
-PREFERRED_VERSION_linux-yocto_qemumips64 ?= "4.8%"
-PREFERRED_VERSION_linux-yocto_qemuppc ?= "4.8%"
+PREFERRED_VERSION_linux-yocto ?= "4.10%"
+PREFERRED_VERSION_linux-yocto_qemux86 ?= "4.10%"
+PREFERRED_VERSION_linux-yocto_qemux86-64 ?= "4.10%"
+PREFERRED_VERSION_linux-yocto_qemuarm ?= "4.10%"
+PREFERRED_VERSION_linux-yocto_qemumips ?= "4.10%"
+PREFERRED_VERSION_linux-yocto_qemumips64 ?= "4.10%"
+PREFERRED_VERSION_linux-yocto_qemuppc ?= "4.10%"
 
 SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${IMAGE_BASENAME}-${TUNE_PKGARCH}"
 SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}"
-- 
2.5.0



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

* [PATCH 2/2] yocto-bsp: remove 4.4 bbappend
  2017-02-27  3:12 [PATCH 0/2] poky/yocto-bsps: kernel version updates Bruce Ashfield
  2017-02-27  3:12 ` [PATCH 1/2] poky: make 4.10 the qemu* default Bruce Ashfield
@ 2017-02-27  3:12 ` Bruce Ashfield
  1 sibling, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2017-02-27  3:12 UTC (permalink / raw)
  To: richard.purdie; +Cc: yocto

The 4.4 kernel has been dropped, so we remove the associated bbappends.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 .../recipes-kernel/linux/linux-yocto_4.4.bbappend  | 26 ----------------------
 1 file changed, 26 deletions(-)
 delete mode 100644 meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend

diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend
deleted file mode 100644
index d92bfc0f516f..000000000000
--- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend
+++ /dev/null
@@ -1,26 +0,0 @@
-KBRANCH_genericx86  = "standard/base"
-KBRANCH_genericx86-64  = "standard/base"
-
-KMACHINE_genericx86 ?= "common-pc"
-KMACHINE_genericx86-64 ?= "common-pc-64"
-KBRANCH_edgerouter = "standard/edgerouter"
-KBRANCH_beaglebone = "standard/beaglebone"
-KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb"
-
-SRCREV_machine_genericx86    ?= "ad8b1d659ddd2699ebf7d50ef9de8940b157bfc2"
-SRCREV_machine_genericx86-64 ?= "ad8b1d659ddd2699ebf7d50ef9de8940b157bfc2"
-SRCREV_machine_edgerouter ?= "ad8b1d659ddd2699ebf7d50ef9de8940b157bfc2"
-SRCREV_machine_beaglebone ?= "ad8b1d659ddd2699ebf7d50ef9de8940b157bfc2"
-SRCREV_machine_mpc8315e-rdb ?= "b01922f8b85d96b9f6996b17ed0995c6f782fdbf"
-
-COMPATIBLE_MACHINE_genericx86 = "genericx86"
-COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64"
-COMPATIBLE_MACHINE_edgerouter = "edgerouter"
-COMPATIBLE_MACHINE_beaglebone = "beaglebone"
-COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
-
-LINUX_VERSION_genericx86 = "4.4.41"
-LINUX_VERSION_genericx86-64 = "4.4.41"
-LINUX_VERSION_edgerouter = "4.4.41"
-LINUX_VERSION_beaglebone = "4.4.41"
-LINUX_VERSION_mpc8315e-rdb = "4.4.41"
-- 
2.5.0



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

end of thread, other threads:[~2017-02-27  3:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-27  3:12 [PATCH 0/2] poky/yocto-bsps: kernel version updates Bruce Ashfield
2017-02-27  3:12 ` [PATCH 1/2] poky: make 4.10 the qemu* default Bruce Ashfield
2017-02-27  3:12 ` [PATCH 2/2] yocto-bsp: remove 4.4 bbappend Bruce Ashfield

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.