[pve-devel] applied: [PATCH qemu 2/3] debian/rules: don't disable Flat Device Tree

Thomas Lamprecht t.lamprecht at proxmox.com
Thu Mar 1 10:45:03 CET 2018


applied, thanks

On 2/19/18 8:53 PM, Geert Stappers wrote:
> I don't know why fdt, Flat Device Tree, is disabled,
> but that disabling blocks building e.g. qemu-system-aarch64.
> It stops the build and yields this:
> 
>  ERROR: fdt disabled but some requested targets require it.
>         You can turn off fdt only if you also disable all the system
>         emulation targets which need it
>         (by specifying a cut down --target-list).
> 
> Signed-off-by: Geert Stappers <stappers at stappers.it>
> ---
>  debian/rules |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/debian/rules b/debian/rules
> index 0836f32..a5d1e55 100755
> --- a/debian/rules
> +++ b/debian/rules
> @@ -59,7 +59,7 @@ config.status: configure
>  	--disable-smartcard --audio-drv-list="alsa" --enable-spice \
>  	--enable-usb-redir --enable-glusterfs --enable-libusb --disable-gtk \
>  	--enable-xfsctl --enable-numa --disable-strip --enable-jemalloc \
> -	--enable-virtfs --disable-libnfs --disable-fdt \
> +	--enable-virtfs --disable-libnfs \
>  	--disable-guest-agent --disable-guest-agent-msi
>  
>  build: patch build-stamp
> 





More information about the pve-devel mailing list