aboutsummaryrefslogtreecommitdiff
path: root/tests/vm
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2018-06-28 12:35:35 -0300
committerFam Zheng <famz@redhat.com>2018-08-15 10:12:35 +0800
commita3f9f64bf9182f949af7d7b08f7387c976957eec (patch)
treef667347571c93ebcae0daf5d20acdd48fad96292 /tests/vm
parentdcf7ea4a78b10575dcc032e0356233ab3a95e7d2 (diff)
downloadqemu-a3f9f64bf9182f949af7d7b08f7387c976957eec.zip
qemu-a3f9f64bf9182f949af7d7b08f7387c976957eec.tar.gz
qemu-a3f9f64bf9182f949af7d7b08f7387c976957eec.tar.bz2
tests/vm: Add flex and bison to the vm image
Similar to 79f24568e5e70, this fixes the following warnings: CHK version_gen.h LEX convert-dtsv0-lexer.lex.c make[1]: flex: Command not found BISON dtc-parser.tab.c make[1]: bison: Command not found LEX dtc-lexer.lex.c make[1]: flex: Command not found Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20180628153535.1411-5-f4bug@amsat.org> Signed-off-by: Fam Zheng <famz@redhat.com>
Diffstat (limited to 'tests/vm')
-rwxr-xr-xtests/vm/ubuntu.i3862
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vm/ubuntu.i386 b/tests/vm/ubuntu.i386
index fc319e0..fc27b69 100755
--- a/tests/vm/ubuntu.i386
+++ b/tests/vm/ubuntu.i386
@@ -77,7 +77,7 @@ class UbuntuX86VM(basevm.BaseVM):
# The previous update sometimes doesn't survive a reboot, so do it again
self.ssh_root_check("apt-get update")
self.ssh_root_check("apt-get build-dep -y qemu")
- self.ssh_root_check("apt-get install -y libfdt-dev")
+ self.ssh_root_check("apt-get install -y libfdt-dev flex bison")
self.ssh_root("poweroff")
self.wait()
if os.path.exists(img):