From 883b9a5c650b93043107386b001d1b4720a7f7c3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonas=20H=C3=B6ppner?= <jonas.hoeppner@garz-fricke.com>
Date: Fri, 4 Aug 2023 08:48:04 +0200
Subject: [PATCH] CI: new machine seco-mx6-fsl, map platform tests to devices

---
 build-jobs-yocto.yml.jinja2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-jobs-yocto.yml.jinja2 b/build-jobs-yocto.yml.jinja2
index ee1ebd6f..0549a5a3 100644
--- a/build-jobs-yocto.yml.jinja2
+++ b/build-jobs-yocto.yml.jinja2
@@ -56,7 +56,7 @@ build-{{ machine }}:
 # This is a little hacky as we need to match the machine name to
 # the available platforms
 
-{% if machine == 'seco-mx6' or machine == 'imx6guf' %}
+{% if machine == 'seco-mx6' or machine == 'imx6guf' or machine == 'seco-mx6-fsl' %}
   {% set platforms = "santaro santoka santino santino-lt" %}
   {% set lavamachine = "imx6guf" %}
 {% elif machine == 'seco-mx6ull' or machine == 'imx6ullguf' %}
-- 
GitLab