aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoys Ollivier <lollivier@baylibre.com>2017-10-12 09:20:29 +0200
committerLoys Ollivier <lollivier@baylibre.com>2017-10-12 09:21:40 +0200
commitcdecab651cb14cab6fb4817741e4725805efbcc4 (patch)
tree21aa3d5ea93118af8544d67222c20af6bc03539c
parentf25178c8e0293d5c3081863f4993bf8bd57bb729 (diff)
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 <lollivier@baylibre.com>
-rw-r--r--templates/machines/qemux86-64.jinja21
1 files changed, 1 insertions, 0 deletions
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") %}