linux-yocto/5.4: cfg: fix DECNET configuration warning

Dropping CONFIG_DECNET as it has been removed from -stable
and we now get a configuration warning.

(From OE-Core rev: b7530e5360babbe9321ee4cf1e336412116a98cb)

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
Bruce Ashfield
2023-06-28 17:33:09 -04:00
committed by Steve Sakoman
parent a6f3173407
commit 642040373e
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ python () {
}
SRCREV_machine ?= "8d8179549a233e7517523ac12887016451da2e20"
SRCREV_meta ?= "b6e41788aebaf8058d1f15f6cdcf55a6edb77755"
SRCREV_meta ?= "465d61ba36f5c7e32d1fddef078d5d2068fcc2cc"
SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.4;destsuffix=${KMETA}"