From 680b5e41b00aaa0daa6992ffcdf26584166c8db6 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Tue, 1 Aug 2023 11:28:36 +0200 Subject: Add adaptation for pi4 machine for pike. Signed-off-by: Jan-Simon Moeller Change-Id: I9b1a7d58012b6df604804e4c64fc0911f9493e53 --- utils/agljobtemplate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') 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