summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2021-02-03 17:19:36 +0100
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2021-02-03 17:20:10 +0100
commit73671a034a0704080295d40d4ec02c4e1b8f5ed6 (patch)
tree016813676ed73fa20cad8b8bd91e7db71a54ee73
parent933d2931ccc8115b0442764161004d105f8ab109 (diff)
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: I425e2a864eb81ee363ac66623a642f99721eb489
-rw-r--r--utils/agljobtemplate.py2
1 files changed, 1 insertions, 1 deletions
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"