From: Alexander Kanavin Date: Mon, 20 Jan 2020 17:25:00 +0000 (+0100) Subject: qemu.inc: add vfat to MACHINE_FEATURES X-Git-Tag: uninative-2.8~476 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ffbc6dc213abf96b816fc9dd87766c3a36935c2a;p=openembedded-core.git qemu.inc: add vfat to MACHINE_FEATURES This is beneficial for parted ptests in particular as they make use of vfat, and fail otherwise. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc index 5050e41066..8dedb1a42d 100644 --- a/meta/conf/machine/include/qemu.inc +++ b/meta/conf/machine/include/qemu.inc @@ -9,7 +9,7 @@ XSERVER ?= "xserver-xorg \ xf86-video-fbdev \ " -MACHINE_FEATURES = "alsa bluetooth usbgadget screen" +MACHINE_FEATURES = "alsa bluetooth usbgadget screen vfat" MACHINEOVERRIDES =. "qemuall:"