mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
qemu.inc: add vfat to MACHINE_FEATURES
This is beneficial for parted ptests in particular as they make use of vfat, and fail otherwise. (From OE-Core rev: ffbc6dc213abf96b816fc9dd87766c3a36935c2a) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
023c71d65a
commit
a21421a962
@@ -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:"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user