]> code.ossystems Code Review - openembedded-core.git/commitdiff
qemu.inc: add vfat to MACHINE_FEATURES
authorAlexander Kanavin <alex.kanavin@gmail.com>
Mon, 20 Jan 2020 17:25:00 +0000 (18:25 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Jan 2020 12:52:48 +0000 (12:52 +0000)
This is beneficial for parted ptests in particular as they
make use of vfat, and fail otherwise.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/machine/include/qemu.inc

index 5050e41066e12e084b89d45e5f2aa3b7b742c2bd..8dedb1a42d34abdb33e8a044680b5c4e8e27898a 100644 (file)
@@ -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:"