From b82b860e370002f9807fc8e2e0eafc913fbe38d2 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Thu, 15 Feb 2024 18:57:13 +0100 Subject: Adapt quillback for pi4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan-Simon Möller Change-Id: I2eb83b3481091a5f9e05365f54ab9a34f072408f --- utils/agljobtemplate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/agljobtemplate.py b/utils/agljobtemplate.py index 34d7cbb..37e1f3a 100644 --- a/utils/agljobtemplate.py +++ b/utils/agljobtemplate.py @@ -147,7 +147,7 @@ class Agljobtemplate(object): if machine == "upsquare": machine_frag_url = "qemux86-64" build_name = "qemux86-64" - if ( vcs_branch == "master" or vcs_branch == "koi" ) and (machine == "raspberrypi4" or machine == "raspberrypi4-64"): + if (machine == "raspberrypi4" or machine == "raspberrypi4-64"): machine_frag_url = "raspberrypi4-64" build_name = "raspberrypi4" job['yocto_machine'] = "raspberrypi4-64" -- cgit 1.2.3-korg