summaryrefslogtreecommitdiffstats
path: root/templates/machines/qemux86-64.jinja2
diff options
context:
space:
mode:
authorKevin Hilman <khilman@baylibre.com>2017-09-21 20:07:46 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2017-09-21 20:07:46 +0000
commit2fecbc0916bae86505375c49a3bc82ae9354b928 (patch)
treebdd4e63ea9e6a9077441afe9d0f141e4044391c6 /templates/machines/qemux86-64.jinja2
parentbab5b166526f66d409eff09e12ac7f5db97b93b6 (diff)
parent6d8721a6c24bb6b681d9c369e0032a05e54db26a (diff)
Merge "rfs-image: provide command line options to setup the image name"
Diffstat (limited to 'templates/machines/qemux86-64.jinja2')
-rw-r--r--templates/machines/qemux86-64.jinja21
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/machines/qemux86-64.jinja2 b/templates/machines/qemux86-64.jinja2
index 7361c0d..905136e 100644
--- a/templates/machines/qemux86-64.jinja2
+++ b/templates/machines/qemux86-64.jinja2
@@ -6,4 +6,3 @@
{%- set qemu_args = "-cpu qemu64,+ssse3,+sse4.1,+sse4.2,+popcnt -m 1048 -soundhw hda" %}
{%- set qemu_arch = "x86_64" %}
{%- set deploy_to = "tmpfs" %}
-{%- set initrd = "agl-demo-platform-" + yocto_machine + ".ext4.xz" %}