Discussion:
[Buildroot] [PATCHv2] configs/aarch64_efi: needs host-{dosfstools, mtools}
Yann E. MORIN
2018-12-09 17:07:26 UTC
Permalink
Fixes:
https://gitlab.com/ymorin/buildroot/-/jobs/131924126

Signed-off-by: "Yann E. MORIN" <***@free.fr>
Cc: Erico Nunes <***@gmail.com>
Cc: Thomas Petazzoni <***@bootlin.com>

---
Changes v1 -> v2:
- add mtools too (Thomas)
---
configs/aarch64_efi_defconfig | 4 ++++
1 file changed, 4 insertions(+)

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
--
2.14.1
Erico Nunes
2018-12-09 17:36:56 UTC
Permalink
Post by Yann E. MORIN
https://gitlab.com/ymorin/buildroot/-/jobs/131924126
Thanks for these fixes. This defconfig should look and work pretty
similar to pc_x86_64_efi_defconfig. With this patch the set of host
tools is the same as pc_x86_64_efi_defconfig, so looks good now.
Post by Yann E. MORIN
---
- add mtools too (Thomas)
---
configs/aarch64_efi_defconfig | 4 ++++
1 file changed, 4 insertions(+)
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
--
2.14.1
Thomas Petazzoni
2018-12-09 20:24:48 UTC
Permalink
Hello,
Post by Yann E. MORIN
https://gitlab.com/ymorin/buildroot/-/jobs/131924126
---
- add mtools too (Thomas)
---
configs/aarch64_efi_defconfig | 4 ++++
1 file changed, 4 insertions(+)
Applied to master, thanks.

Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
Loading...