diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-01-20 18:25:00 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-21 12:52:53 +0000 |
commit | a21421a96273657de9bdc1e36d5812dc222e6972 (patch) | |
tree | e35509a0cd89411cb482e95ae1045f5be2fdead9 | |
parent | 023c71d65a5a1299e9f9b4d1f2bf724fb1690be3 (diff) | |
download | poky-a21421a96273657de9bdc1e36d5812dc222e6972.tar.gz |
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>
-rw-r--r-- | meta/conf/machine/include/qemu.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ | |||
9 | xf86-video-fbdev \ | 9 | xf86-video-fbdev \ |
10 | " | 10 | " |
11 | 11 | ||
12 | MACHINE_FEATURES = "alsa bluetooth usbgadget screen" | 12 | MACHINE_FEATURES = "alsa bluetooth usbgadget screen vfat" |
13 | 13 | ||
14 | MACHINEOVERRIDES =. "qemuall:" | 14 | MACHINEOVERRIDES =. "qemuall:" |
15 | 15 | ||