mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
qemu.inc: remove apm as a MACHINE_FEATURE
APM is not only obsolete, but requires a kernel config enabled and is meaningless for QEMU VM [YOCTO #5121] (From OE-Core rev: b0f8c47b1e808421f03308527beb8bde15644acd) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2ab1bf27f7
commit
5c5a3bf19c
@@ -11,7 +11,7 @@ XSERVER ?= "xserver-xorg \
|
||||
xf86-video-fbdev \
|
||||
xf86-input-keyboard"
|
||||
|
||||
MACHINE_FEATURES = "apm alsa pcmcia bluetooth irda usbgadget screen"
|
||||
MACHINE_FEATURES = "alsa pcmcia bluetooth irda usbgadget screen"
|
||||
|
||||
MACHINEOVERRIDES =. "qemuall:"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user