* [PATCH 0/2] yocto-bsp: update BSPs to match 3.19 kernel addition
@ 2015-02-20 18:44 Bruce Ashfield
2015-02-20 18:44 ` [PATCH 1/2] meta-yocto: update qemu default kernel version to 3.19 Bruce Ashfield
2015-02-20 18:44 ` [PATCH 2/2] meta-yocto-bsps: remove 3.10 bbappend Bruce Ashfield
0 siblings, 2 replies; 3+ messages in thread
From: Bruce Ashfield @ 2015-02-20 18:44 UTC (permalink / raw)
To: richard.purdie; +Cc: poky
These are the updates to meta-yocto, and meta-yocto-bsps to match the
3.19 kernel introduction (and 3.10/3.17 removal) in oe-core.
This changes the default for the qemu BSPs to 3.19 (sato has been tested
for them all), and remove the now dangling bbappend.
Cheers,
Bruce
The following changes since commit a9038233862667971dc193ad0e160a7b28ef252a:
linux-yocto: warn when a generated BSP description is used (2015-02-20 13:17:43 -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):
meta-yocto: update qemu default kernel version to 3.19
meta-yocto-bsps: remove 3.10 bbappend
.../recipes-kernel/linux/linux-yocto_3.10.bbappend | 14 --------------
meta-yocto/conf/distro/poky.conf | 14 +++++++-------
2 files changed, 7 insertions(+), 21 deletions(-)
delete mode 100644 meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.10.bbappend
--
2.1.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/2] meta-yocto: update qemu default kernel version to 3.19
2015-02-20 18:44 [PATCH 0/2] yocto-bsp: update BSPs to match 3.19 kernel addition Bruce Ashfield
@ 2015-02-20 18:44 ` Bruce Ashfield
2015-02-20 18:44 ` [PATCH 2/2] meta-yocto-bsps: remove 3.10 bbappend Bruce Ashfield
1 sibling, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2015-02-20 18:44 UTC (permalink / raw)
To: richard.purdie; +Cc: poky
The 3.19 kernel has been tested against core-image-minimal and sato, so
we make it our new default kernel version.
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 479182f56cbb..d5bdbac6cd31 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.14%"
-PREFERRED_VERSION_linux-yocto_qemux86 ?= "3.14%"
-PREFERRED_VERSION_linux-yocto_qemux86-64 ?= "3.14%"
-PREFERRED_VERSION_linux-yocto_qemuarm ?= "3.14%"
-PREFERRED_VERSION_linux-yocto_qemumips ?= "3.14%"
-PREFERRED_VERSION_linux-yocto_qemumips64 ?= "3.14%"
-PREFERRED_VERSION_linux-yocto_qemuppc ?= "3.14%"
+PREFERRED_VERSION_linux-yocto ?= "3.19%"
+PREFERRED_VERSION_linux-yocto_qemux86 ?= "3.19%"
+PREFERRED_VERSION_linux-yocto_qemux86-64 ?= "3.19%"
+PREFERRED_VERSION_linux-yocto_qemuarm ?= "3.19%"
+PREFERRED_VERSION_linux-yocto_qemumips ?= "3.19%"
+PREFERRED_VERSION_linux-yocto_qemumips64 ?= "3.19%"
+PREFERRED_VERSION_linux-yocto_qemuppc ?= "3.19%"
SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${IMAGE_BASENAME}-${TUNE_PKGARCH}"
SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}"
--
2.1.0
^ permalink raw reply related [flat|nested] 3+ messages in thread* [PATCH 2/2] meta-yocto-bsps: remove 3.10 bbappend
2015-02-20 18:44 [PATCH 0/2] yocto-bsp: update BSPs to match 3.19 kernel addition Bruce Ashfield
2015-02-20 18:44 ` [PATCH 1/2] meta-yocto: update qemu default kernel version to 3.19 Bruce Ashfield
@ 2015-02-20 18:44 ` Bruce Ashfield
1 sibling, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2015-02-20 18:44 UTC (permalink / raw)
To: richard.purdie; +Cc: poky
All reference boards are now using 3.14 as their baseline, and we
no longer have a 3.10 Yocto kernel, so we can safely remove the bbappend.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
.../recipes-kernel/linux/linux-yocto_3.10.bbappend | 14 --------------
1 file changed, 14 deletions(-)
delete mode 100644 meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.10.bbappend
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.10.bbappend
deleted file mode 100644
index 30fcf8eb0a6d..000000000000
--- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.10.bbappend
+++ /dev/null
@@ -1,14 +0,0 @@
-KBRANCH_genericx86 = "standard/common-pc/base"
-KBRANCH_genericx86-64 = "standard/common-pc-64/base"
-KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb"
-
-KMACHINE_genericx86 ?= "common-pc"
-KMACHINE_genericx86-64 ?= "common-pc-64"
-
-SRCREV_machine_genericx86 ?= "cee957655fe67826b2e827e2db41f156fa8f0cc4"
-SRCREV_machine_genericx86-64 ?= "cee957655fe67826b2e827e2db41f156fa8f0cc4"
-SRCREV_machine_mpc8315e-rdb ?= "b37c130db5ae6800e06800315f5be5fca659a625"
-
-COMPATIBLE_MACHINE_genericx86 = "genericx86"
-COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64"
-COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
--
2.1.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-02-20 18:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-20 18:44 [PATCH 0/2] yocto-bsp: update BSPs to match 3.19 kernel addition Bruce Ashfield
2015-02-20 18:44 ` [PATCH 1/2] meta-yocto: update qemu default kernel version to 3.19 Bruce Ashfield
2015-02-20 18:44 ` [PATCH 2/2] meta-yocto-bsps: remove 3.10 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.