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

build:hardware: Add Trizeps VIII Plus, fix MX93 and sort entries

parent add2bb17
No related branches found
No related tags found
1 merge request!393build:hardware: Add Trizeps VIII Plus, fix MX93 and sort entries
Pipeline #121421 passed with stage
in 15 minutes and 4 seconds
...@@ -82,15 +82,17 @@ build-{{ machine }}: ...@@ -82,15 +82,17 @@ build-{{ machine }}:
- source build.env - source build.env
# yamllint disable-line rule:line-length # yamllint disable-line rule:line-length
{%- if machine == "seco-mx6" %} {%- if machine == "seco-mx6" %}
- 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-mx8mp" %}
- export SUPPORTED_HARDWARE=" SOM-Trizeps-VIII-MX8M-Plus, "
{%- elif machine == "seco-mx93" %} {%- elif machine == "seco-mx93" %}
- export SUPPORTED_HARDWARE=" MAURY, " - export SUPPORTED_HARDWARE=" SOM-SMARC-MX93, "
{%- elif machine == "seco-genio700" %}
- export SUPPORTED_HARDWARE=" SOM-SMARC-Genio700, "
{%- elif machine == "seco-genio510" %} {%- elif machine == "seco-genio510" %}
- export SUPPORTED_HARDWARE=" SOM-SMARC-Genio510, " - export SUPPORTED_HARDWARE=" SOM-SMARC-Genio510, "
{%- elif machine == "seco-genio700" %}
- export SUPPORTED_HARDWARE=" SOM-SMARC-Genio700, "
{%- endif %} {%- endif %}
- !reference [.save_build_env] - !reference [.save_build_env]
...@@ -105,7 +107,7 @@ build-{{ machine }}: ...@@ -105,7 +107,7 @@ 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 # @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 # LAVA yet. Enable the tests here, when the new devices have
# been added. # been added.
...@@ -121,14 +123,14 @@ build-{{ machine }}: ...@@ -121,14 +123,14 @@ build-{{ machine }}:
{% set platforms = "tanaro" %} {% set platforms = "tanaro" %}
{% set lava_machine = "imx8mguf" %} {% set lava_machine = "imx8mguf" %}
#{% elif machine == 'seco-mx93' %} #{% elif machine == 'seco-mx93' %}
# {% set platforms = "maury" %} # {% set platforms = "som-smarc-mx93" %}
# {% set lava_machine = "mx93" %} # {% set lava_machine = "mx93" %}
#{% elif machine == 'seco-genio700' %}
# {% set platforms = "som-smarc-genio700" %}
# {% set lava_machine = "genio700" %}
#{% elif machine == 'seco-genio510' %} #{% elif machine == 'seco-genio510' %}
# {% set platforms = "som-smarc-genio510" %} # {% set platforms = "som-smarc-genio510" %}
# {% set lava_machine = "genio510" %} # {% set lava_machine = "genio510" %}
#{% elif machine == 'seco-genio700' %}
# {% set platforms = "som-smarc-genio700" %}
# {% 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.
Finish editing this message first!
Please register or to comment