[pve-devel] [PATCH qemu 2/3] debian/rules: don't disable Flat Device Tree
Geert Stappers
stappers at stappers.it
Mon Feb 19 20:53:12 CET 2018
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
--
1.7.10.4
More information about the pve-devel
mailing list