From cdecab651cb14cab6fb4817741e4725805efbcc4 Mon Sep 17 00:00:00 2001 From: Loys Ollivier Date: Thu, 12 Oct 2017 09:20:29 +0200 Subject: Update qemu defaults Update the default package names for the qemu to match the AGL CI build artifacts. These defaults can still be overwritten using the command line. Change-Id: Id87abe03b4f4adcf0b67eb20151158bd0103343d Signed-off-by: Loys Ollivier --- templates/machines/qemux86-64.jinja2 | 1 + 1 file changed, 1 insertion(+) (limited to 'templates/machines/qemux86-64.jinja2') diff --git a/templates/machines/qemux86-64.jinja2 b/templates/machines/qemux86-64.jinja2 index a7aaa6d..94e69e1 100644 --- a/templates/machines/qemux86-64.jinja2 +++ b/templates/machines/qemux86-64.jinja2 @@ -8,3 +8,4 @@ {%- set qemu_args = "-cpu qemu64,+ssse3,+sse4.1,+sse4.2,+popcnt -m 1048 -soundhw hda" %} {%- set qemu_cmdline = "console=ttyS0,115200 root=/dev/hda debug verbose" %} {%- set rootfs_type = rootfs_type|default("ramdisk") %} +{%- set rfs_image = rfs_image|default("agl-demo-platform-qemux86-64.ext4.xz") %} -- cgit 1.2.3-korg