aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMatt Hart <matthew.hart@linaro.org>2017-07-07 16:53:59 +0100
committerGuillaume Tucker <guillaume.tucker@collabora.com>2017-07-14 10:20:05 +0100
commit3d23fe636c7876d9d29985f4f38d3d59af80a3ee (patch)
tree1a9eb4ee0fb047acdaa1a5a96f5396c5c65ed0bf /templates
parent156104f8bf9319a05a42b008d1d0d529f6c4129b (diff)
Remove v2 template for "kvm" device types, replaced by qemu
Add a platform.name to the metadata
Diffstat (limited to 'templates')
-rw-r--r--templates/boot/qemu-x86_64-boot-template.jinja233
1 files changed, 0 insertions, 33 deletions
diff --git a/templates/boot/qemu-x86_64-boot-template.jinja2 b/templates/boot/qemu-x86_64-boot-template.jinja2
deleted file mode 100644
index 9152f3c..0000000
--- a/templates/boot/qemu-x86_64-boot-template.jinja2
+++ /dev/null
@@ -1,33 +0,0 @@
-{% extends 'base/kernel-ci-base.jinja2' %}
-{% block metadata %}
-{{ super() }}
-{% endblock %}
-{% block main %}
-{{ super() }}
-{% endblock %}
-{% block actions %}
-context:
- arch: x86_64
-
-actions:
-- deploy:
- timeout:
- minutes: 3
- to: tmpfs
- os: oe
- images:
- kernel:
- image_arg: '-kernel {kernel} -append "console=ttyS0,115200 root=/dev/ram0 debug verbose"'
- url: {{ kernel_url }}
- ramdisk:
- image_arg: '-initrd {ramdisk}'
- url: {{ initrd_url }}
-
-- boot:
- method: qemu
- media: tmpfs
- prompts:
- - 'linaro-test'
- - 'root@debian:~#'
- - '/ #'
-{% endblock %}