From 7df990a4080d77ebce1d9d867b207627e7059e85 Mon Sep 17 00:00:00 2001 From: Loys Ollivier Date: Wed, 3 Jan 2018 16:11:49 +0100 Subject: 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 --- utils/agljobtemplate.py | 1 + 1 file changed, 1 insertion(+) (limited to 'utils') 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) -- cgit 1.2.3-korg