From d83d4a58a21517d43b9f5cddf06d7af3f101c5fd Mon Sep 17 00:00:00 2001
From: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Date: Thu, 1 Jul 2021 20:11:19 +0200
Subject: Add lamprey to conditional

We need the conditional for the rpi4 machine.

Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I7d510cccd61bf0422525e0d853fdc5b1425ad73f
---
 utils/agljobtemplate.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'utils')

diff --git a/utils/agljobtemplate.py b/utils/agljobtemplate.py
index c25dc9f..c08f8e9 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 == "lamprey" or vcs_branch == "koi" ) and (machine == "raspberrypi4" or machine == "raspberrypi4-64"):
                     machine_frag_url = "raspberrypi4-64"
                     build_name = "raspberrypi4"
                     job['yocto_machine'] = "raspberrypi4-64"
-- 
cgit