All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] poky/yocto-bsps: drop 5.19 and move to 6.1
@ 2023-01-24 22:02 bruce.ashfield
  2023-01-24 22:02 ` [PATCH 1/2] poky/poky-tiny: bump preferred version " bruce.ashfield
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: bruce.ashfield @ 2023-01-24 22:02 UTC (permalink / raw)
  To: richard.purdie; +Cc: yocto

From: Bruce Ashfield <bruce.ashfield@gmail.com>

Richard,

These follow the OEcore patches to remove 5.19. This bumps poky
and poky-tiny to 6.1 and leaves the alt configuration on 5.15.

Bruce

The following changes since commit 3c3fd6a65e8103f74ae382d196d486b31a168b39:

  insane: Improve patch warning/error handling (2023-01-21 07:46:38 +0000)

are available in the Git repository at:

  https://git.yoctoproject.org/poky-contrib zedd/kernel-yocto
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel-yocto

Bruce Ashfield (2):
  poky/poky-tiny: bump preferred version to 6.1
  yocto-bsps: remove 5.19 bbappend

 meta-poky/conf/distro/poky-tiny.conf          |  2 +-
 meta-poky/conf/distro/poky.conf               |  4 ++--
 .../linux/linux-yocto_5.19.bbappend           | 23 -------------------
 3 files changed, 3 insertions(+), 26 deletions(-)
 delete mode 100644 meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.19.bbappend

-- 
2.34.1



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

* [PATCH 1/2] poky/poky-tiny: bump preferred version to 6.1
  2023-01-24 22:02 [PATCH 0/2] poky/yocto-bsps: drop 5.19 and move to 6.1 bruce.ashfield
@ 2023-01-24 22:02 ` bruce.ashfield
  2023-01-24 22:02 ` [PATCH 2/2] yocto-bsps: remove 5.19 bbappend bruce.ashfield
  2023-01-25 17:34 ` [yocto] [PATCH 0/2] poky/yocto-bsps: drop 5.19 and move to 6.1 Alexandre Belloni
  2 siblings, 0 replies; 7+ messages in thread
From: bruce.ashfield @ 2023-01-24 22:02 UTC (permalink / raw)
  To: richard.purdie; +Cc: yocto

From: Bruce Ashfield <bruce.ashfield@gmail.com>

5.19 will be removed shortly, bumping the preferred versions for
poky/poky-tiny to 6.1. The -alt config remains on 5.15.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
---
 meta-poky/conf/distro/poky-tiny.conf | 2 +-
 meta-poky/conf/distro/poky.conf      | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-poky/conf/distro/poky-tiny.conf b/meta-poky/conf/distro/poky-tiny.conf
index ce466e30b7..188bd6c8c0 100644
--- a/meta-poky/conf/distro/poky-tiny.conf
+++ b/meta-poky/conf/distro/poky-tiny.conf
@@ -44,7 +44,7 @@ FULL_OPTIMIZATION="-Os -pipe ${DEBUG_FLAGS}"
 # Distro config is evaluated after the machine config, so we have to explicitly
 # set the kernel provider to override a machine config.
 PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-tiny"
-PREFERRED_VERSION_linux-yocto-tiny ?= "5.19%"
+PREFERRED_VERSION_linux-yocto-tiny ?= "6.1%"
 
 # We can use packagegroup-core-boot, but in the future we may need a new packagegroup-core-tiny
 #POKY_DEFAULT_EXTRA_RDEPENDS += "packagegroup-core-boot"
diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf
index dc0e8e76ab..1d086b9213 100644
--- a/meta-poky/conf/distro/poky.conf
+++ b/meta-poky/conf/distro/poky.conf
@@ -20,8 +20,8 @@ POKY_DEFAULT_EXTRA_RRECOMMENDS = "kernel-module-af-packet"
 
 DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT} ${POKY_DEFAULT_DISTRO_FEATURES}"
 
