[Buildroot] including full external-toolchain

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sat Jul 25 08:46:03 UTC 2020


On Fri, 24 Jul 2020 08:38:18 -0400
kyle nahrgang <kyle.nahrgang at gmail.com> wrote:

> In an effort to reduce my build time, I've switched to building an external
> toolchain separately from my other projects. When I import this toolchain,
> I notice that only the cross compilation tools get linked, and all other
> host utilities are rebuilt.
> 
> Is there a reason that buildroot doesn't import all of the host utilities?
> Or skip host dependencies that are already installed in the host output?

Buildroot today does not have the logic to detect which host tools are
already provided, and when they are provided, if they have the right
version. So we're not re-using any host tools, with a few exceptions
(cmake for example).

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



More information about the buildroot mailing list