package/qemu: virtfs needs system
build of qemu with virtfs but without system fails since bump to version 6.0.0 in commit6b86c9335f
: ../meson.build:1077:6: ERROR: Problem encountered: virtio-9p (virtfs) needs system emulation support Indeed virtfs needs system support since switch to meson in69202b406e
Fixes: - http://autobuild.buildroot.org/results/ee4b2bbc08c58dc972d285eafa43b7ad6586f270 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
f2a3cd9ac4
commit
9905fea69e
@ -82,6 +82,7 @@ config BR2_PACKAGE_HOST_QEMU_VDE2
|
||||
|
||||
config BR2_PACKAGE_HOST_QEMU_VIRTFS
|
||||
bool "Virtual filesystem support"
|
||||
depends on BR2_PACKAGE_HOST_QEMU_SYSTEM_MODE
|
||||
help
|
||||
Enables support for virtual filesystem in Qemu allowing
|
||||
shared filesystem between Qemu and its emulated target.
|
||||
|
Loading…
Reference in New Issue
Block a user