mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] sandbox: add a minimal defconfig to build only the host tools
@ 2020-08-23 21:13 Roland Hieber
  2020-08-23 22:39 ` [PATCH v2] " Roland Hieber
  0 siblings, 1 reply; 5+ messages in thread
From: Roland Hieber @ 2020-08-23 21:13 UTC (permalink / raw)
  To: Barebox Mailing List; +Cc: Roland Hieber

For distro packaging, make it possible to build all host tools in one go
(and a very minimal barebox image as an unimportant side artifact).

Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
 arch/sandbox/configs/hosttools_defconfig | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 arch/sandbox/configs/hosttools_defconfig

diff --git a/arch/sandbox/configs/hosttools_defconfig b/arch/sandbox/configs/hosttools_defconfig
new file mode 100644
index 000000000000..91b03e691ee4
--- /dev/null
+++ b/arch/sandbox/configs/hosttools_defconfig
@@ -0,0 +1,6 @@
+CONFIG_COMPILE_HOST_TOOLS=y
+CONFIG_ARCH_IMX_USBLOADER=y
+CONFIG_MVEBU_HOSTTOOLS=y
+CONFIG_MXS_HOSTTOOLS=y
+CONFIG_OMAP3_USB_LOADER=y
+CONFIG_OMAP4_HOSTTOOL_USBBOOT=y
-- 
2.28.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2020-08-28 10:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-23 21:13 [PATCH] sandbox: add a minimal defconfig to build only the host tools Roland Hieber
2020-08-23 22:39 ` [PATCH v2] " Roland Hieber
2020-08-28  6:10   ` Sascha Hauer
2020-08-28  8:40   ` Antony Pavlov
2020-08-28 10:26     ` Roland Hieber

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