From: Ross Burton Date: Mon, 23 Sep 2013 15:50:24 +0000 (+0000) Subject: qemu: don't claim support for IrDA and PCMCIA X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~35923 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=694ca965eea971077e135cda4e54fa1cb0243233;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc index a78622d9032..591f6b4a620 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:"