From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kBXar-0006Nz-F8 for barebox@lists.infradead.org; Fri, 28 Aug 2020 06:10:34 +0000 Date: Fri, 28 Aug 2020 08:10:32 +0200 From: Sascha Hauer Message-ID: <20200828061032.GD4498@pengutronix.de> References: <20200823211343.25189-1-rhi@pengutronix.de> <20200823223927.16691-1-rhi@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200823223927.16691-1-rhi@pengutronix.de> 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: Re: [PATCH v2] sandbox: add a minimal defconfig to build only the host tools To: Roland Hieber Cc: Barebox Mailing List On Mon, Aug 24, 2020 at 12:39:27AM +0200, Roland Hieber wrote: > 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 > --- > 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 Applied, thanks Sascha > > 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 > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox