* [meta-yocto][dunfell 0/4] Patch review
@ 2020-09-15 14:14 Steve Sakoman
2020-09-15 14:14 ` [meta-yocto][dunfell 1/4] yocto-bsps: update reference BSPs to 5.4.54 Steve Sakoman
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Steve Sakoman @ 2020-09-15 14:14 UTC (permalink / raw)
To: poky
Please review this set of patches for dunfell and have comments back by
end of day Thursday.
The following changes since commit 432b365f48f58ec0d9692a93607b65edd098ca1a:
poky: Add fedora32 as a supported distro (2020-07-19 16:30:17 +0100)
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
Bruce Ashfield (3):
yocto-bsps: update reference BSPs to 5.4.54
yocto-bsp: update to v5.4.56
yocto-bsp: update to v5.4.58
Steve Sakoman (1):
poky.conf: Bump version for 3.1.3 release
meta-poky/conf/distro/poky.conf | 2 +-
.../linux/linux-yocto_5.4.bbappend | 16 ++++++++--------
2 files changed, 9 insertions(+), 9 deletions(-)
--
2.17.1
^ permalink raw reply [flat|nested] 5+ messages in thread* [meta-yocto][dunfell 1/4] yocto-bsps: update reference BSPs to 5.4.54
2020-09-15 14:14 [meta-yocto][dunfell 0/4] Patch review Steve Sakoman
@ 2020-09-15 14:14 ` Steve Sakoman
2020-09-15 14:14 ` [meta-yocto][dunfell 2/4] yocto-bsp: update to v5.4.56 Steve Sakoman
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Steve Sakoman @ 2020-09-15 14:14 UTC (permalink / raw)
To: poky
From: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit cc10c1589b4a4c9471bd5c847ef2f8ccc4e8a58f)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
.../linux/linux-yocto_5.4.bbappend | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 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 6267485..2c73eb2 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,17 +7,17 @@ KMACHINE_genericx86 ?= "common-pc"
KMACHINE_genericx86-64 ?= "common-pc-64"
KMACHINE_beaglebone-yocto ?= "beaglebone"
-SRCREV_machine_genericx86 ?= "ec485bd4afef57715eb45ba331b04b3f941e43bb"
-SRCREV_machine_genericx86-64 ?= "ec485bd4afef57715eb45ba331b04b3f941e43bb"
-SRCREV_machine_edgerouter ?= "ec485bd4afef57715eb45ba331b04b3f941e43bb"
-SRCREV_machine_beaglebone-yocto ?= "ec485bd4afef57715eb45ba331b04b3f941e43bb"
+SRCREV_machine_genericx86 ?= "9fc2fb2e73466a520ee9a3c48b3ca2f5b21415dc"
+SRCREV_machine_genericx86-64 ?= "9fc2fb2e73466a520ee9a3c48b3ca2f5b21415dc"
+SRCREV_machine_edgerouter ?= "9fc2fb2e73466a520ee9a3c48b3ca2f5b21415dc"
+SRCREV_machine_beaglebone-yocto ?= "9fc2fb2e73466a520ee9a3c48b3ca2f5b21415dc"
COMPATIBLE_MACHINE_genericx86 = "genericx86"
COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64"
COMPATIBLE_MACHINE_edgerouter = "edgerouter"
COMPATIBLE_MACHINE_beaglebone-yocto = "beaglebone-yocto"
-LINUX_VERSION_genericx86 = "5.4.49"
-LINUX_VERSION_genericx86-64 = "5.4.49"
-LINUX_VERSION_edgerouter = "5.4.49"
-LINUX_VERSION_beaglebone-yocto = "5.4.49"
+LINUX_VERSION_genericx86 = "5.4.54"
+LINUX_VERSION_genericx86-64 = "5.4.54"
+LINUX_VERSION_edgerouter = "5.4.54"
+LINUX_VERSION_beaglebone-yocto = "5.4.54"
--
2.17.1
^ permalink raw reply related [flat|nested] 5+ messages in thread* [meta-yocto][dunfell 2/4] yocto-bsp: update to v5.4.56
2020-09-15 14:14 [meta-yocto][dunfell 0/4] Patch review Steve Sakoman
2020-09-15 14:14 ` [meta-yocto][dunfell 1/4] yocto-bsps: update reference BSPs to 5.4.54 Steve Sakoman
@ 2020-09-15 14:14 ` Steve Sakoman
2020-09-15 14:14 ` [meta-yocto][dunfell 3/4] yocto-bsp: update to v5.4.58 Steve Sakoman
2020-09-15 14:14 ` [meta-yocto][dunfell 4/4] poky.conf: Bump version for 3.1.3 release Steve Sakoman
3 siblings, 0 replies; 5+ messages in thread
From: Steve Sakoman @ 2020-09-15 14:14 UTC (permalink / raw)
To: poky
From: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 34dfaf81b03789054d58716d43c9fc447d8bd69b)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
.../linux/linux-yocto_5.4.bbappend | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 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 2c73eb2..e1c7372 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,17 +7,17 @@ KMACHINE_genericx86 ?= "common-pc"
KMACHINE_genericx86-64 ?= "common-pc-64"
KMACHINE_beaglebone-yocto ?= "beaglebone"
-SRCREV_machine_genericx86 ?= "9fc2fb2e73466a520ee9a3c48b3ca2f5b21415dc"
-SRCREV_machine_genericx86-64 ?= "9fc2fb2e73466a520ee9a3c48b3ca2f5b21415dc"
-SRCREV_machine_edgerouter ?= "9fc2fb2e73466a520ee9a3c48b3ca2f5b21415dc"
-SRCREV_machine_beaglebone-yocto ?= "9fc2fb2e73466a520ee9a3c48b3ca2f5b21415dc"
+SRCREV_machine_genericx86 ?= "eaeb8b7e17aaf93a3b727a51731b1c9a3916009f"
+SRCREV_machine_genericx86-64 ?= "eaeb8b7e17aaf93a3b727a51731b1c9a3916009f"
+SRCREV_machine_edgerouter ?= "eaeb8b7e17aaf93a3b727a51731b1c9a3916009f"
+SRCREV_machine_beaglebone-yocto ?= "eaeb8b7e17aaf93a3b727a51731b1c9a3916009f"
COMPATIBLE_MACHINE_genericx86 = "genericx86"
COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64"
COMPATIBLE_MACHINE_edgerouter = "edgerouter"
COMPATIBLE_MACHINE_beaglebone-yocto = "beaglebone-yocto"
-LINUX_VERSION_genericx86 = "5.4.54"
-LINUX_VERSION_genericx86-64 = "5.4.54"
-LINUX_VERSION_edgerouter = "5.4.54"
-LINUX_VERSION_beaglebone-yocto = "5.4.54"
+LINUX_VERSION_genericx86 = "5.4.56"
+LINUX_VERSION_genericx86-64 = "5.4.56"
+LINUX_VERSION_edgerouter = "5.4.56"
+LINUX_VERSION_beaglebone-yocto = "5.4.56"
--
2.17.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [meta-yocto][dunfell 3/4] yocto-bsp: update to v5.4.58
2020-09-15 14:14 [meta-yocto][dunfell 0/4] Patch review Steve Sakoman
2020-09-15 14:14 ` [meta-yocto][dunfell 1/4] yocto-bsps: update reference BSPs to 5.4.54 Steve Sakoman
2020-09-15 14:14 ` [meta-yocto][dunfell 2/4] yocto-bsp: update to v5.4.56 Steve Sakoman
@ 2020-09-15 14:14 ` Steve Sakoman
2020-09-15 14:14 ` [meta-yocto][dunfell 4/4] poky.conf: Bump version for 3.1.3 release Steve Sakoman
3 siblings, 0 replies; 5+ messages in thread
From: Steve Sakoman @ 2020-09-15 14:14 UTC (permalink / raw)
To: poky
From: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit cb67b9bcbd18a612a6e5e5bf6acfe1614aca990a)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
.../linux/linux-yocto_5.4.bbappend | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 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 e1c7372..9c37f91 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,17 +7,17 @@ KMACHINE_genericx86 ?= "common-pc"
KMACHINE_genericx86-64 ?= "common-pc-64"
KMACHINE_beaglebone-yocto ?= "beaglebone"
-SRCREV_machine_genericx86 ?= "eaeb8b7e17aaf93a3b727a51731b1c9a3916009f"
-SRCREV_machine_genericx86-64 ?= "eaeb8b7e17aaf93a3b727a51731b1c9a3916009f"
-SRCREV_machine_edgerouter ?= "eaeb8b7e17aaf93a3b727a51731b1c9a3916009f"
-SRCREV_machine_beaglebone-yocto ?= "eaeb8b7e17aaf93a3b727a51731b1c9a3916009f"
+SRCREV_machine_genericx86 ?= "706efec4c1e270ec5dda92275898cd465dfdc7dd"
+SRCREV_machine_genericx86-64 ?= "706efec4c1e270ec5dda92275898cd465dfdc7dd"
+SRCREV_machine_edgerouter ?= "706efec4c1e270ec5dda92275898cd465dfdc7dd"
+SRCREV_machine_beaglebone-yocto ?= "706efec4c1e270ec5dda92275898cd465dfdc7dd"
COMPATIBLE_MACHINE_genericx86 = "genericx86"
COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64"
COMPATIBLE_MACHINE_edgerouter = "edgerouter"
COMPATIBLE_MACHINE_beaglebone-yocto = "beaglebone-yocto"
-LINUX_VERSION_genericx86 = "5.4.56"
-LINUX_VERSION_genericx86-64 = "5.4.56"
-LINUX_VERSION_edgerouter = "5.4.56"
-LINUX_VERSION_beaglebone-yocto = "5.4.56"
+LINUX_VERSION_genericx86 = "5.4.58"
+LINUX_VERSION_genericx86-64 = "5.4.58"
+LINUX_VERSION_edgerouter = "5.4.58"
+LINUX_VERSION_beaglebone-yocto = "5.4.58"
--
2.17.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [meta-yocto][dunfell 4/4] poky.conf: Bump version for 3.1.3 release
2020-09-15 14:14 [meta-yocto][dunfell 0/4] Patch review Steve Sakoman
` (2 preceding siblings ...)
2020-09-15 14:14 ` [meta-yocto][dunfell 3/4] yocto-bsp: update to v5.4.58 Steve Sakoman
@ 2020-09-15 14:14 ` Steve Sakoman
3 siblings, 0 replies; 5+ messages in thread
From: Steve Sakoman @ 2020-09-15 14:14 UTC (permalink / raw)
To: poky
---
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 7c77ebf..03bc9ea 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.2"
+DISTRO_VERSION = "3.1.3"
DISTRO_CODENAME = "dunfell"
SDK_VENDOR = "-pokysdk"
SDK_VERSION = "${@d.getVar('DISTRO_VERSION').replace('snapshot-${DATE}', 'snapshot')}"
--
2.17.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-09-15 14:15 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-15 14:14 [meta-yocto][dunfell 0/4] Patch review Steve Sakoman
2020-09-15 14:14 ` [meta-yocto][dunfell 1/4] yocto-bsps: update reference BSPs to 5.4.54 Steve Sakoman
2020-09-15 14:14 ` [meta-yocto][dunfell 2/4] yocto-bsp: update to v5.4.56 Steve Sakoman
2020-09-15 14:14 ` [meta-yocto][dunfell 3/4] yocto-bsp: update to v5.4.58 Steve Sakoman
2020-09-15 14:14 ` [meta-yocto][dunfell 4/4] poky.conf: Bump version for 3.1.3 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.