From 2f26810ec6a24a17d1bf3e0111259fa309219ac2 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Wed, 3 Feb 2021 17:19:36 +0100 Subject: Adapt pi4 for koi branch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan-Simon Möller Change-Id: I425e2a864eb81ee363ac66623a642f99721eb489 --- utils/agljobtemplate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/agljobtemplate.py b/utils/agljobtemplate.py index b207e75..80af828 100644 --- a/utils/agljobtemplate.py +++ b/utils/agljobtemplate.py @@ -146,7 +146,7 @@ class Agljobtemplate(object): if machine == "upsquare": machine_frag_url = "qemux86-64" build_name = "qemux86-64" - if vcs_branch == "master" and (machine == "raspberrypi4" or machine == "raspberrypi4-64"): + if ( vcs_branch == "master" or vcs_branch == "koi" ) and (machine == "raspberrypi4" or machine == "raspberrypi4-64"): machine_frag_url = "raspberrypi4-64" build_name = "raspberrypi4" job['yocto_machine'] = "raspberrypi4-64" -- cgit 1.2.3-korg