]> git.ipfire.org Git - thirdparty/u-boot.git/commit
buildman: Add a way to build a particular target
authorSimon Glass <sjg@chromium.org>
Tue, 17 Dec 2024 13:26:16 +0000 (06:26 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 27 May 2025 08:57:06 +0000 (09:57 +0100)
commitc3d35348069bb7a70c41e6389818bbd9a095c5db
treedbdcce453dbc7515323f002b4904ee28caf35928
parent39b815d02d7ce6af32bcf023d20243c404b75a84
buildman: Add a way to build a particular target

At present buildman only supports building the default target. Generally
this is what is wanted, but in some cases boards erroneously have a
different target for product extra files.

Add a --target option to help. Also add a comment indicating which
letters are free for new options.

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/func_test.py