[Buildroot] [PATCH 1/1] package/qemu: virtfs needs system

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Jul 16 21:19:34 UTC 2021


On Sat, 10 Jul 2021 17:54:09 +0200
Fabrice Fontaine <fontaine.fabrice at gmail.com> wrote:

>  config BR2_PACKAGE_HOST_QEMU_VIRTFS
>  	bool "Virtual filesystem support"
> +	depends on BR2_PACKAGE_HOST_QEMU_SYSTEM_ARCH_SUPPORTS
> +	select BR2_PACKAGE_HOST_QEMU_SYSTEM_MODE

I think a:

	depends on BR2_PACKAGE_HOST_QEMU_SYSTEM_MODE

made more sense here. Indeed, if the user wants the "user mode", it's a
bit weird to force the user to also have the "system mode". I believe a
"depends on" in this case is more appropriate.

Applied with this change. Thanks!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



More information about the buildroot mailing list