-PREFERRED_VERSION_linux-yocto ?= "5.19%"
-PREFERRED_VERSION_linux-yocto-rt ?= "5.19%"
+PREFERRED_VERSION_linux-yocto ?= "6.1%"
+PREFERRED_VERSION_linux-yocto-rt ?= "6.1%"
 
 SDK_NAME = "${DISTRO}-${TCLIBC}-${SDKMACHINE}-${IMAGE_BASENAME}-${TUNE_PKGARCH}-${MACHINE}"
 SDKPATHINSTALL = "/opt/${DISTRO}/${SDK_VERSION}"
-- 
2.34.1



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

* [PATCH 2/2] yocto-bsps: remove 5.19 bbappend
  2023-01-24 22:02 [PATCH 0/2] poky/yocto-bsps: drop 5.19 and move to 6.1 bruce.ashfield
  2023-01-24 22:02 ` [PATCH 1/2] poky/poky-tiny: bump preferred version " bruce.ashfield
@ 2023-01-24 22:02 ` bruce.ashfield
  2023-01-25 17:34 ` [yocto] [PATCH 0/2] poky/yocto-bsps: drop 5.19 and move to 6.1 Alexandre Belloni
  2 siblings, 0 replies; 7+ messages in thread
From: bruce.ashfield @ 2023-01-24 22:02 UTC (permalink / raw)
  To: richard.purdie; +Cc: yocto

From: Bruce Ashfield <bruce.ashfield@gmail.com>

5.19 has been dropped from oe-core, so we drop our bbappend to match.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
---
 .../linux/linux-yocto_5.19.bbappend           | 23 -------------------
 1 file changed, 23 deletions(-)
 delete mode 100644 meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.19.bbappend

diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.19.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.19.bbappend
deleted file mode 100644
index 5794657cfe..0000000000
--- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.19.bbappend
+++ /dev/null
@@ -1,23 +0,0 @@
-KBRANCH:genericx86  = "v5.19/standard/base"
-KBRANCH:genericx86-64  = "v5.19/standard/base"
-KBRANCH:edgerouter = "v5.19/standard/edgerouter"
-KBRANCH:beaglebone-yocto = "v5.19/standard/beaglebone"
-
-KMACHINE:genericx86 ?= "common-pc"
-KMACHINE:genericx86-64 ?= "common-pc-64"
-KMACHINE:beaglebone-yocto ?= "beaglebone"
-
-SRCREV_machine:genericx86 ?= "aaf4490d1807c49e3e0ceab1372533937ef2c82b"
-SRCREV_machine:genericx86-64 ?= "aaf4490d1807c49e3e0ceab1372533937ef2c82b"
-SRCREV_machine:edgerouter ?= "43e6ab6ed043f4bc8e7cffbb08af86af0bdb5e12"
-SRCREV_machine:beaglebone-yocto ?= "43e6ab6ed043f4bc8e7cffbb08af86af0bdb5e12"
-
-COMPATIBLE_MACHINE:genericx86 = "genericx86"
-COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64"
-COMPATIBLE_MACHINE:edgerouter = "edgerouter"
-COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto"
-
-LINUX_VERSION:genericx86 = "5.19.17"
-LINUX_VERSION:genericx86-64 = "5.19.17"
-LINUX_VERSION:edgerouter = "5.19"
-LINUX_VERSION:beaglebone-yocto = "5.19"
-- 
2.34.1



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

* Re: [yocto] [PATCH 0/2] poky/yocto-bsps: drop 5.19 and move to 6.1
  2023-01-24 22:02 [PATCH 0/2] poky/yocto-bsps: drop 5.19 and move to 6.1 bruce.ashfield
  2023-01-24 22:02 ` [PATCH 1/2] poky/poky-tiny: bump preferred version " bruce.ashfield
  2023-01-24 22:02 ` [PATCH 2/2] yocto-bsps: remove 5.19 bbappend bruce.ashfield
@ 2023-01-25 17:34 ` Alexandre Belloni
  2023-01-25 20:04   ` Bruce Ashfield
       [not found]   ` <173DA5EFD1E6EF1F.686@lists.yoctoproject.org>
  2 siblings, 2 replies; 7+ messages in thread
