diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-06-26 18:48:09 -0400 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2023-07-12 05:11:38 -1000 |
commit | 6f363c80ae13384a2522d296db30bd129de808cd (patch) | |
tree | 8cd8dbfcbce0f65b964ad0e51eef1096af1040c8 | |
parent | d95abdb246774491bb07d62cf6b8987afee5ed51 (diff) | |
download | poky-6f363c80ae13384a2522d296db30bd129de808cd.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: 4c063286ab115abf3d15e4713ea9bcd4f5fb1ab2)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
(cherry picked from commit 06ef70ac1fa8201c5b46050e098ebea3b1423f9f)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_5.15.bb | 2 |
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 924e6ffa10..8e5ff78790 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 | ||
14 | SRCREV_machine ?= "b2a7dbd4edac7627c091c2ab14fec83726a4c79b" | 14 | SRCREV_machine ?= "b2a7dbd4edac7627c091c2ab14fec83726a4c79b" |
15 | SRCREV_meta ?= "a6e18bacddf8ebca0c151e809c9996e17e08a7b0" | 15 | SRCREV_meta ?= "b647d9611cb4936536e60a438292fc22df2fe000" |
16 | 16 | ||
17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ | 17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ |
18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA}" | 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA}" |
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 859ef2b687..77e11c100b 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" | |||
15 | KCONF_BSP_AUDIT_LEVEL = "2" | 15 | KCONF_BSP_AUDIT_LEVEL = "2" |
16 | 16 | ||
17 | SRCREV_machine ?= "b79e89ab973aeb8ec48e2cd987436ab52678e795" | 17 | SRCREV_machine ?= "b79e89ab973aeb8ec48e2cd987436ab52678e795" |
18 | SRCREV_meta ?= "a6e18bacddf8ebca0c151e809c9996e17e08a7b0" | 18 | SRCREV_meta ?= "b647d9611cb4936536e60a438292fc22df2fe000" |
19 | 19 | ||
20 | PV = "${LINUX_VERSION}+git${SRCPV}" | 20 | PV = "${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 e88e465467..c4266c6f30 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" | |||
23 | SRCREV_machine:qemux86-64 ?= "079c88490578df99b38570c8968b836b8347ed44" | 23 | SRCREV_machine:qemux86-64 ?= "079c88490578df99b38570c8968b836b8347ed44" |
24 | SRCREV_machine:qemumips64 ?= "47d334232ab28f0f8d5316e07e11f8f14c6aaecc" | 24 | SRCREV_machine:qemumips64 ?= "47d334232ab28f0f8d5316e07e11f8f14c6aaecc" |
25 | SRCREV_machine ?= "079c88490578df99b38570c8968b836b8347ed44" | 25 | SRCREV_machine ?= "079c88490578df99b38570c8968b836b8347ed44" |
26 | SRCREV_meta ?= "a6e18bacddf8ebca0c151e809c9996e17e08a7b0" | 26 | SRCREV_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 |