diff options
author | Loys Ollivier <lollivier@baylibre.com> | 2018-01-03 16:11:49 +0100 |
---|---|---|
committer | Loys Ollivier <lollivier@baylibre.com> | 2018-01-10 15:31:32 +0100 |
commit | 7df990a4080d77ebce1d9d867b207627e7059e85 (patch) | |
tree | 69133334c34b80c66d58d3661d4b175776f9f155 /utils/agljobtemplate.py | |
parent | 927d952dae1faa84a747ccd5b9885ed21ccc69bd (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/agljobtemplate.py')
-rw-r--r-- | utils/agljobtemplate.py | 1 |
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) |