diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-08-07 22:31:33 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-08-07 22:31:33 +0200 |
commit | 804bb19161990a7d788142613e0a19d822b4657d (patch) | |
tree | c239e5413d0569356ca389d67bb5e0964140659a | |
parent | 124c64dc43e14211126eb99c918746ce9a450191 (diff) |
Add needlefish for pi4needlefish_14.0.2needlefish_14.0.1needlefish_14.0.0needlefish/14.0.2needlefish/14.0.1needlefish/14.0.014.0.214.0.114.0.0
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: Ic2a4c95018e3b03ed8952908e6074e0e31fdad18
-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..7974dc6 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 == "needlefish" ) and (machine == "raspberrypi4" or machine == "raspberrypi4-64"): machine_frag_url = "raspberrypi4-64" build_name = "raspberrypi4" job['yocto_machine'] = "raspberrypi4-64" |