From: Bruce Ashfield Date: Wed, 17 Sep 2025 14:44:54 +0000 (-0400) Subject: linux-yocto/6.16: defconfig: fix configuration audit warning X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=05c34570cfd43e38fcc70bba0a46dddb7ecb4e16;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git linux-yocto/6.16: defconfig: fix configuration audit warning Integrating the following commit(s) to linux-yocto/6.16: 1/1 [ Author: Trevor Woerner Email: twoerner@gmail.com Subject: defconfig: cleanup orphaned CONFIG_SCHED_DEBUG Date: Tue, 16 Sep 2025 16:33:24 +0100 In commit b52173065e0a ("sched/debug: Remove CONFIG_SCHED_DEBUG") this Kconfig option was removed since CONFIG_SCHED_DEBUG was made unconditional by patches preceding it. Signed-off-by: Trevor Woerner Reviewed-by: Krzysztof Kozlowski Signed-off-by: Bruce Ashfield ] Signed-off-by: Bruce Ashfield Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_6.16.bb b/meta/recipes-kernel/linux/linux-yocto-rt_6.16.bb index 9f3f940b77..e541805938 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_6.16.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_6.16.bb @@ -14,8 +14,8 @@ python () { raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") } -SRCREV_machine ?= "4ad01ee57e42c93abe2d26816875854c5e475f9e" -SRCREV_meta ?= "d32229904a43cdac64d57932f997990519b6b773" +SRCREV_machine ?= "3b7f5e9e65320c4b0d5daf517e60a5f683ee1031" +SRCREV_meta ?= "5cfae705d58ce214867b7b25653efb03b613c6df" SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.16;destsuffix=${KMETA};protocol=https" diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_6.16.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_6.16.bb index da4f1032ea..643f6e7923 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_6.16.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_6.16.bb @@ -17,8 +17,8 @@ DEPENDS += "openssl-native util-linux-native" KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" -SRCREV_machine ?= "4f0f726a99be121940c4fb44634584d4027073b3" -SRCREV_meta ?= "d32229904a43cdac64d57932f997990519b6b773" +SRCREV_machine ?= "946b80132b9ce459ba84f90d4b2f63eeace6014d" +SRCREV_meta ?= "5cfae705d58ce214867b7b25653efb03b613c6df" PV = "${LINUX_VERSION}+git" diff --git a/meta/recipes-kernel/linux/linux-yocto_6.16.bb b/meta/recipes-kernel/linux/linux-yocto_6.16.bb index 17d4ae35ee..ff4b8afc5f 100644 --- a/meta/recipes-kernel/linux/linux-yocto_6.16.bb +++ b/meta/recipes-kernel/linux/linux-yocto_6.16.bb @@ -18,18 +18,18 @@ KBRANCH:qemux86-64 ?= "v6.16/standard/base" KBRANCH:qemuloongarch64 ?= "v6.16/standard/base" KBRANCH:qemumips64 ?= "v6.16/standard/mti-malta64" -SRCREV_machine:qemuarm ?= "29139e9a27fc305eb999bf2d02086deb441753ba" -SRCREV_machine:qemuarm64 ?= "4f0f726a99be121940c4fb44634584d4027073b3" -SRCREV_machine:qemuloongarch64 ?= "4f0f726a99be121940c4fb44634584d4027073b3" -SRCREV_machine:qemumips ?= "cd9be6bce5b979643b3ca76bbaf0fbe9680cc6c1" -SRCREV_machine:qemuppc ?= "4f0f726a99be121940c4fb44634584d4027073b3" -SRCREV_machine:qemuriscv64 ?= "4f0f726a99be121940c4fb44634584d4027073b3" -SRCREV_machine:qemuriscv32 ?= "4f0f726a99be121940c4fb44634584d4027073b3" -SRCREV_machine:qemux86 ?= "4f0f726a99be121940c4fb44634584d4027073b3" -SRCREV_machine:qemux86-64 ?= "4f0f726a99be121940c4fb44634584d4027073b3" -SRCREV_machine:qemumips64 ?= "14d54ff925a0fff26c30f6fe7eda8b0310f8f512" -SRCREV_machine ?= "4f0f726a99be121940c4fb44634584d4027073b3" -SRCREV_meta ?= "d32229904a43cdac64d57932f997990519b6b773" +SRCREV_machine:qemuarm ?= "71e0898274de9dc6edff0f2d9d6fa213dae11272" +SRCREV_machine:qemuarm64 ?= "946b80132b9ce459ba84f90d4b2f63eeace6014d" +SRCREV_machine:qemuloongarch64 ?= "946b80132b9ce459ba84f90d4b2f63eeace6014d" +SRCREV_machine:qemumips ?= "c2ab3a7b951876e2fcbcae9bfa816f8484cc66cc" +SRCREV_machine:qemuppc ?= "946b80132b9ce459ba84f90d4b2f63eeace6014d" +SRCREV_machine:qemuriscv64 ?= "946b80132b9ce459ba84f90d4b2f63eeace6014d" +SRCREV_machine:qemuriscv32 ?= "946b80132b9ce459ba84f90d4b2f63eeace6014d" +SRCREV_machine:qemux86 ?= "946b80132b9ce459ba84f90d4b2f63eeace6014d" +SRCREV_machine:qemux86-64 ?= "946b80132b9ce459ba84f90d4b2f63eeace6014d" +SRCREV_machine:qemumips64 ?= "14ae3e2469aa1e43fcb65a030d9c184bbec3585f" +SRCREV_machine ?= "946b80132b9ce459ba84f90d4b2f63eeace6014d" +SRCREV_meta ?= "5cfae705d58ce214867b7b25653efb03b613c6df" # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll # get the /base branch, which is pure upstream -stable, and the same