diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-08-01 11:28:36 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-08-01 11:28:36 +0200 |
commit | 680b5e41b00aaa0daa6992ffcdf26584166c8db6 (patch) | |
tree | 047a49408538538b5feaaa123c08ae7f9d7b342c | |
parent | 2e13468a81b965ff9945dc65e3b99bb7b46bf8d5 (diff) |
Add adaptation for pi4 machine for pike.pike_15.93.0pike/15.93.015.93.0
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I9b1a7d58012b6df604804e4c64fc0911f9493e53
-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 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" |