poky.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [meta-yocto][kirkstone 0/3] Patch review
@ 2022-12-08 22:46 Steve Sakoman
  2022-12-08 22:46 ` [meta-yocto][kirkstone 1/3] linux-yocto/5.10: update genericx86* machines to v5.10.149 Steve Sakoman
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Steve Sakoman @ 2022-12-08 22:46 UTC (permalink / raw)
  To: poky

Please review this set of patches for kirkstone and have comments back by
end of day Monday.

This should be the final set of patches for the 4.0.6 release.

Passed a-full on autobuilder:

https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/4600

The following changes since commit 8f216dca2fda2c8862f81dacdcf11df3118b31b7:

  poky.conf: bump version for 4.0.5 (2022-10-24 04:32:55 -1000)

are available in the Git repository at:

  https://git.yoctoproject.org/meta-yocto contrib/kirkstone-next
  http://git.yoctoproject.org/cgit.cgi/meta-yocto/log/?h=contrib/kirkstone-next

Ravula Adhitya Siddartha (2):
  linux-yocto/5.10: update genericx86* machines to v5.10.149
  linux-yocto/5.15: update genericx86* machines to v5.15.72

Steve Sakoman (1):
  poky.conf: bump version for 4.0.6

 meta-poky/conf/distro/poky.conf                           | 2 +-
 .../recipes-kernel/linux/linux-yocto_5.10.bbappend        | 8 ++++----
 .../recipes-kernel/linux/linux-yocto_5.15.bbappend        | 8 ++++----
 3 files changed, 9 insertions(+), 9 deletions(-)

-- 
2.25.1


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

* [meta-yocto][kirkstone 1/3] linux-yocto/5.10: update genericx86* machines to v5.10.149
  2022-12-08 22:46 [meta-yocto][kirkstone 0/3] Patch review Steve Sakoman
@ 2022-12-08 22:46 ` Steve Sakoman
  2022-12-08 22:46 ` [meta-yocto][kirkstone 2/3] linux-yocto/5.15: update genericx86* machines to v5.15.72 Steve Sakoman
  2022-12-08 22:46 ` [meta-yocto][kirkstone 3/3] poky.conf: bump version for 4.0.6 Steve Sakoman
  2 siblings, 0 replies; 4+ messages in thread
From: Steve Sakoman @ 2022-12-08 22:46 UTC (permalink / raw)
  To: poky

From: Ravula Adhitya Siddartha <adhityax.siddartha.ravula@intel.com>

Signed-off-by: Ravula Adhitya Siddartha <adhityax.siddartha.ravula@intel.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
 .../recipes-kernel/linux/linux-yocto_5.10.bbappend        | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.10.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.10.bbappend
index 1f49fd1..c6032a8 100644
--- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.10.bbappend
+++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.10.bbappend
@@ -7,8 +7,8 @@ KMACHINE:genericx86 ?= "common-pc"
 KMACHINE:genericx86-64 ?= "common-pc-64"
 KMACHINE:beaglebone-yocto ?= "beaglebone"
 
-SRCREV_machine:genericx86 ?= "d09b184cbc0321794bda715ab560dec077a048d0"
-SRCREV_machine:genericx86-64 ?= "d09b184cbc0321794bda715ab560dec077a048d0"
+SRCREV_machine:genericx86 ?= "7abf3b31ec4e4fc9564b7a8db6844d9b4d71a1b2"
+SRCREV_machine:genericx86-64 ?= "7abf3b31ec4e4fc9564b7a8db6844d9b4d71a1b2"
 SRCREV_machine:edgerouter ?= "7c9332d91089ee63581be6cd3e7197c9d3e9a883"
 SRCREV_machine:beaglebone-yocto ?= "3c44f12b9de336579d00ac0105852f4cbf7e8b7d"
 
@@ -17,7 +17,7 @@ COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64"
 COMPATIBLE_MACHINE:edgerouter = "edgerouter"
 COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto"
 
-LINUX_VERSION:genericx86 = "5.10.135"
-LINUX_VERSION:genericx86-64 = "5.10.135"
+LINUX_VERSION:genericx86 = "5.10.149"
+LINUX_VERSION:genericx86-64 = "5.10.149"
 LINUX_VERSION:edgerouter = "5.10.130"
 LINUX_VERSION:beaglebone-yocto = "5.10.130"
-- 
2.25.1


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