From: Alexandre Belloni @ 2023-01-25 17:34 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: richard.purdie, yocto

Hello,

One of the two series breaks xen:

https://autobuilder.yoctoproject.org/typhoon/#/builders/128/builds/1191/steps/13/logs/stdio

On 24/01/2023 17:02:05-0500, Bruce Ashfield wrote:
> From: Bruce Ashfield <bruce.ashfield@gmail.com>
> 
> Richard,
> 
> These follow the OEcore patches to remove 5.19. This bumps poky
> and poky-tiny to 6.1 and leaves the alt configuration on 5.15.
> 
> Bruce
> 
> The following changes since commit 3c3fd6a65e8103f74ae382d196d486b31a168b39:
> 
>   insane: Improve patch warning/error handling (2023-01-21 07:46:38 +0000)
> 
> are available in the Git repository at:
> 
>   https://git.yoctoproject.org/poky-contrib zedd/kernel-yocto
>   http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel-yocto
> 
> Bruce Ashfield (2):
>   poky/poky-tiny: bump preferred version to 6.1
>   yocto-bsps: remove 5.19 bbappend
> 
>  meta-poky/conf/distro/poky-tiny.conf          |  2 +-
>  meta-poky/conf/distro/poky.conf               |  4 ++--
>  .../linux/linux-yocto_5.19.bbappend           | 23 -------------------
>  3 files changed, 3 insertions(+), 26 deletions(-)
>  delete mode 100644 meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.19.bbappend
> 
> -- 
> 2.34.1
> 

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#59053): https://lists.yoctoproject.org/g/yocto/message/59053
> Mute This Topic: https://lists.yoctoproject.org/mt/96508854/3617179
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 


-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


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

* Re: [yocto] [PATCH 0/2] poky/yocto-bsps: drop 5.19 and move to 6.1
  2023-01-25 17:34 ` [yocto] [PATCH 0/2] poky/yocto-bsps: drop 5.19 and move to 6.1 Alexandre Belloni
@ 2023-01-25 20:04   ` Bruce Ashfield
  2023-01-25 20:12     ` Alexandre Belloni
       [not found]   ` <173DA5EFD1E6EF1F.686@lists.yoctoproject.org>
  1 sibling, 1 reply; 7+ messages in thread
From: Bruce Ashfield @ 2023-01-25 20:04 UTC (permalink / raw)
  To: Alexandre Belloni; +Cc: richard.purdie, yocto

On Wed, Jan 25, 2023 at 12:34 PM Alexandre Belloni
<alexandre.belloni@bootlin.com> wrote:
>
> Hello,
>
> One of the two series breaks xen:
>
> https://autobuilder.yoctoproject.org/typhoon/#/builders/128/builds/1191/steps/13/logs/stdio
>

That's chicken and egg.

I won't merge the changes to meta-virt, until oe-core gets the new
default kernel.

Cheers,

Bruce

> On 24/01/2023 17:02:05-0500, Bruce Ashfield wrote:
> > From: Bruce Ashfield <bruce.ashfield@gmail.com>
> >
> > Richard,
> >
> > These follow the OEcore patches to remove 5.19. This bumps poky
> > and poky-tiny to 6.1 and leaves the alt configuration on 5.15.
> >
> > Bruce
> >
> > The following changes since commit 3c3fd6a65e8103f74ae382d196d486b31a168b39:
> >
> >   insane: Improve patch warning/error handling (2023-01-21 07:46:38 +0000)
> >
> > are available in the Git repository at:
> >
> >   https://git.yoctoproject.org/poky-contrib zedd/kernel-yocto
> >   http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel-yocto
> >
> > Bruce Ashfield (2):
> >   poky/poky-tiny: bump preferred version to 6.1
> >   yocto-bsps: remove 5.19 bbappend
> >
> >  meta-poky/conf/distro/poky-tiny.conf          |  2 +-
> >  meta-poky/conf/distro/poky.conf               |  4 ++--
> >  .../linux/linux-yocto_5.19.bbappend           | 23 -------------------
> >  3 files changed, 3 insertions(+), 26 deletions(-)
> >  delete mode 100644 meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.19.bbappend
> >
> > --
> > 2.34.1
> >
>
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#59053): https://lists.yoctoproject.org/g/yocto/message/59053
> > Mute This Topic: https://lists.yoctoproject.org/mt/96508854/3617179
> > Group Owner: yocto+owner@lists.yoctoproject.org
> > Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [alexandre.belloni@bootlin.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
>
>
> --
> Alexandre Belloni, co-owner and COO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com



-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II


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

* Re: [yocto] [PATCH 0/2] poky/yocto-bsps: drop 5.19 and move to 6.1
  2023-01-25 20:04   ` Bruce Ashfield
@ 2023-01-25 20:12     ` Alexandre Belloni
  0 siblings, 0 replies; 7+ messages in thread
From: Alexandre Belloni @ 2023-01-25 20:12 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: richard.purdie, yocto

On 25/01/2023 15:04:27-0500, Bruce Ashfield wrote:
> On Wed, Jan 25, 2023 at 12:34 PM Alexandre Belloni
> <alexandre.belloni@bootlin.com> wrote:
> >
> > Hello,
> >
> > One of the two series breaks xen:
> >
> > https://autobuilder.yoctoproject.org/typhoon/#/builders/128/builds/1191/steps/13/logs/stdio
> >
> 
> That's chicken and egg.
> 
> I won't merge the changes to meta-virt, until oe-core gets the new
> default kernel.

That's perfectly fine, I simply wanted to ensure you knew.

> 
> Cheers,
> 
> Bruce
> 
> > On 24/01/2023 17:02:05-0500, Bruce Ashfield wrote:
> > > From: Bruce Ashfield <bruce.ashfield@gmail.com>
> > >
> > > Richard,
> > >
> > > These follow the OEcore patches to remove 5.19. This bumps poky
> > > and poky-tiny to 6.1 and leaves the alt configuration on 5.15.
> > >
> > > Bruce
> > >
> > > The following changes since commit 3c3fd6a65e8103f74ae382d196d486b31a168b39:
> > >
> > >   insane: Improve patch warning/error handling (2023-01-21 07:46:38 +0000)
> > >
> > > are available in the Git repository at:
> > >
> > >   https://git.yoctoproject.org/poky-contrib zedd/kernel-yocto
> > >   http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel-yocto
> > >
> > > Bruce Ashfield (2):
> > >   poky/poky-tiny: bump preferred version to 6.1
> > >   yocto-bsps: remove 5.19 bbappend
> > >
> > >  meta-poky/conf/distro/poky-tiny.conf          |  2 +-
> > >  meta-poky/conf/distro/poky.conf               |  4 ++--
> > >  .../linux/linux-yocto_5.19.bbappend           | 23 -------------------
> > >  3 files changed, 3 insertions(+), 26 deletions(-)
> > >  delete mode 100644 meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.19.bbappend
> > >
> > > --
> > > 2.34.1
> > >
> >
> > >
> > > -=-=-=-=-=-=-=-=-=-=-=-
> > > Links: You receive all messages sent to this group.
> > > View/Reply Online (#59053): https://lists.yoctoproject.org/g/yocto/message/59053
> > > Mute This Topic: https://lists.yoctoproject.org/mt/96508854/3617179
> > > Group Owner: yocto+owner@lists.yoctoproject.org
> > > Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [alexandre.belloni@bootlin.com]
> > > -=-=-=-=-=-=-=-=-=-=-=-
> > >
> >
> >
> > --
> > Alexandre Belloni, co-owner and COO, Bootlin
> > Embedded Linux and Kernel engineering
> > https://bootlin.com
> 
> 
> 
> -- 
> - Thou shalt not follow the NULL pointer, for chaos and madness await
> thee at its end
> - "Use the force Harry" - Gandalf, Star Trek II

-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


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

* Re: [yocto] [PATCH 0/2] poky/yocto-bsps: drop 5.19 and move to 6.1
       [not found]   ` <173DA5EFD1E6EF1F.686@lists.yoctoproject.org>
@ 2023-01-25 20:12     ` Bruce Ashfield
  0 siblings, 0 replies; 7+ messages in thread
From: Bruce Ashfield @ 2023-01-25 20:12 UTC (permalink / raw)
  To: bruce.ashfield; +Cc: Alexandre Belloni, richard.purdie, yocto

On Wed, Jan 25, 2023 at 3:04 PM Bruce Ashfield via
lists.yoctoproject.org
<bruce.ashfield=gmail.com@lists.yoctoproject.org> wrote:
>
> On Wed, Jan 25, 2023 at 12:34 PM Alexandre Belloni
> <alexandre.belloni@bootlin.com> wrote:
> >
> > Hello,
> >
> > One of the two series breaks xen:
> >
> > https://autobuilder.yoctoproject.org/typhoon/#/builders/128/builds/1191/steps/13/logs/stdio
> >
>
> That's chicken and egg.
>
> I won't merge the changes to meta-virt, until oe-core gets the new
> default kernel.

I should add that the fixes should be on the meta-virt master-next branch.

Cheers,

Bruce

>
> Cheers,
>
> Bruce
>
> > On 24/01/2023 17:02:05-0500, Bruce Ashfield wrote:
> > > From: Bruce Ashfield <bruce.ashfield@gmail.com>
> > >
> > > Richard,
> > >
> > > These follow the OEcore patches to remove 5.19. This bumps poky
> > > and poky-tiny to 6.1 and leaves the alt configuration on 5.15.
> > >
> > > Bruce
> > >
> > > The following changes since commit 3c3fd6a65e8103f74ae382d196d486b31a168b39:
> > >
> > >   insane: Improve patch warning/error handling (2023-01-21 07:46:38 +0000)
> > >
> > > are available in the Git repository at:
> > >
> > >   https://git.yoctoproject.org/poky-contrib zedd/kernel-yocto
> > >   http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel-yocto
> > >
> > > Bruce Ashfield (2):
> > >   poky/poky-tiny: bump preferred version to 6.1
> > >   yocto-bsps: remove 5.19 bbappend
> > >
> > >  meta-poky/conf/distro/poky-tiny.conf          |  2 +-
> > >  meta-poky/conf/distro/poky.conf               |  4 ++--
> > >  .../linux/linux-yocto_5.19.bbappend           | 23 -------------------
> > >  3 files changed, 3 insertions(+), 26 deletions(-)
> > >  delete mode 100644 meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.19.bbappend
> > >
> > > --
> > > 2.34.1
> > >
> >
> > >
> > >
> > >
> >
> >
> > --
> > Alexandre Belloni, co-owner and COO, Bootlin
> > Embedded Linux and Kernel engineering
> > https://bootlin.com
>
>
>
> --
> - Thou shalt not follow the NULL pointer, for chaos and madness await
> thee at its end
> - "Use the force Harry" - Gandalf, Star Trek II
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#59063): https://lists.yoctoproject.org/g/yocto/message/59063
> Mute This Topic: https://lists.yoctoproject.org/mt/96508854/1050810
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II


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

end of thread, other threads:[~2023-01-25 20:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-24 22:02 [PATCH 0/2] poky/yocto-bsps: drop 5.19 and move to 6.1 bruce.ashfield
2023-01-24 22:02 ` [PATCH 1/2] poky/poky-tiny: bump preferred version " bruce.ashfield
2023-01-24 22:02 ` [PATCH 2/2] yocto-bsps: remove 5.19 bbappend bruce.ashfield
2023-01-25 17:34 ` [yocto] [PATCH 0/2] poky/yocto-bsps: drop 5.19 and move to 6.1 Alexandre Belloni
2023-01-25 20:04   ` Bruce Ashfield
2023-01-25 20:12     ` Alexandre Belloni
     [not found]   ` <173DA5EFD1E6EF1F.686@lists.yoctoproject.org>
2023-01-25 20:12     ` 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.