From e35effd45fea4b6db306666fea31c5de6fd6e394 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 27 Jun 2023 18:35:57 -0400 Subject: [PATCH] linux-yocto/5.10: cfg: fix DECNET configuration warning Dropping CONFIG_DECNET as it has been removed from -stable and we now get a configuration warning. (From OE-Core rev: 60eb677142dfd0264a99f626b5b9ede1a6d706e1) Signed-off-by: Bruce Ashfield Signed-off-by: Steve Sakoman --- meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb | 2 +- meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb | 2 +- meta/recipes-kernel/linux/linux-yocto_5.10.bb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb index 8e7b0b32a0..7976b96a61 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb @@ -12,7 +12,7 @@ python () { } SRCREV_machine ?= "46fb028ad9413cfa8d47a6dc8bf9a57d9d5edf8b" -SRCREV_meta ?= "697cb5ef3aff49be3fa29bf604598ca36ceb5dfd" +SRCREV_meta ?= "c1168e10ecf30b123a341ca500966eebf3fe2cc2" SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}" diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb index 5c4eb9e990..85dac1d874 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb @@ -17,7 +17,7 @@ KCONF_BSP_AUDIT_LEVEL = "2" SRCREV_machine:qemuarm ?= "6e0299be775387485e22edcd57ac6099c08f4356" SRCREV_machine ?= "772cf990473f73ebf34c1a1ef4f06eb3e297c4db" -SRCREV_meta ?= "697cb5ef3aff49be3fa29bf604598ca36ceb5dfd" +SRCREV_meta ?= "c1168e10ecf30b123a341ca500966eebf3fe2cc2" PV = "${LINUX_VERSION}+git${SRCPV}" diff --git a/meta/recipes-kernel/linux/linux-yocto_5.10.bb b/meta/recipes-kernel/linux/linux-yocto_5.10.bb index 6e82782a38..2c7a3e2597 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.10.bb @@ -23,7 +23,7 @@ SRCREV_machine:qemux86 ?= "dafc025b033585311d1693255c80b60b690b0e54" SRCREV_machine:qemux86-64 ?= "dafc025b033585311d1693255c80b60b690b0e54" SRCREV_machine:qemumips64 ?= "ee18c4343db52d5846a0f332cd6df26a6f72dd45" SRCREV_machine ?= "dafc025b033585311d1693255c80b60b690b0e54" -SRCREV_meta ?= "697cb5ef3aff49be3fa29bf604598ca36ceb5dfd" +SRCREV_meta ?= "c1168e10ecf30b123a341ca500966eebf3fe2cc2" SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}"