diff mbox series

linux-yocto: update yocto-kernel-cache to fix CONFIG_DEBUG_CREDENTIALS warnings

Message ID 20240229104940.928214-1-ross.burton@arm.com
State New
Headers show
Series linux-yocto: update yocto-kernel-cache to fix CONFIG_DEBUG_CREDENTIALS warnings | expand

Commit Message

Ross Burton Feb. 29, 2024, 10:49 a.m. UTC
From: Ross Burton <ross.burton@arm.com>

Incorporate the fix for upstream removing CONFIG_DEBUG_CREDENTIALS in
the stable branch.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-kernel/linux/linux-yocto_6.6.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Bruce Ashfield Feb. 29, 2024, 1:26 p.m. UTC | #1
On Thu, Feb 29, 2024 at 5:49 AM Ross Burton <ross.burton@arm.com> wrote:
>
> From: Ross Burton <ross.burton@arm.com>
>
> Incorporate the fix for upstream removing CONFIG_DEBUG_CREDENTIALS in
> the stable branch.

Please don't merge this, it makes handling my local patch queue more difficult
to handle.

I have more kernel changes staged and this will come out with that series.

Bruce

>
> Signed-off-by: Ross Burton <ross.burton@arm.com>
> ---
>  meta/recipes-kernel/linux/linux-yocto_6.6.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-kernel/linux/linux-yocto_6.6.bb b/meta/recipes-kernel/linux/linux-yocto_6.6.bb
> index 2d218692e28..beb26281215 100644
> --- a/meta/recipes-kernel/linux/linux-yocto_6.6.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto_6.6.bb
> @@ -29,7 +29,7 @@ SRCREV_machine:qemux86 ?= "e064a7d658a30b027b999183e21cd37305caff2a"
>  SRCREV_machine:qemux86-64 ?= "e064a7d658a30b027b999183e21cd37305caff2a"
>  SRCREV_machine:qemumips64 ?= "52456b6cb3393c1848da3ccdae37727c31896f1c"
>  SRCREV_machine ?= "e064a7d658a30b027b999183e21cd37305caff2a"
> -SRCREV_meta ?= "c97276cdc9d89cceef61184e296e5c837a265ed1"
> +SRCREV_meta ?= "229dc6171461800d7b4ab16f9c8b35a47a48897f"
>
>  # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll
>  # get the <version>/base branch, which is pure upstream -stable, and the same
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#196428): https://lists.openembedded.org/g/openembedded-core/message/196428
> Mute This Topic: https://lists.openembedded.org/mt/104640975/1050810
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta/recipes-kernel/linux/linux-yocto_6.6.bb b/meta/recipes-kernel/linux/linux-yocto_6.6.bb
index 2d218692e28..beb26281215 100644
--- a/meta/recipes-kernel/linux/linux-yocto_6.6.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_6.6.bb
@@ -29,7 +29,7 @@  SRCREV_machine:qemux86 ?= "e064a7d658a30b027b999183e21cd37305caff2a"
 SRCREV_machine:qemux86-64 ?= "e064a7d658a30b027b999183e21cd37305caff2a"
 SRCREV_machine:qemumips64 ?= "52456b6cb3393c1848da3ccdae37727c31896f1c"
 SRCREV_machine ?= "e064a7d658a30b027b999183e21cd37305caff2a"
-SRCREV_meta ?= "c97276cdc9d89cceef61184e296e5c837a265ed1"
+SRCREV_meta ?= "229dc6171461800d7b4ab16f9c8b35a47a48897f"
 
 # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll
 # get the <version>/base branch, which is pure upstream -stable, and the same