summaryrefslogtreecommitdiffstats
path: root/templates/machines/upsquare.jinja2
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-05-23 10:49:18 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2024-05-28 15:08:58 +0200
commit63d49c1d41f4fb7cfc95005cff2716c353d38d9e (patch)
tree3013aabed350de0a1abf791c7f070df20f2c619e /templates/machines/upsquare.jinja2
parentb82b860e370002f9807fc8e2e0eafc913fbe38d2 (diff)
Change-Id: I43800a769a87d6782d30724b288e59c1b0283594 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates/machines/upsquare.jinja2')
-rw-r--r--templates/machines/upsquare.jinja24
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/machines/upsquare.jinja2 b/templates/machines/upsquare.jinja2
index 7ad8237..a58ab45 100644
--- a/templates/machines/upsquare.jinja2
+++ b/templates/machines/upsquare.jinja2
@@ -7,7 +7,7 @@
{%- set kernel_image = kernel_image|default("bzImage") %}
{%- set rootfs_type = rootfs_type|default("nbd") %}
{%- if (build_type == 'daily') or (build_type == 'release') or (build_type == 'snapshot') or (build_type == 'prerelease') %}
- {%- set rfs_image = rfs_image|default("agl-demo-platform-crosssdk-qemux86-64.ext4.xz") %}
+ {%- set rfs_image = rfs_image|default("agl-ivi-demo-qt-crosssdk-qemux86-64.ext4.xz") %}
{%- else %}
- {%- set rfs_image = rfs_image|default("agl-demo-platform-qemux86-64.ext4.xz") %}
+ {%- set rfs_image = rfs_image|default("agl-ivi-demo-qt-qemux86-64.ext4.xz") %}
{%- endif %} \ No newline at end of file