]> git.dujemihanovic.xyz Git - u-boot.git/commit
buildman: Allow skipping the dtc build
authorSimon Glass <sjg@chromium.org>
Thu, 15 Aug 2024 19:57:45 +0000 (13:57 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 26 Sep 2024 10:40:30 +0000 (12:40 +0200)
commitba134c35316e275fd8708cf20794f61526d6420a
treea377d9fd176f37a8b12d7de7c3e01fddf844c42d
parentbf984a6a0073f9a1bf7814ac44e72218afcb2081
buildman: Allow skipping the dtc build

For most boards, the device-tree compiler is built in-tree, ignoring the
system version. Add a special option to skip this build. This can be
useful when the system dtc is up-to-date, as it speeds up the build.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/builder.py
tools/buildman/builderthread.py
tools/buildman/buildman.rst
tools/buildman/cmdline.py
tools/buildman/control.py
tools/buildman/test.py