diff --git a/build-jobs-yocto.yml.jinja2 b/build-jobs-yocto.yml.jinja2
index ee1ebd6f799033a707a8eff250cf11c758b0c1f1..0549a5a3ab555e684ef7cdac7455a11d7b4e93b5 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' %}