diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-09-17 10:44:54 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-09-22 22:09:48 +0100 |
| commit | f22d52f97e4c79dba54a9a98ee49aa350a1cca6a (patch) | |
| tree | 04d732e72cd0abb28aed43e167be0da472921678 | |
| parent | 3710050655d8de5a1b4b7b5dcbc1366a8a9a6210 (diff) | |
| download | poky-f22d52f97e4c79dba54a9a98ee49aa350a1cca6a.tar.gz | |
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 <twoerner@gmail.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
]
(From OE-Core rev: 05c34570cfd43e38fcc70bba0a46dddb7ecb4e16)
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>
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_6.16.bb | 4 | ||||
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_6.16.bb | 4 | ||||
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_6.16.bb | 24 |
3 files changed, 16 insertions, 16 deletions
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 () { | |||
| 14 | raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") | 14 | raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") |
| 15 | } | 15 | } |
| 16 | 16 | ||
| 17 | SRCREV_machine ?= "4ad01ee57e42c93abe2d26816875854c5e475f9e" | 17 | SRCREV_machine ?= "3b7f5e9e65320c4b0d5daf517e60a5f683ee1031" |
| 18 | SRCREV_meta ?= "d32229904a43cdac64d57932f997990519b6b773" | 18 | SRCREV_meta ?= "5cfae705d58ce214867b7b25653efb03b613c6df" |
| 19 | 19 | ||
| 20 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \ | 20 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \ |
| 21 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.16;destsuffix=${KMETA};protocol=https" | 21 | 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" | |||
| 17 | KMETA = "kernel-meta" | 17 | KMETA = "kernel-meta" |
| 18 | KCONF_BSP_AUDIT_LEVEL = "2" | 18 | KCONF_BSP_AUDIT_LEVEL = "2" |
| 19 | 19 | ||
| 20 | SRCREV_machine ?= "4f0f726a99be121940c4fb44634584d4027073b3" | 20 | SRCREV_machine ?= "946b80132b9ce459ba84f90d4b2f63eeace6014d" |
| 21 | SRCREV_meta ?= "d32229904a43cdac64d57932f997990519b6b773" | 21 | SRCREV_meta ?= "5cfae705d58ce214867b7b25653efb03b613c6df" |
| 22 | 22 | ||
| 23 | PV = "${LINUX_VERSION}+git" | 23 | PV = "${LINUX_VERSION}+git" |
| 24 | 24 | ||
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" | |||
| 18 | KBRANCH:qemuloongarch64 ?= "v6.16/standard/base" | 18 | KBRANCH:qemuloongarch64 ?= "v6.16/standard/base" |
| 19 | KBRANCH:qemumips64 ?= "v6.16/standard/mti-malta64" | 19 | KBRANCH:qemumips64 ?= "v6.16/standard/mti-malta64" |
| 20 | 20 | ||
| 21 | SRCREV_machine:qemuarm ?= "29139e9a27fc305eb999bf2d02086deb441753ba" | 21 | SRCREV_machine:qemuarm ?= "71e0898274de9dc6edff0f2d9d6fa213dae11272" |
| 22 | SRCREV_machine:qemuarm64 ?= "4f0f726a99be121940c4fb44634584d4027073b3" | 22 | SRCREV_machine:qemuarm64 ?= "946b80132b9ce459ba84f90d4b2f63eeace6014d" |
| 23 | SRCREV_machine:qemuloongarch64 ?= "4f0f726a99be121940c4fb44634584d4027073b3" | 23 | SRCREV_machine:qemuloongarch64 ?= "946b80132b9ce459ba84f90d4b2f63eeace6014d" |
| 24 | SRCREV_machine:qemumips ?= "cd9be6bce5b979643b3ca76bbaf0fbe9680cc6c1" | 24 | SRCREV_machine:qemumips ?= "c2ab3a7b951876e2fcbcae9bfa816f8484cc66cc" |
| 25 | SRCREV_machine:qemuppc ?= "4f0f726a99be121940c4fb44634584d4027073b3" | 25 | SRCREV_machine:qemuppc ?= "946b80132b9ce459ba84f90d4b2f63eeace6014d" |
| 26 | SRCREV_machine:qemuriscv64 ?= "4f0f726a99be121940c4fb44634584d4027073b3" | 26 | SRCREV_machine:qemuriscv64 ?= "946b80132b9ce459ba84f90d4b2f63eeace6014d" |
| 27 | SRCREV_machine:qemuriscv32 ?= "4f0f726a99be121940c4fb44634584d4027073b3" | 27 | SRCREV_machine:qemuriscv32 ?= "946b80132b9ce459ba84f90d4b2f63eeace6014d" |
| 28 | SRCREV_machine:qemux86 ?= "4f0f726a99be121940c4fb44634584d4027073b3" | 28 | SRCREV_machine:qemux86 ?= "946b80132b9ce459ba84f90d4b2f63eeace6014d" |
| 29 | SRCREV_machine:qemux86-64 ?= "4f0f726a99be121940c4fb44634584d4027073b3" | 29 | SRCREV_machine:qemux86-64 ?= "946b80132b9ce459ba84f90d4b2f63eeace6014d" |
| 30 | SRCREV_machine:qemumips64 ?= "14d54ff925a0fff26c30f6fe7eda8b0310f8f512" | 30 | SRCREV_machine:qemumips64 ?= "14ae3e2469aa1e43fcb65a030d9c184bbec3585f" |
| 31 | SRCREV_machine ?= "4f0f726a99be121940c4fb44634584d4027073b3" | 31 | SRCREV_machine ?= "946b80132b9ce459ba84f90d4b2f63eeace6014d" |
| 32 | SRCREV_meta ?= "d32229904a43cdac64d57932f997990519b6b773" | 32 | SRCREV_meta ?= "5cfae705d58ce214867b7b25653efb03b613c6df" |
| 33 | 33 | ||
| 34 | # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll | 34 | # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll |
| 35 | # get the <version>/base branch, which is pure upstream -stable, and the same | 35 | # get the <version>/base branch, which is pure upstream -stable, and the same |
