linux-yocto/5.15: cfg: fix ACPI warnings for -tiny

Integrating the following commit(s) to linux-yocto/.:

    1128d7bcdcd acpi: fix defaults for x86 and qemuarm64

(From OE-Core rev: 5eb09877b278b22e1aa1e3d3b8f9f3821ab5c8db)

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2022-09-23 22:20:47 -04:00
committed by Richard Purdie
parent 6f35f47564
commit 49f308a414
3 changed files with 15 additions and 15 deletions

View File

@@ -11,8 +11,8 @@ python () {
raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
}
SRCREV_machine ?= "98f38e83ef2d2b00de16c507c308bd806661a53f"
SRCREV_meta ?= "81c59906067bcb77841113c76daad85fb94688d6"
SRCREV_machine ?= "dba1b7d90813231782bdeda1bd169c93b35c94e0"
SRCREV_meta ?= "1128d7bcdcde490d4f35cc00c97f5410bb240d99"
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.15;destsuffix=${KMETA}"