[PATCH v2] sandbox: add a minimal defconfig to build only the host tools

Antony Pavlov antonynpavlov at gmail.com
Fri Aug 28 04:40:58 EDT 2020


On Mon, 24 Aug 2020 00:39:27 +0200
Roland Hieber <rhi at pengutronix.de> wrote:

Hi!

> For distro packaging, make it possible to build all host tools in one go

Is there any stuff for Debian packaging?

There is u-boot-tools package for Debian distro.
Alas there is no barebox-tools package still.


> (and a very minimal barebox image as an unimportant side artifact).
> 
> Signed-off-by: Roland Hieber <rhi at 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 at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox


-- 
Best regards,
  Antony Pavlov



More information about the barebox mailing list