]> git.ipfire.org Git - thirdparty/u-boot.git/commit - Makefile
Allow Python packages to be dropped
authorSimon Glass <sjg@chromium.org>
Thu, 31 Aug 2023 17:20:52 +0000 (11:20 -0600)
committerBin Meng <bmeng@tinylab.org>
Thu, 21 Sep 2023 22:03:46 +0000 (06:03 +0800)
commit48bf738e3622a94b96a57055ff0f6466f5830bd4
tree94b0dfb2f0fa09f8f6becd442d8db525e093111d
parent1a075d4e0de797ac2b25adcc27ea537fa01f89cb
Allow Python packages to be dropped

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>
[s/build bytes/builds bytes in tools.rst]
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Makefile
doc/build/tools.rst
scripts/dtc/Makefile