summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2023-06-26 18:48:09 -0400
committerSteve Sakoman <steve@sakoman.com>2023-06-30 04:07:59 -1000
commit85bfd3e1b637b89ab556b599c2831833144059f8 (patch)
tree02bebd8b38c1e782d9a3a8b5108887cb019f3373 /meta/recipes-kernel
parentb3a6f57775270b59859ae4e22f0649794b080581 (diff)
downloadpoky-85bfd3e1b637b89ab556b599c2831833144059f8.tar.gz
linux-yocto/5.15: cfg: fix DECNET configuration warning
-stable merged the DECNET removal to 5.15, so we integrate the following kernel-cache commit to fix the kernel configuration audit warning: b647d9611cb base: drop CONFIG_DECNET (From OE-Core rev: 06ef70ac1fa8201c5b46050e098ebea3b1423f9f) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_5.15.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb
index b16a2af875..6ca7873910 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb
@@ -12,7 +12,7 @@ python () {
12} 12}
13 13
14SRCREV_machine ?= "b2a7dbd4edac7627c091c2ab14fec83726a4c79b" 14SRCREV_machine ?= "b2a7dbd4edac7627c091c2ab14fec83726a4c79b"
15SRCREV_meta ?= "a6e18bacddf8ebca0c151e809c9996e17e08a7b0" 15SRCREV_meta ?= "b647d9611cb4936536e60a438292fc22df2fe000"
16 16
17SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \ 17SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \
18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA};protocol=https" 18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA};protocol=https"
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb
index 20ec58fb85..616cc47202 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb
@@ -15,7 +15,7 @@ KMETA = "kernel-meta"
15KCONF_BSP_AUDIT_LEVEL = "2" 15KCONF_BSP_AUDIT_LEVEL = "2"
16 16
17SRCREV_machine ?= "b79e89ab973aeb8ec48e2cd987436ab52678e795" 17SRCREV_machine ?= "b79e89ab973aeb8ec48e2cd987436ab52678e795"
18SRCREV_meta ?= "a6e18bacddf8ebca0c151e809c9996e17e08a7b0" 18SRCREV_meta ?= "b647d9611cb4936536e60a438292fc22df2fe000"
19 19
20PV = "${LINUX_VERSION}+git${SRCPV}" 20PV = "${LINUX_VERSION}+git${SRCPV}"
21 21
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.15.bb b/meta/recipes-kernel/linux/linux-yocto_5.15.bb
index c9dae7fa31..4ae03f1cb4 100644
--- a/meta/recipes-kernel/linux/linux-yocto_5.15.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_5.15.bb
@@ -23,7 +23,7 @@ SRCREV_machine:qemux86 ?= "079c88490578df99b38570c8968b836b8347ed44"
23SRCREV_machine:qemux86-64 ?= "079c88490578df99b38570c8968b836b8347ed44" 23SRCREV_machine:qemux86-64 ?= "079c88490578df99b38570c8968b836b8347ed44"
24SRCREV_machine:qemumips64 ?= "47d334232ab28f0f8d5316e07e11f8f14c6aaecc" 24SRCREV_machine:qemumips64 ?= "47d334232ab28f0f8d5316e07e11f8f14c6aaecc"
25SRCREV_machine ?= "079c88490578df99b38570c8968b836b8347ed44" 25SRCREV_machine ?= "079c88490578df99b38570c8968b836b8347ed44"
26SRCREV_meta ?= "a6e18bacddf8ebca0c151e809c9996e17e08a7b0" 26SRCREV_meta ?= "b647d9611cb4936536e60a438292fc22df2fe000"
27 27
28# set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll 28# set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll
29# get the <version>/base branch, which is pure upstream -stable, and the same 29# get the <version>/base branch, which is pure upstream -stable, and the same