summaryrefslogtreecommitdiffstats
path: root/utils
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 /utils
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 'utils')
-rw-r--r--utils/agljobtemplate.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/agljobtemplate.py b/utils/agljobtemplate.py
index a392845..dec7fad 100644
--- a/utils/agljobtemplate.py
+++ b/utils/agljobtemplate.py
@@ -98,6 +98,7 @@ class Agljobtemplate(object):
job['name'] = job_name
job['yocto_machine'] = machine
job['priority'] = priority
+ job['build_type'] = build_type
defaults, infra = parse_cfg_file(self._template_path, 'default.cfg', build_type)