summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2020-08-23 23:01:45 +0200
committerRoland Hieber <rhi@pengutronix.de>2020-08-24 00:43:02 +0200
commit502cf11a57a0385619ffa8290c56cf03d29fff46 (patch)
treedb4b83f688bf0db802f2ca242fb83a3eab93a5c8
parente67d9d78dfe0d0b8e62eb9f9456a30948566948d (diff)
downloadbarebox-patch-queue/master.tar.gz
barebox-patch-queue/master.tar.xz
sandbox: add a minimal defconfig to build only the host toolspatch-queue/master
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> Forwarded: <20200823223927.16691-1-rhi@pengutronix.de>, https://www.mail-archive.com/barebox@lists.infradead.org/msg36187.html
-rw-r--r--arch/sandbox/configs/hosttools_defconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/sandbox/configs/hosttools_defconfig b/arch/sandbox/configs/hosttools_defconfig
new file mode 100644
index 0000000000..72ec0fc462
--- /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