summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2018-12-09 18:07:26 +0100
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-12-09 21:24:24 +0100
commit6dbe291382037236d5ec104b4919c159edd228ae (patch)
treef51e3f327026a99bc0d8fc4db825ff6930c8b8c7
parent297613f1c7e28efc389665bfb70d147f2cdcffa1 (diff)
downloadbuildroot-6dbe291382037236d5ec104b4919c159edd228ae.tar.gz
buildroot-6dbe291382037236d5ec104b4919c159edd228ae.zip
configs/aarch64_efi: needs host-{dosfstools, mtools}
Fixes: https://gitlab.com/ymorin/buildroot/-/jobs/131924126 Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Erico Nunes <nunes.erico@gmail.com> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Reviewed-by: Erico Nunes <nunes.erico@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r--configs/aarch64_efi_defconfig4
1 files changed, 4 insertions, 0 deletions
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
OpenPOWER on IntegriCloud