From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([85.220.165.71]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1k9xJP-0001nX-Oy for barebox@lists.infradead.org; Sun, 23 Aug 2020 21:14:00 +0000 From: Roland Hieber Date: Sun, 23 Aug 2020 23:13:43 +0200 Message-Id: <20200823211343.25189-1-rhi@pengutronix.de> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH] sandbox: add a minimal defconfig to build only the host tools 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 --- 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