Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • seco-ne/yocto/infrastructure/gitlab-ci
1 result
Show changes
Commits on Source (2)
......@@ -88,7 +88,9 @@ build-{{ machine }}:
{%- elif machine == "seco-mx93" %}
- export SUPPORTED_HARDWARE=" MAURY, "
{%- elif machine == "seco-genio700" %}
- export SUPPORTED_HARDWARE=" WILK, "
- export SUPPORTED_HARDWARE=" SOM-SMARC-Genio700, "
{%- elif machine == "seco-genio510" %}
- export SUPPORTED_HARDWARE=" SOM-SMARC-Genio510, "
{%- endif %}
- !reference [.save_build_env]
......@@ -122,8 +124,11 @@ build-{{ machine }}:
# {% set platforms = "maury" %}
# {% set lava_machine = "mx93" %}
#{% elif machine == 'seco-genio700' %}
# {% set platforms = "wilk" %}
# {% set platforms = "som-smarc-genio700" %}
# {% set lava_machine = "genio700" %}
#{% elif machine == 'seco-genio510' %}
# {% set platforms = "som-smarc-genio510" %}
# {% set lava_machine = "genio510" %}
{% else %}
{% set platforms = '' %}
{% set lava_machine = '' %}
......
......@@ -147,7 +147,7 @@ def generate_firmware_package(
FirmwarePackageKeys.FNGSYS_UBOOT_CHECKSUM,
]
if uboot_file_types:
if uboot_file_types in locals():
sbom_uboot_files = [
generate_subpackage(
files,
......