summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2025-08-26 22:46:58 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-08-28 10:47:08 +0100
commit1bfd9be4dce4c79767026bb6c2e96f4582089f65 (patch)
tree00b968c17c6b5b7e18c9ad74afaaab484fff183b
parentb5089307149254fcb960b56b4226b0251668b746 (diff)
downloadpoky-1bfd9be4dce4c79767026bb6c2e96f4582089f65.tar.gz
linux-yocto/6.16: cfg fix configuration audit warnings
Integrating the following commit(s) to linux-yocto/.: 1/1 [ Author: Bruce Ashfield Email: bruce.ashfield@gmail.com Subject: arm/6.16: remove unsettable and obsolete options Date: Tue, 26 Aug 2025 22:43:01 -0400 These crypto options are only selected or have been dropped from 6.16, so we drop them from our configs. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] (From OE-Core rev: 1c2000e38c94702da20ecf224dc0e5c1624bb8a3) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_6.16.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_6.16.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_6.16.bb2
3 files changed, 3 insertions, 3 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 a5046cb38e..06d4c51a70 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_6.16.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_6.16.bb
@@ -15,7 +15,7 @@ python () {
15} 15}
16 16
17SRCREV_machine ?= "0efe352ff92817ba56a91bfe983e96cd55c76940" 17SRCREV_machine ?= "0efe352ff92817ba56a91bfe983e96cd55c76940"
18SRCREV_meta ?= "1fedc277abf169c6032ea77d5d61be91dba9f0df" 18SRCREV_meta ?= "f7034ee0721badc73a0417aa324755c1e6c415e5"
19 19
20SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \ 20SRC_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 df2b0a67b2..04fb3eef42 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_6.16.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_6.16.bb
@@ -18,7 +18,7 @@ KMETA = "kernel-meta"
18KCONF_BSP_AUDIT_LEVEL = "2" 18KCONF_BSP_AUDIT_LEVEL = "2"
19 19
20SRCREV_machine ?= "f6b5e4a67c21308265aabd3cb6cf00e329d930f6" 20SRCREV_machine ?= "f6b5e4a67c21308265aabd3cb6cf00e329d930f6"
21SRCREV_meta ?= "1fedc277abf169c6032ea77d5d61be91dba9f0df" 21SRCREV_meta ?= "f7034ee0721badc73a0417aa324755c1e6c415e5"
22 22
23PV = "${LINUX_VERSION}+git" 23PV = "${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 4c070b0b2c..d19803cb6c 100644
--- a/meta/recipes-kernel/linux/linux-yocto_6.16.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_6.16.bb
@@ -29,7 +29,7 @@ SRCREV_machine:qemux86 ?= "f6b5e4a67c21308265aabd3cb6cf00e329d930f6"
29SRCREV_machine:qemux86-64 ?= "f6b5e4a67c21308265aabd3cb6cf00e329d930f6" 29SRCREV_machine:qemux86-64 ?= "f6b5e4a67c21308265aabd3cb6cf00e329d930f6"
30SRCREV_machine:qemumips64 ?= "dea33382cd8394c214422ebead1a2e08a4832c90" 30SRCREV_machine:qemumips64 ?= "dea33382cd8394c214422ebead1a2e08a4832c90"
31SRCREV_machine ?= "f6b5e4a67c21308265aabd3cb6cf00e329d930f6" 31SRCREV_machine ?= "f6b5e4a67c21308265aabd3cb6cf00e329d930f6"
32SRCREV_meta ?= "1fedc277abf169c6032ea77d5d61be91dba9f0df" 32SRCREV_meta ?= "f7034ee0721badc73a0417aa324755c1e6c415e5"
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