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 (1)
......@@ -169,7 +169,8 @@
{%- set files = [] -%}
{%- for file in FILES_machine -%}
{%- if "uimage" in file.lower() or "boot" in file.lower() -%}
{%- set _ = files.append(file) -%}
{#- Currently do not display bootloader artifacts; they are intended for internal use only. -#}
{#- {%- set _ = files.append(file) -%} -#}
{%- set _ = used_files.append(file) -%}
{%- endif -%}
{%- endfor -%}
......