mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Roland Hieber <rhi@pengutronix.de>
To: Barebox Mailing List <barebox@lists.infradead.org>
Cc: Roland Hieber <rhi@pengutronix.de>
Subject: [PATCH v2] sandbox: add a minimal defconfig to build only the host tools
Date: Mon, 24 Aug 2020 00:39:27 +0200	[thread overview]
Message-ID: <20200823223927.16691-1-rhi@pengutronix.de> (raw)
In-Reply-To: <20200823211343.25189-1-rhi@pengutronix.de>

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>
---
v2:
 * also select IMD to get scripts/bareboximd

 arch/sandbox/configs/hosttools_defconfig | 7 +++++++
 1 file changed, 7 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..72ec0fc462b2
--- /dev/null
+++ b/arch/sandbox/configs/hosttools_defconfig
@@ -0,0 +1,7 @@
+CONFIG_IMD=y
+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

  reply	other threads:[~2020-08-23 22:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-23 21:13 [PATCH] " Roland Hieber
2020-08-23 22:39 ` Roland Hieber [this message]
2020-08-28  6:10   ` [PATCH v2] " Sascha Hauer
2020-08-28  8:40   ` Antony Pavlov
2020-08-28 10:26     ` Roland Hieber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200823223927.16691-1-rhi@pengutronix.de \
    --to=rhi@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox