All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] yocto-bsp/poky: kernel updates and default
@ 2020-08-21 19:07 Bruce Ashfield
  2020-08-21 19:08 ` [PATCH 1/3] poky: set preferred version for linux-yocto to be v5.8 Bruce Ashfield
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Bruce Ashfield @ 2020-08-21 19:07 UTC (permalink / raw)
  To: richard.purdie; +Cc: yocto

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

Richard,

Similar to oe-core, these are the patches I'm carrying to update the
reference BSPs to the latest 5.4 (we still need a 5.8 bbappend and
confirmed booting), as well as a switch to 5.8 as the default.

That being said, I'm not sure of the way you'd like the default kernel
set to differentiate between the reference BSPs and qemu. So currently,
I just have the single preferred version set.

Cheers,

Bruce

The following changes since commit c9d0bb421a2f7c6783f2c2bbf47c95da5537985d:

  linux-yocto/5.8: update to v5.8.2 (2020-08-21 14:55:05 -0400)

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: set preferred version for linux-yocto to be v5.8
  yocto-bsp: update to v5.4.56
  yocto-bsp: update to v5.4.58

 meta-poky/conf/distro/poky.conf                  |  2 +-
 .../linux/linux-yocto_5.4.bbappend               | 16 ++++++++--------
 2 files changed, 9 insertions(+), 9 deletions(-)

-- 
2.19.1


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

* [PATCH 1/3] poky: set preferred version for linux-yocto to be v5.8
  2020-08-21 19:07 [PATCH 0/3] yocto-bsp/poky: kernel updates and default Bruce Ashfield
@ 2020-08-21 19:08 ` Bruce Ashfield
  2020-08-21 19:08 ` [PATCH 2/3] yocto-bsp: update to v5.4.56 Bruce Ashfield
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Bruce Ashfield @ 2020-08-21 19:08 UTC (permalink / raw)
  To: richard.purdie; +Cc: yocto

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

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 f2ee0d1877..826f0d633a 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.4%"
+PREFERRED_VERSION_linux-yocto ?= "5.8%"
 
 SDK_NAME = "${DISTRO}-${TCLIBC}-${SDKMACHINE}-${IMAGE_BASENAME}-${TUNE_PKGARCH}-${MACHINE}"
 SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}"
-- 
2.19.1


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

* [PATCH 2/3] yocto-bsp: update to v5.4.56
  2020-08-21 19:07 [PATCH 0/3] yocto-bsp/poky: kernel updates and default Bruce Ashfield
  2020-08-21 19:08 ` [PATCH 1/3] poky: set preferred version for linux-yocto to be v5.8 Bruce Ashfield
@ 2020-08-21 19:08 ` Bruce Ashfield
  2020-08-21 19:08 ` [PATCH 3/3] yocto-bsp: update to v5.4.58 Bruce Ashfield
  2020-08-24  3:23 ` [yocto] [PATCH 0/3] yocto-bsp/poky: kernel updates and default Anuj Mittal
  3 siblings, 0 replies; 6+ messages in thread
From: Bruce Ashfield @ 2020-08-21 19:08 UTC (permalink / raw)
  To: richard.purdie; +Cc: yocto

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

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.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 2c73eb2f67..e1c7372417 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.19.1


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

* [PATCH 3/3] yocto-bsp: update to v5.4.58
  2020-08-21 19:07 [PATCH 0/3] yocto-bsp/poky: kernel updates and default Bruce Ashfield
  2020-08-21 19:08 ` [PATCH 1/3] poky: set preferred version for linux-yocto to be v5.8 Bruce Ashfield
  2020-08-21 19:08 ` [PATCH 2/3] yocto-bsp: update to v5.4.56 Bruce Ashfield
@ 2020-08-21 19:08 ` Bruce Ashfield
  2020-08-24  3:23 ` [yocto] [PATCH 0/3] yocto-bsp/poky: kernel updates and default Anuj Mittal
  3 siblings, 0 replies; 6+ messages in thread
From: Bruce Ashfield @ 2020-08-21 19:08 UTC (permalink / raw)
  To: richard.purdie; +Cc: yocto

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

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.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 e1c7372417..9c37f91bc1 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.19.1


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

* Re: [yocto] [PATCH 0/3] yocto-bsp/poky: kernel updates and default
  2020-08-21 19:07 [PATCH 0/3] yocto-bsp/poky: kernel updates and default Bruce Ashfield
                   ` (2 preceding siblings ...)
  2020-08-21 19:08 ` [PATCH 3/3] yocto-bsp: update to v5.4.58 Bruce Ashfield
@ 2020-08-24  3:23 ` Anuj Mittal
  2020-08-24 13:02   ` Bruce Ashfield
  3 siblings, 1 reply; 6+ messages in thread
From: Anuj Mittal @ 2020-08-24  3:23 UTC (permalink / raw)
  To: richard.purdie, bruce.ashfield; +Cc: yocto

Hi Bruce,

On Fri, 2020-08-21 at 15:07 -0400, Bruce Ashfield wrote:
> From: Bruce Ashfield <bruce.ashfield@gmail.com>
> 
> Richard,
> 
> Similar to oe-core, these are the patches I'm carrying to update the
> reference BSPs to the latest 5.4 (we still need a 5.8 bbappend and
> confirmed booting), as well as a switch to 5.8 as the default.
> 
> That being said, I'm not sure of the way you'd like the default
> kernel
> set to differentiate between the reference BSPs and qemu. So
> currently,
> I just have the single preferred version set.
> 

Should we also update PREFERRED_VERSION for linux-yocto-tiny for poky-
tiny DISTRO? It is currently pointing to 5.0 ...

Thanks,

Anuj


> Cheers,
> 
> Bruce
> 
> The following changes since commit
> c9d0bb421a2f7c6783f2c2bbf47c95da5537985d:
> 
>   linux-yocto/5.8: update to v5.8.2 (2020-08-21 14:55:05 -0400)
> 
> 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: set preferred version for linux-yocto to be v5.8
>   yocto-bsp: update to v5.4.56
>   yocto-bsp: update to v5.4.58
> 
>  meta-poky/conf/distro/poky.conf                  |  2 +-
>  .../linux/linux-yocto_5.4.bbappend               | 16 ++++++++----
> ----
>  2 files changed, 9 insertions(+), 9 deletions(-)
> 
> 

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

* Re: [yocto] [PATCH 0/3] yocto-bsp/poky: kernel updates and default
  2020-08-24  3:23 ` [yocto] [PATCH 0/3] yocto-bsp/poky: kernel updates and default Anuj Mittal
@ 2020-08-24 13:02   ` Bruce Ashfield
  0 siblings, 0 replies; 6+ messages in thread
From: Bruce Ashfield @ 2020-08-24 13:02 UTC (permalink / raw)
  To: Mittal, Anuj; +Cc: richard.purdie, yocto

[-- Attachment #1: Type: text/plain, Size: 2003 bytes --]

On Sun, Aug 23, 2020 at 11:23 PM Mittal, Anuj <anuj.mittal@intel.com> wrote:

> Hi Bruce,
>
> On Fri, 2020-08-21 at 15:07 -0400, Bruce Ashfield wrote:
> > From: Bruce Ashfield <bruce.ashfield@gmail.com>
> >
> > Richard,
> >
> > Similar to oe-core, these are the patches I'm carrying to update the
> > reference BSPs to the latest 5.4 (we still need a 5.8 bbappend and
> > confirmed booting), as well as a switch to 5.8 as the default.
> >
> > That being said, I'm not sure of the way you'd like the default
> > kernel
> > set to differentiate between the reference BSPs and qemu. So
> > currently,
> > I just have the single preferred version set.
> >
>
> Should we also update PREFERRED_VERSION for linux-yocto-tiny for poky-
> tiny DISTRO? It is currently pointing to 5.0 ...
>
>
Yup.

I take it that no one has been building that lately, since 5.0 zero has
been gone for a while.

I'll take the action to check that out and make the changes. I'll do it
along with some -rt preferred versions.

Bruce



> Thanks,
>
> Anuj
>
>
> > Cheers,
> >
> > Bruce
> >
> > The following changes since commit
> > c9d0bb421a2f7c6783f2c2bbf47c95da5537985d:
> >
> >   linux-yocto/5.8: update to v5.8.2 (2020-08-21 14:55:05 -0400)
> >
> > 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: set preferred version for linux-yocto to be v5.8
> >   yocto-bsp: update to v5.4.56
> >   yocto-bsp: update to v5.4.58
> >
> >  meta-poky/conf/distro/poky.conf                  |  2 +-
> >  .../linux/linux-yocto_5.4.bbappend               | 16 ++++++++----
> > ----
> >  2 files changed, 9 insertions(+), 9 deletions(-)
> >
> > 
>


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

[-- Attachment #2: Type: text/html, Size: 3590 bytes --]

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

end of thread, other threads:[~2020-08-24 13:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-21 19:07 [PATCH 0/3] yocto-bsp/poky: kernel updates and default Bruce Ashfield
2020-08-21 19:08 ` [PATCH 1/3] poky: set preferred version for linux-yocto to be v5.8 Bruce Ashfield
2020-08-21 19:08 ` [PATCH 2/3] yocto-bsp: update to v5.4.56 Bruce Ashfield
2020-08-21 19:08 ` [PATCH 3/3] yocto-bsp: update to v5.4.58 Bruce Ashfield
2020-08-24  3:23 ` [yocto] [PATCH 0/3] yocto-bsp/poky: kernel updates and default Anuj Mittal
2020-08-24 13:02   ` 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.