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

scripts:firmware: Fix check for U-Boot file types

On i.MX6 devices, the U-Boot file types are not set at all. Extent check for
the existance of the uboot_file_types var.
parent 3146ed1e
No related branches found
No related tags found
1 merge request!381scripts:firmware: Fix check for U-Boot file types
Pipeline #109650 skipped with stage
......@@ -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,
......
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