* [meta-yocto][dunfell 0/3] Patch review
@ 2022-03-08 14:29 Steve Sakoman
2022-03-08 14:29 ` [meta-yocto][dunfell 1/3] linux-yocto: update genericx86* to v5.4.178 Steve Sakoman
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Steve Sakoman @ 2022-03-08 14:29 UTC (permalink / raw)
To: poky
Please review this set of patches for dunfell and have comments back by end
of day Thursday.
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/3335
In addition to testing a-full builds with all new distros enabled over the
past couple of months, I ran these addional tests on each of the 3 newly
supported distros (AlmaLinux 8.5, Fedora 35, and openSUSE 15.3)
oe-selftest
https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/3262
https://autobuilder.yoctoproject.org/typhoon/#/builders/56/builds/1783
https://autobuilder.yoctoproject.org/typhoon/#/builders/86/builds/3232
reproducible
https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/466
https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/467
https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/463
The following changes since commit 8124e73de7fd319d96cdb6f556d6b1943fbe41e3:
poky.conf: Bump version for 3.1.14 release (2022-01-27 16:15:55 +0000)
are available in the Git repository at:
git://git.yoctoproject.org/meta-yocto contrib/dunfell-next
http://git.yoctoproject.org/cgit.cgi/meta-yocto/log/?h=contrib/dunfell-next
Lee Chee Yang (1):
poky.conf: update tested distros
Steve Sakoman (2):
linux-yocto: update genericx86* to v5.4.178
poky.conf: Bump version for 3.1.15 release
meta-poky/conf/distro/poky.conf | 5 ++++-
.../recipes-kernel/linux/linux-yocto_5.4.bbappend | 8 ++++----
2 files changed, 8 insertions(+), 5 deletions(-)
--
2.25.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* [meta-yocto][dunfell 1/3] linux-yocto: update genericx86* to v5.4.178
2022-03-08 14:29 [meta-yocto][dunfell 0/3] Patch review Steve Sakoman
@ 2022-03-08 14:29 ` Steve Sakoman
2022-03-08 14:29 ` [meta-yocto][dunfell 2/3] poky.conf: update tested distros Steve Sakoman
2022-03-08 14:29 ` [meta-yocto][dunfell 3/3] poky.conf: Bump version for 3.1.15 release Steve Sakoman
2 siblings, 0 replies; 4+ messages in thread
From: Steve Sakoman @ 2022-03-08 14:29 UTC (permalink / raw)
To: poky
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
.../recipes-kernel/linux/linux-yocto_5.4.bbappend | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.4.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.4.bbappend
index cd059c0..b2824cb 100644
--- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.4.bbappend
+++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.4.bbappend
@@ -7,8 +7,8 @@ KMACHINE_genericx86 ?= "common-pc"
KMACHINE_genericx86-64 ?= "common-pc-64"
KMACHINE_beaglebone-yocto ?= "beaglebone"
-SRCREV_machine_genericx86 ?= "76404f1ae59698b6a446dba29c885ca78c69c330"
-SRCREV_machine_genericx86-64 ?= "76404f1ae59698b6a446dba29c885ca78c69c330"
+SRCREV_machine_genericx86 ?= "e2020dbe2ccaef50d7e8f37a5bf08c68a006a064"
+SRCREV_machine_genericx86-64 ?= "e2020dbe2ccaef50d7e8f37a5bf08c68a006a064"
SRCREV_machine_edgerouter ?= "706efec4c1e270ec5dda92275898cd465dfdc7dd"
SRCREV_machine_beaglebone-yocto ?= "706efec4c1e270ec5dda92275898cd465dfdc7dd"
@@ -17,7 +17,7 @@ COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64"
COMPATIBLE_MACHINE_edgerouter = "edgerouter"
COMPATIBLE_MACHINE_beaglebone-yocto = "beaglebone-yocto"
-LINUX_VERSION_genericx86 = "5.4.158"
-LINUX_VERSION_genericx86-64 = "5.4.158"
+LINUX_VERSION_genericx86 = "5.4.178"
+LINUX_VERSION_genericx86-64 = "5.4.178"
LINUX_VERSION_edgerouter = "5.4.58"
LINUX_VERSION_beaglebone-yocto = "5.4.58"
--
2.25.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [meta-yocto][dunfell 2/3] poky.conf: update tested distros
2022-03-08 14:29 [meta-yocto][dunfell 0/3] Patch review Steve Sakoman
2022-03-08 14:29 ` [meta-yocto][dunfell 1/3] linux-yocto: update genericx86* to v5.4.178 Steve Sakoman
@ 2022-03-08 14:29 ` Steve Sakoman
2022-03-08 14:29 ` [meta-yocto][dunfell 3/3] poky.conf: Bump version for 3.1.15 release Steve Sakoman
2 siblings, 0 replies; 4+ messages in thread
From: Steve Sakoman @ 2022-03-08 14:29 UTC (permalink / raw)
To: poky
From: Lee Chee Yang <chee.yang.lee@intel.com>
add fedora-35, opensuseleap-15.3 and almalinux-8.5
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
meta-poky/conf/distro/poky.conf | 3 +++
1 file changed, 3 insertions(+)
diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf
index 7274657..a7868d8 100644
--- a/meta-poky/conf/distro/poky.conf
+++ b/meta-poky/conf/distro/poky.conf
@@ -62,6 +62,7 @@ SANITY_TESTED_DISTROS ?= " \
fedora-32 \n \
fedora-33 \n \
fedora-34 \n \
+ fedora-35 \n \
centos-7 \n \
centos-8 \n \
debian-8 \n \
@@ -70,6 +71,8 @@ SANITY_TESTED_DISTROS ?= " \
debian-11 \n \
opensuseleap-15.1 \n \
opensuseleap-15.2 \n \
+ opensuseleap-15.3 \n \
+ almalinux-8.5 \n \
"
# add poky sanity bbclass
INHERIT += "poky-sanity"
--
2.25.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [meta-yocto][dunfell 3/3] poky.conf: Bump version for 3.1.15 release
2022-03-08 14:29 [meta-yocto][dunfell 0/3] Patch review Steve Sakoman
2022-03-08 14:29 ` [meta-yocto][dunfell 1/3] linux-yocto: update genericx86* to v5.4.178 Steve Sakoman
2022-03-08 14:29 ` [meta-yocto][dunfell 2/3] poky.conf: update tested distros Steve Sakoman
@ 2022-03-08 14:29 ` Steve Sakoman
2 siblings, 0 replies; 4+ messages in thread
From: Steve Sakoman @ 2022-03-08 14:29 UTC (permalink / raw)
To: poky
Signed-off-by: Steve Sakoman <steve@sakoman.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 a7868d8..b7c926b 100644
--- a/meta-poky/conf/distro/poky.conf
+++ b/meta-poky/conf/distro/poky.conf
@@ -1,6 +1,6 @@
DISTRO = "poky"
DISTRO_NAME = "Poky (Yocto Project Reference Distro)"
-DISTRO_VERSION = "3.1.14"
+DISTRO_VERSION = "3.1.15"
DISTRO_CODENAME = "dunfell"
SDK_VENDOR = "-pokysdk"
SDK_VERSION = "${@d.getVar('DISTRO_VERSION').replace('snapshot-${DATE}', 'snapshot')}"
--
2.25.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-03-08 14:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-08 14:29 [meta-yocto][dunfell 0/3] Patch review Steve Sakoman
2022-03-08 14:29 ` [meta-yocto][dunfell 1/3] linux-yocto: update genericx86* to v5.4.178 Steve Sakoman
2022-03-08 14:29 ` [meta-yocto][dunfell 2/3] poky.conf: update tested distros Steve Sakoman
2022-03-08 14:29 ` [meta-yocto][dunfell 3/3] poky.conf: Bump version for 3.1.15 release Steve Sakoman
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.