DistroKit Mailinglist
 help / color / mirror / Atom feed
* [DistroKit] [PATCH 1/2] v7a_noneon: image-ksz9477-evb: select missing HOST_MTOOLS dependency
@ 2022-06-27  9:34 Ahmad Fatoum
  2022-06-27  9:34 ` [DistroKit] [PATCH 2/2] v7a_noneon: barebox-at91: add .config.diff to revision control Ahmad Fatoum
  0 siblings, 1 reply; 3+ messages in thread
From: Ahmad Fatoum @ 2022-06-27  9:34 UTC (permalink / raw)
  To: distrokit; +Cc: Ahmad Fatoum, ore

genimage needs mtools-provided mcopy to install files in the vfat boot
partition. Select it.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 configs/platform-v7a_noneon/platformconfig                 | 1 +
 configs/platform-v7a_noneon/platforms/image-ksz9477-evb.in | 1 +
 2 files changed, 2 insertions(+)

diff --git a/configs/platform-v7a_noneon/platformconfig b/configs/platform-v7a_noneon/platformconfig
index 627a37ce9635..f1512d76da03 100644
--- a/configs/platform-v7a_noneon/platformconfig
+++ b/configs/platform-v7a_noneon/platformconfig
@@ -261,6 +261,7 @@ PTXCONF_HOST_LIBKMOD=y
 PTXCONF_HOST_LIBLZO=y
 PTXCONF_HOST_LZOP=y
 PTXCONF_HOST_M4=y
+PTXCONF_HOST_MTOOLS=y
 PTXCONF_HOST_SYSTEM_BC=y
 PTXCONF_HOST_UTIL_LINUX_NG=y
 
diff --git a/configs/platform-v7a_noneon/platforms/image-ksz9477-evb.in b/configs/platform-v7a_noneon/platforms/image-ksz9477-evb.in
index f9c5cb1c8f80..4fc2112a12f9 100644
--- a/configs/platform-v7a_noneon/platforms/image-ksz9477-evb.in
+++ b/configs/platform-v7a_noneon/platforms/image-ksz9477-evb.in
@@ -4,6 +4,7 @@ config IMAGE_KSZ9477_EVB
 	tristate
 	select HOST_GENIMAGE
 	select IMAGE_ROOT_EXT
+	select HOST_MTOOLS
 	select HOST_DOSFSTOOLS
 	select BAREBOX_AT91
 	prompt "Generate images/image-ksz9477-evb.hdimg"
-- 
2.30.2




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-06-27  9:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-27  9:34 [DistroKit] [PATCH 1/2] v7a_noneon: image-ksz9477-evb: select missing HOST_MTOOLS dependency Ahmad Fatoum
2022-06-27  9:34 ` [DistroKit] [PATCH 2/2] v7a_noneon: barebox-at91: add .config.diff to revision control Ahmad Fatoum
2022-06-27  9:46   ` Ahmad Fatoum

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox