qemu.inc: remove apm as a MACHINE_FEATURE
authorSaul Wold <sgw@linux.intel.com>
Mon, 9 Sep 2013 14:58:37 +0000 (07:58 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 9 Sep 2013 15:28:46 +0000 (16:28 +0100)
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>
meta/conf/machine/include/qemu.inc

index 545f8d1..95d7e66 100644 (file)
@@ -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:"