]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
linux-yocto/6.16: defconfig: fix configuration audit warning
authorBruce Ashfield <bruce.ashfield@gmail.com>
Wed, 17 Sep 2025 14:44:54 +0000 (10:44 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 22 Sep 2025 16:57:07 +0000 (17:57 +0100)
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 <twoerner@gmail.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
]

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/linux/linux-yocto-rt_6.16.bb
meta/recipes-kernel/linux/linux-yocto-tiny_6.16.bb
meta/recipes-kernel/linux/linux-yocto_6.16.bb

index 9f3f940b7761a72feaf7ea08dc41ebf909e8133b..e541805938d958a9064bcbd71fe1c4c1375c2396 100644 (file)
@@ -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"
index da4f1032ea75ed5b2821b11c4d735ab169a520eb..643f6e7923a1a059fe0b0b897c226e4c45f4792e 100644 (file)
@@ -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"
 
index 17d4ae35eefc8a758b832c0129a082c2d5dffbf4..ff4b8afc5f1df0a1449bfec2016d246bb8e56ede 100644 (file)
@@ -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 <version>/base branch, which is pure upstream -stable, and the same