aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2024-02-15 18:57:13 +0100
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2024-02-15 18:57:13 +0100
commitb82b860e370002f9807fc8e2e0eafc913fbe38d2 (patch)
treef97bf86f4153ad772a146198d284635f56cf7042
parent168bef8cf16e153491b5e1fb286aef9ec6b31240 (diff)
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: I2eb83b3481091a5f9e05365f54ab9a34f072408f
-rw-r--r--utils/agljobtemplate.py2
1 files changed, 1 insertions, 1 deletions
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"