
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@chromium.org Reviewed-by: Mike Frysinger vapier@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.