[PATCH 1/2] Allow Python packages to be dropped

Tom Rini trini at konsulko.com
Thu Aug 31 19:48:05 CEST 2023


On Thu, Aug 31, 2023 at 11:20:52AM -0600, Simon Glass wrote:

> When building in a portage chroot, we do not have the environment needed
> to build pylibfdt. It is instead build as a separate package.
> 
> Provide a build option to tell U-Boot to skip this part of the build. We
> still need it to use binman, etc. but don't need it to build its
> dependencies.
> 
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Reviewed-by: Mike Frysinger <vapier at chromium.org>
> ---
> 
>  Makefile             | 8 ++++++++

Can we do this via Kconfig instead? It looks like we don't need to do
this part of the build for coreboot, yes?  And so if we can drop it from
other builds as well that might help speed up CI.

[snip]
> +The tools-only build bytes pylibfdt by default. To disable this, use the

"build bytes" should probably be "builds" I suspect.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20230831/aba9d517/attachment.sig>


More information about the U-Boot mailing list