24 lines
569 B
YAML
24 lines
569 B
YAML
# exclude elf check
|
|
elf:
|
|
exclude_path: ^/lib/firmware/*
|
|
|
|
# exclude binary firmware files from debuginfo check entirely
|
|
# we cannot verify the functionalify for stripped files
|
|
# and they are not executed on host CPU
|
|
debuginfo:
|
|
ignore:
|
|
- /lib/firmware/*.bin
|
|
- /lib/firmware/*/*
|
|
|
|
# exclude binary firmware files from annocheck entirely
|
|
annocheck:
|
|
ignore:
|
|
- /lib/firmware/*.bin
|
|
- /lib/firmware/*/*
|
|
|
|
# exclude binary firmware files from elf test entirely
|
|
elf:
|
|
ignore:
|
|
- /lib/firmware/*.bin
|
|
- /lib/firmware/*/*
|