All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-yocto][dunfell 1/1] Update the linux kernel to 5.4.172 for genericx86
@ 2022-01-27  3:06 jbouchard
  2022-01-27  4:11 ` [poky] " Anuj Mittal
  0 siblings, 1 reply; 2+ messages in thread
From: jbouchard @ 2022-01-27  3:06 UTC (permalink / raw)
  To: poky; +Cc: jbouchard, Jean Bouchard

From: jbouchard <jbouchard@genetec.com>

Signed-off-by: Jean Bouchard <jeanbouch418@gmail.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 cd059c06c4..dcfc2baf82 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 ?= "b7f70762d1584a2b66e056412fd39ad6f6344c89"
+SRCREV_machine_genericx86-64 ?= "b7f70762d1584a2b66e056412fd39ad6f6344c89"
 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.172"
+LINUX_VERSION_genericx86-64 = "5.4.172"
 LINUX_VERSION_edgerouter = "5.4.58"
 LINUX_VERSION_beaglebone-yocto = "5.4.58"
-- 
2.25.1


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

* Re: [poky] [meta-yocto][dunfell 1/1] Update the linux kernel to 5.4.172 for genericx86
  2022-01-27  3:06 [meta-yocto][dunfell 1/1] Update the linux kernel to 5.4.172 for genericx86 jbouchard
@ 2022-01-27  4:11 ` Anuj Mittal
  0 siblings, 0 replies; 2+ messages in thread
From: Anuj Mittal @ 2022-01-27  4:11 UTC (permalink / raw)
  To: jeanbouch418, poky; +Cc: jbouchard

On Wed, 2022-01-26 at 22:06 -0500, jbouchard wrote:
> From: jbouchard <jbouchard@genetec.com>
> 
> Signed-off-by: Jean Bouchard <jeanbouch418@gmail.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 cd059c06c4..dcfc2baf82 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 ?=
> "b7f70762d1584a2b66e056412fd39ad6f6344c89"

We usually make sure that these are same as what is in oe-core for
qemux86-64:

https://git.yoctoproject.org/poky/tree/meta/recipes-kernel/linux/linux-yocto_5.4.bb?h=dunfell#n21

Thanks,

Anuj

> +SRCREV_machine_genericx86-64 ?=
> "b7f70762d1584a2b66e056412fd39ad6f6344c89"
>  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.172"
> +LINUX_VERSION_genericx86-64 = "5.4.172"
>  LINUX_VERSION_edgerouter = "5.4.58"
>  LINUX_VERSION_beaglebone-yocto = "5.4.58"
> 
> 
> 


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

end of thread, other threads:[~2022-01-27  4:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-27  3:06 [meta-yocto][dunfell 1/1] Update the linux kernel to 5.4.172 for genericx86 jbouchard
2022-01-27  4:11 ` [poky] " Anuj Mittal

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.