mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 18:32:12 +02:00
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. (From OE-Core rev: 694ca965eea971077e135cda4e54fa1cb0243233) Signed-off-by: Ross Burton <ross.burton@intel.com> 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
44d74f6ca4
commit
dd4b362193
@@ -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:"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user