Skip to content
Snippets Groups Projects
Commit 24653ff8 authored by Tobias Kahlki's avatar Tobias Kahlki
Browse files

build:machines: Add i.MX93 to the build job template

parent 7aae72ea
No related branches found
No related tags found
1 merge request!376build:machines: Add i.MX93 to the build job template
Pipeline #100412 skipped
...@@ -85,6 +85,8 @@ build-{{ machine }}: ...@@ -85,6 +85,8 @@ build-{{ machine }}:
- export SUPPORTED_HARDWARE=" SANTARO, SANTOKA, SANTINO, SANTINO LT, SANTVEND, " - export SUPPORTED_HARDWARE=" SANTARO, SANTOKA, SANTINO, SANTINO LT, SANTVEND, "
{%- elif machine == "seco-mx8mm" %} {%- elif machine == "seco-mx8mm" %}
- export SUPPORTED_HARDWARE=" TANARO, " - export SUPPORTED_HARDWARE=" TANARO, "
{%- elif machine == "seco-mx93" %}
- export SUPPORTED_HARDWARE=" MAURY, "
{%- elif machine == "seco-genio700" %} {%- elif machine == "seco-genio700" %}
- export SUPPORTED_HARDWARE=" WILK, " - export SUPPORTED_HARDWARE=" WILK, "
{%- endif %} {%- endif %}
...@@ -101,6 +103,10 @@ build-{{ machine }}: ...@@ -101,6 +103,10 @@ build-{{ machine }}:
# Run platform tests for this machine which the yocto image # Run platform tests for this machine which the yocto image
# This is a little hacky as we need to match the machine name to # This is a little hacky as we need to match the machine name to
# the available platforms # 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(' ') %} {% for machine in MACHINES.split(' ') %}
{% if machine == 'seco-mx6' or machine == 'imx6guf' %} {% if machine == 'seco-mx6' or machine == 'imx6guf' %}
...@@ -112,9 +118,12 @@ build-{{ machine }}: ...@@ -112,9 +118,12 @@ build-{{ machine }}:
{% elif machine == 'seco-mx8mm' or machine == 'imx8mguf' %} {% elif machine == 'seco-mx8mm' or machine == 'imx8mguf' %}
{% set platforms = "tanaro" %} {% set platforms = "tanaro" %}
{% set lava_machine = "imx8mguf" %} {% set lava_machine = "imx8mguf" %}
{% elif machine == 'seco-genio700' %} #{% elif machine == 'seco-mx93' %}
{% set platforms = "wilk" %} # {% set platforms = "maury" %}
{% set lava_machine = "genio700" %} # {% set lava_machine = "mx93" %}
#{% elif machine == 'seco-genio700' %}
# {% set platforms = "wilk" %}
# {% set lava_machine = "genio700" %}
{% else %} {% else %}
{% set platforms = '' %} {% set platforms = '' %}
{% set lava_machine = '' %} {% set lava_machine = '' %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment