diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2022-03-22 11:08:02 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2022-03-22 11:08:02 +0100 |
commit | 9ab683ad04e09cd447e8bfdaca9e9ddc98ffad73 (patch) | |
tree | 211d9ba82a2f541ac280b4aa72a8c7e3d68c4f85 | |
parent | 6aad9a8f4326b53718ee18a5c404d3ae924c0d86 (diff) |
Add marlin branchmarlin_13.0.3marlin_13.0.2marlin_13.0.1marlin_13.0.0marlin/13.0.3marlin/13.0.2marlin/13.0.1marlin/13.0.013.0.313.0.213.0.113.0.0marlin
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: Ie75e49d51a17117daec01e437ca9b1f544cda707
-rw-r--r-- | utils/agljobtemplate.py | 2 |
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" |