aboutsummaryrefslogtreecommitdiffstats
path: root/templates/machines/m3ulcb.jinja2
diff options
context:
space:
mode:
authorLoys Ollivier <lollivier@baylibre.com>2018-01-03 16:11:49 +0100
committerLoys Ollivier <lollivier@baylibre.com>2018-01-10 15:31:32 +0100
commit7df990a4080d77ebce1d9d867b207627e7059e85 (patch)
tree69133334c34b80c66d58d3661d4b175776f9f155 /templates/machines/m3ulcb.jinja2
parent927d952dae1faa84a747ccd5b9885ed21ccc69bd (diff)
templates: fix the rootfs name for m3ulcb and rpi3 daily builds
The rootfs filename has changed for the daily builds. Change the default to the new filename for both platforms. Change-Id: I44ae29902d882ab6f38dc14bba11cc8aee88f8c2 Signed-off-by: Loys Ollivier <lollivier@baylibre.com>
Diffstat (limited to 'templates/machines/m3ulcb.jinja2')
-rw-r--r--templates/machines/m3ulcb.jinja23
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/machines/m3ulcb.jinja2 b/templates/machines/m3ulcb.jinja2
index 41b6677..f337a8d 100644
--- a/templates/machines/m3ulcb.jinja2
+++ b/templates/machines/m3ulcb.jinja2
@@ -6,3 +6,6 @@
{%- set kernel_image = kernel_image|default("Image") %}
{%- set rootfs_type = rootfs_type|default("nbd") %}
{%- set uboot_type = "booti" %}
+{%- if build_type == 'daily' %}
+ {%- set rfs_image = rfs_image|default("agl-image-ivi-crosssdk-m3ulcb.ext4.xz") %}
+{%- endif %}