tests/vm: netbsd: install dtc
Install dtc as it is now a mandatory external dependency in order to build QEMU. Co-developed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
24b34590d0
commit
a6b75c9f67
@ -40,6 +40,9 @@ class NetBSDVM(basevm.BaseVM):
|
||||
"gsed",
|
||||
"gettext-tools",
|
||||
|
||||
# libs: basic
|
||||
"dtc",
|
||||
|
||||
# libs: crypto
|
||||
"gnutls",
|
||||
|
||||
@ -67,7 +70,8 @@ class NetBSDVM(basevm.BaseVM):
|
||||
mkdir src build; cd src;
|
||||
tar -xf /dev/rld1a;
|
||||
cd ../build
|
||||
../src/configure --disable-opengl {configure_opts};
|
||||
../src/configure --disable-opengl --extra-ldflags=-L/usr/pkg/lib \
|
||||
--extra-cflags=-I/usr/pkg/include {configure_opts};
|
||||
gmake --output-sync -j{jobs} {target} {verbose};
|
||||
"""
|
||||
poweroff = "/sbin/poweroff"
|
||||
|
Loading…
Reference in New Issue
Block a user