diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-02-07 16:01:47 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-02-07 16:01:47 +0100 |
commit | 4854ec12b2ef6bbc85421a90ed08f3efda0ccb97 (patch) | |
tree | 590182fc1848cd930e6c88f710cb522303eaf35b /utils/agljobtemplate.py | |
parent | 9cedeb507316b793119c7c650cfddfa9d2231451 (diff) |
Apply settings for raspberrypi4 on recent branches
We can use this as default now.
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I2fadd7cb4380220bf8b90cc5fae958dc7ea4fcb7
Diffstat (limited to 'utils/agljobtemplate.py')
-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..67b4ca6 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 (machine == "raspberrypi4" or machine == "raspberrypi4-64"): machine_frag_url = "raspberrypi4-64" build_name = "raspberrypi4" job['yocto_machine'] = "raspberrypi4-64" |