* [PATCH 0/3] poky/yocto-bsp: update default kernel and drop old bbappends
@ 2020-02-21 17:54 Bruce Ashfield
2020-02-21 17:54 ` [PATCH 1/3] poky: bump preferred kernel to v5.4 Bruce Ashfield
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Bruce Ashfield @ 2020-02-21 17:54 UTC (permalink / raw)
To: richard.purdie; +Cc: yocto
From: Bruce Ashfield <bruce.ashfield@gmail.com>
Hi all,
This goes along with my series to oe-core. Once that goes in, this bumps the
default and drops v4.19.
Cheers,
Bruce
The following changes since commit e4be65a39aecd10e31991879114856c2784ecd69:
qemu: bump default reference kernel to v5.4 (2020-02-20 09:27:05 -0500)
are available in the Git repository at:
git://git.yoctoproject.org/poky-contrib zedd/kernel-yocto
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel-yocto
Bruce Ashfield (3):
poky: bump preferred kernel to v5.4
poky-alt: bump LTS kernel to v5.4
yocto-bsp: drop 4.19 bbappend
.../include/poky-distro-alt-test-config.inc | 2 +-
meta-poky/conf/distro/poky.conf | 2 +-
.../linux/linux-yocto_4.19.bbappend | 23 -------------------
3 files changed, 2 insertions(+), 25 deletions(-)
delete mode 100644 meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.19.bbappend
--
2.19.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/3] poky: bump preferred kernel to v5.4
2020-02-21 17:54 [PATCH 0/3] poky/yocto-bsp: update default kernel and drop old bbappends Bruce Ashfield
@ 2020-02-21 17:54 ` Bruce Ashfield
2020-02-21 17:54 ` [PATCH 2/3] poky-alt: bump LTS " Bruce Ashfield
2020-02-21 17:54 ` [PATCH 3/3] yocto-bsp: drop 4.19 bbappend Bruce Ashfield
2 siblings, 0 replies; 4+ messages in thread
From: Bruce Ashfield @ 2020-02-21 17:54 UTC (permalink / raw)
To: richard.purdie; +Cc: yocto
From: Bruce Ashfield <bruce.ashfield@gmail.com>
Ensure that the 5.4 LTS kernel is the preferred version for all poky
boards.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
---
meta-poky/conf/distro/poky.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf
index 49c2bef407..8111f19caa 100644
--- a/meta-poky/conf/distro/poky.conf
+++ b/meta-poky/conf/distro/poky.conf
@@ -21,7 +21,7 @@ POKY_DEFAULT_EXTRA_RRECOMMENDS = "kernel-module-af-packet"
DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT} ${POKY_DEFAULT_DISTRO_FEATURES}"
-PREFERRED_VERSION_linux-yocto ?= "5.2%"
+PREFERRED_VERSION_linux-yocto ?= "5.4%"
SDK_NAME = "${DISTRO}-${TCLIBC}-${SDKMACHINE}-${IMAGE_BASENAME}-${TUNE_PKGARCH}-${MACHINE}"
SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}"
--
2.19.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/3] poky-alt: bump LTS kernel to v5.4
2020-02-21 17:54 [PATCH 0/3] poky/yocto-bsp: update default kernel and drop old bbappends Bruce Ashfield
2020-02-21 17:54 ` [PATCH 1/3] poky: bump preferred kernel to v5.4 Bruce Ashfield
@ 2020-02-21 17:54 ` Bruce Ashfield
2020-02-21 17:54 ` [PATCH 3/3] yocto-bsp: drop 4.19 bbappend Bruce Ashfield
2 siblings, 0 replies; 4+ messages in thread
From: Bruce Ashfield @ 2020-02-21 17:54 UTC (permalink / raw)
To: richard.purdie; +Cc: yocto
From: Bruce Ashfield <bruce.ashfield@gmail.com>
We move from 4.19 to 5.4 as the LTS kernel.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
---
meta-poky/conf/distro/include/poky-distro-alt-test-config.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-poky/conf/distro/include/poky-distro-alt-test-config.inc b/meta-poky/conf/distro/include/poky-distro-alt-test-config.inc
index 9926c1bb02..0b0412e60c 100644
--- a/meta-poky/conf/distro/include/poky-distro-alt-test-config.inc
+++ b/meta-poky/conf/distro/include/poky-distro-alt-test-config.inc
@@ -2,7 +2,7 @@
DISTRO_FEATURES_append = " pam"
# Use the LTSI Kernel
-PREFERRED_VERSION_linux-yocto ?= "4.19%"
+PREFERRED_VERSION_linux-yocto ?= "5.4%"
# Ensure the kernel nfs server is enabled
KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc"
--
2.19.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 3/3] yocto-bsp: drop 4.19 bbappend
2020-02-21 17:54 [PATCH 0/3] poky/yocto-bsp: update default kernel and drop old bbappends Bruce Ashfield
2020-02-21 17:54 ` [PATCH 1/3] poky: bump preferred kernel to v5.4 Bruce Ashfield
2020-02-21 17:54 ` [PATCH 2/3] poky-alt: bump LTS " Bruce Ashfield
@ 2020-02-21 17:54 ` Bruce Ashfield
2 siblings, 0 replies; 4+ messages in thread
From: Bruce Ashfield @ 2020-02-21 17:54 UTC (permalink / raw)
To: richard.purdie; +Cc: yocto
From: Bruce Ashfield <bruce.ashfield@gmail.com>
5.4 is the new LTS kernel, so we drop the 4.19 bbappens as the 4.19
kernel will be removed.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
---
.../linux/linux-yocto_4.19.bbappend | 23 -------------------
1 file changed, 23 deletions(-)
delete mode 100644 meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.19.bbappend
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.19.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.19.bbappend
deleted file mode 100644
index 7b4bd2c4ee..0000000000
--- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.19.bbappend
+++ /dev/null
@@ -1,23 +0,0 @@
-KBRANCH_genericx86 = "v4.19/standard/base"
-KBRANCH_genericx86-64 = "v4.19/standard/base"
-KBRANCH_edgerouter = "v4.19/standard/edgerouter"
-KBRANCH_beaglebone-yocto = "v4.19/standard/beaglebone"
-
-KMACHINE_genericx86 ?= "common-pc"
-KMACHINE_genericx86-64 ?= "common-pc-64"
-KMACHINE_beaglebone-yocto ?= "beaglebone"
-
-SRCREV_machine_genericx86 ?= "5664dc14399edcaad210bbeb6343d84561fb3ea8"
-SRCREV_machine_genericx86-64 ?= "5664dc14399edcaad210bbeb6343d84561fb3ea8"
-SRCREV_machine_edgerouter ?= "5664dc14399edcaad210bbeb6343d84561fb3ea8"
-SRCREV_machine_beaglebone-yocto ?= "5664dc14399edcaad210bbeb6343d84561fb3ea8"
-
-COMPATIBLE_MACHINE_genericx86 = "genericx86"
-COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64"
-COMPATIBLE_MACHINE_edgerouter = "edgerouter"
-COMPATIBLE_MACHINE_beaglebone-yocto = "beaglebone-yocto"
-
-LINUX_VERSION_genericx86 = "4.19.34"
-LINUX_VERSION_genericx86-64 = "4.19.34"
-LINUX_VERSION_edgerouter = "4.19.34"
-LINUX_VERSION_beaglebone-yocto = "4.19.34"
--
2.19.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-02-21 17:54 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-21 17:54 [PATCH 0/3] poky/yocto-bsp: update default kernel and drop old bbappends Bruce Ashfield
2020-02-21 17:54 ` [PATCH 1/3] poky: bump preferred kernel to v5.4 Bruce Ashfield
2020-02-21 17:54 ` [PATCH 2/3] poky-alt: bump LTS " Bruce Ashfield
2020-02-21 17:54 ` [PATCH 3/3] yocto-bsp: drop 4.19 bbappend Bruce Ashfield
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox