[oe-commits] Saul Wold : qemu.inc: remove apm as a MACHINE_FEATURE

git at git.openembedded.org git at git.openembedded.org
Mon Sep 9 15:17:11 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: b0f8c47b1e808421f03308527beb8bde15644acd
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=b0f8c47b1e808421f03308527beb8bde15644acd

Author: Saul Wold <sgw at linux.intel.com>
Date:   Mon Sep  9 07:58:37 2013 -0700

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]

Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/machine/include/qemu.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc
index 545f8d1..95d7e66 100644
--- a/meta/conf/machine/include/qemu.inc
+++ b/meta/conf/machine/include/qemu.inc
@@ -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:"
 



More information about the Openembedded-commits mailing list