summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-01-20 18:25:00 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-01-21 12:52:53 +0000
commita21421a96273657de9bdc1e36d5812dc222e6972 (patch)
treee35509a0cd89411cb482e95ae1045f5be2fdead9 /meta
parent023c71d65a5a1299e9f9b4d1f2bf724fb1690be3 (diff)
downloadpoky-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>
Diffstat (limited to 'meta')
-rw-r--r--meta/conf/machine/include/qemu.inc2
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
12MACHINE_FEATURES = "alsa bluetooth usbgadget screen" 12MACHINE_FEATURES = "alsa bluetooth usbgadget screen vfat"
13 13
14MACHINEOVERRIDES =. "qemuall:" 14MACHINEOVERRIDES =. "qemuall:"
15 15