[oe-commits] Ross Burton : qemu: don't claim support for IrDA and PCMCIA

git at git.openembedded.org git at git.openembedded.org
Tue Sep 24 16:11:43 UTC 2013


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

Author: Ross Burton <ross.burton at intel.com>
Date:   Mon Sep 23 15:50:24 2013 +0000

qemu: don't claim support for IrDA and PCMCIA

QEMU machines don't have virtual IrDA or PCMCIA hardware, so don't claim to
support them.

Signed-off-by: Ross Burton <ross.burton at intel.com>
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 a78622d..591f6b4 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 = "alsa pcmcia bluetooth irda usbgadget screen"
+MACHINE_FEATURES = "alsa bluetooth usbgadget screen"
 
 MACHINEOVERRIDES =. "qemuall:"
 



More information about the Openembedded-commits mailing list