buildtar: fix tarballs with EFI_ZBOOT enabled
authorVeronika Kabatova <vkabatov@redhat.com>
Wed, 14 Dec 2022 13:20:02 +0000 (14:20 +0100)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 17 Dec 2022 12:55:04 +0000 (21:55 +0900)
commit731c4eac848ff9dd42776da8ed3407b257e3abf0
treee2392a72d7fd6705e763d6b40e583dbf6832faa2
parent19331e84c3873256537d446afec1f6c507f8c4ef
buildtar: fix tarballs with EFI_ZBOOT enabled

When CONFIG_EFI_ZBOOT is enabled, the binary name is not Image.gz
anymore but vmlinuz.efi. No vmlinuz gets put into the tarball as the
buildtar script doesn't recognize this name. Remedy this by adding the
binary name to the list of acceptable files to package.

Reported-by: CKI Project <cki-project@redhat.com>
Signed-off-by: Veronika Kabatova <vkabatov@redhat.com>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/package/buildtar