# 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/*/*