1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 12:29:55 +00:00

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>
This commit is contained in:
Bruce Ashfield
2023-06-26 18:48:09 -04:00
committed by Steve Sakoman
parent d95abdb246
commit 6f363c80ae
3 changed files with 3 additions and 3 deletions
@@ -15,7 +15,7 @@ KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine ?= "b79e89ab973aeb8ec48e2cd987436ab52678e795"
SRCREV_meta ?= "a6e18bacddf8ebca0c151e809c9996e17e08a7b0"
SRCREV_meta ?= "b647d9611cb4936536e60a438292fc22df2fe000"
PV = "${LINUX_VERSION}+git${SRCPV}"