diff --git a/build-pipeline-yocto.yml.jinja2 b/build-pipeline-yocto.yml.jinja2 index 6ce2e3f3187a7e07cfe65e79c6af7661e7aec981..80874aa878e442d80cb569bb08e4587ad0b56eca 100644 --- a/build-pipeline-yocto.yml.jinja2 +++ b/build-pipeline-yocto.yml.jinja2 @@ -85,6 +85,8 @@ build-{{ machine }}: - export SUPPORTED_HARDWARE=" SANTARO, SANTOKA, SANTINO, SANTINO LT, SANTVEND, " {%- elif machine == "seco-mx8mm" %} - export SUPPORTED_HARDWARE=" TANARO, " +{%- elif machine == "seco-mx93" %} + - export SUPPORTED_HARDWARE=" MAURY, " {%- elif machine == "seco-genio700" %} - export SUPPORTED_HARDWARE=" WILK, " {%- endif %} @@ -101,6 +103,10 @@ build-{{ machine }}: # Run platform tests for this machine which the yocto image # This is a little hacky as we need to match the machine name to # the available platforms +# +# @TODO: We don't have devices for the i.MX93 and Genio 700 in +# LAVA yet. Enable the tests here, when the new devices have +# been added. {% for machine in MACHINES.split(' ') %} {% if machine == 'seco-mx6' or machine == 'imx6guf' %} @@ -109,12 +115,15 @@ build-{{ machine }}: {% elif machine == 'seco-mx6ull' or machine == 'imx6ullguf' %} {% set platforms = "nallino" %} {% set lava_machine = "imx6ullguf" %} -{% elif machine == 'seco-mx8mm' or machine == 'imx8mguf' %} +{% elif machine == 'seco-mx8mm' or machine == 'imx8mguf' %} {% set platforms = "tanaro" %} {% set lava_machine = "imx8mguf" %} -{% elif machine == 'seco-genio700' %} - {% set platforms = "wilk" %} - {% set lava_machine = "genio700" %} +#{% elif machine == 'seco-mx93' %} +# {% set platforms = "maury" %} +# {% set lava_machine = "mx93" %} +#{% elif machine == 'seco-genio700' %} +# {% set platforms = "wilk" %} +# {% set lava_machine = "genio700" %} {% else %} {% set platforms = '' %} {% set lava_machine = '' %}