* [meta-yocto][kirkstone 2/3] linux-yocto/5.15: update genericx86* machines to v5.15.72
  2022-12-08 22:46 [meta-yocto][kirkstone 0/3] Patch review Steve Sakoman
  2022-12-08 22:46 ` [meta-yocto][kirkstone 1/3] linux-yocto/5.10: update genericx86* machines to v5.10.149 Steve Sakoman
@ 2022-12-08 22:46 ` Steve Sakoman
  2022-12-08 22:46 ` [meta-yocto][kirkstone 3/3] poky.conf: bump version for 4.0.6 Steve Sakoman
  2 siblings, 0 replies; 4+ messages in thread
From: Steve Sakoman @ 2022-12-08 22:46 UTC (permalink / raw)
  To: poky

From: Ravula Adhitya Siddartha <adhityax.siddartha.ravula@intel.com>

Signed-off-by: Ravula Adhitya Siddartha <adhityax.siddartha.ravula@intel.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
 .../recipes-kernel/linux/linux-yocto_5.15.bbappend        | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.15.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.15.bbappend
index e682620..3ad175d 100644
--- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.15.bbappend
+++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.15.bbappend
@@ -7,8 +7,8 @@ KMACHINE:genericx86 ?= "common-pc"
 KMACHINE:genericx86-64 ?= "common-pc-64"
 KMACHINE:beaglebone-yocto ?= "beaglebone"
 
-SRCREV_machine:genericx86 ?= "efe20512212b0e85b5f884b1bfc8fbba2b43541a"
-SRCREV_machine:genericx86-64 ?= "efe20512212b0e85b5f884b1bfc8fbba2b43541a"
+SRCREV_machine:genericx86 ?= "0b628306d1f9ea28c0e86369ce9bb87a47893c9c"
+SRCREV_machine:genericx86-64 ?= "0b628306d1f9ea28c0e86369ce9bb87a47893c9c"
 SRCREV_machine:edgerouter ?= "90f1ee6589264545f548d731c2480b08a007230f"
 SRCREV_machine:beaglebone-yocto ?= "9aabbaa89fcb21af7028e814c1f5b61171314d5a"
 
@@ -17,7 +17,7 @@ COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64"
 COMPATIBLE_MACHINE:edgerouter = "edgerouter"
 COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto"
 
-LINUX_VERSION:genericx86 = "5.15.59"
-LINUX_VERSION:genericx86-64 = "5.15.59"
+LINUX_VERSION:genericx86 = "5.15.72"
+LINUX_VERSION:genericx86-64 = "5.15.72"
 LINUX_VERSION:edgerouter = "5.15.54"
 LINUX_VERSION:beaglebone-yocto = "5.15.54"
-- 
2.25.1


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

* [meta-yocto][kirkstone 3/3] poky.conf: bump version for 4.0.6
  2022-12-08 22:46 [meta-yocto][kirkstone 0/3] Patch review Steve Sakoman
  2022-12-08 22:46 ` [meta-yocto][kirkstone 1/3] linux-yocto/5.10: update genericx86* machines to v5.10.149 Steve Sakoman
  2022-12-08 22:46 ` [meta-yocto][kirkstone 2/3] linux-yocto/5.15: update genericx86* machines to v5.15.72 Steve Sakoman
@ 2022-12-08 22:46 ` Steve Sakoman
  2 siblings, 0 replies; 4+ messages in thread
From: Steve Sakoman @ 2022-12-08 22:46 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 98c243d..79c9aba 100644
--- a/meta-poky/conf/distro/poky.conf
+++ b/meta-poky/conf/distro/poky.conf
@@ -1,7 +1,7 @@
 DISTRO = "poky"
 DISTRO_NAME = "Poky (Yocto Project Reference Distro)"
 #DISTRO_VERSION = "3.4+snapshot-${METADATA_REVISION}"
-DISTRO_VERSION = "4.0.5"
+DISTRO_VERSION = "4.0.6"
 DISTRO_CODENAME = "kirkstone"
 SDK_VENDOR = "-pokysdk"
 SDK_VERSION = "${@d.getVar('DISTRO_VERSION').replace('snapshot-${METADATA_REVISION}', 'snapshot')}"
-- 
2.25.1


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

end of thread, other threads:[~2022-12-08 22:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-08 22:46 [meta-yocto][kirkstone 0/3] Patch review Steve Sakoman
2022-12-08 22:46 ` [meta-yocto][kirkstone 1/3] linux-yocto/5.10: update genericx86* machines to v5.10.149 Steve Sakoman
2022-12-08 22:46 ` [meta-yocto][kirkstone 2/3] linux-yocto/5.15: update genericx86* machines to v5.15.72 Steve Sakoman
2022-12-08 22:46 ` [meta-yocto][kirkstone 3/3] poky.conf: bump version for 4.0.6 Steve Sakoman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).