1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-15 15:37:03 +00:00

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: 42e414ad2204949bb70c3aa64503a6ef5681532d)

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.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 342d18ee78
commit be8a48e0de
3 changed files with 15 additions and 15 deletions
@@ -14,8 +14,8 @@ DEPENDS += "openssl-native util-linux-native"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine ?= "35d0c78ae3efd6fe1c4fcbf4c8b0d7f43fc2aff7"
SRCREV_meta ?= "81c59906067bcb77841113c76daad85fb94688d6"
SRCREV_machine ?= "33e7eea5c4545a973cf01a849c2b45fa0cd1fa13"
SRCREV_meta ?= "1128d7bcdcde490d4f35cc00c97f5410bb240d99"
PV = "${LINUX_VERSION}+git${SRCPV}"