From: Yann E. MORIN Date: Sun, 9 Dec 2018 17:07:26 +0000 (+0100) Subject: configs/aarch64_efi: needs host-{dosfstools, mtools} X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6dbe291382037236d5ec104b4919c159edd228ae;p=buildroot.git configs/aarch64_efi: needs host-{dosfstools, mtools} Fixes: https://gitlab.com/ymorin/buildroot/-/jobs/131924126 Signed-off-by: "Yann E. MORIN" Cc: Erico Nunes Cc: Thomas Petazzoni Reviewed-by: Erico Nunes Signed-off-by: Thomas Petazzoni --- diff --git a/configs/aarch64_efi_defconfig b/configs/aarch64_efi_defconfig index ecc050fc5e..e87193218e 100644 --- a/configs/aarch64_efi_defconfig +++ b/configs/aarch64_efi_defconfig @@ -32,3 +32,7 @@ BR2_LINUX_KERNEL_CUSTOM_VERSION=y BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.18.10" BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y + +# Host tools for genimage +BR2_PACKAGE_HOST_DOSFSTOOLS=y +BR2_PACKAGE_HOST_MTOOLS=y