summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--utils/agljobtemplate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/agljobtemplate.py b/utils/agljobtemplate.py
index 456f43e..65bb320 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" or vcs_branch == "koi" ) and (machine == "raspberrypi4" or machine == "raspberrypi4-64"):
+ if ( vcs_branch == "master" or vcs_branch == "marlin" ) and (machine == "raspberrypi4" or machine == "raspberrypi4-64"):
machine_frag_url = "raspberrypi4-64"
build_name = "raspberrypi4"
job['yocto_machine'] = "raspberrypi4-64"