]> git.dujemihanovic.xyz Git - u-boot.git/commit
buildman: Show board list with -x
authorSimon Glass <sjg@chromium.org>
Thu, 11 Jul 2024 08:10:04 +0000 (09:10 +0100)
committerSimon Glass <sjg@chromium.org>
Fri, 26 Jul 2024 14:01:06 +0000 (08:01 -0600)
commite8effc385496d76a6cbaf9683dfede96ac634f72
tree6bb8a4e88c9cca5b1df70f1e21584a1f541db65f
parentbbef829f9d07236d92f5b2dbbb1129e72fe6127b
buildman: Show board list with -x

When -x is used, buildman does not show the list of boards that will be
built, since there are no terms which cause boards to be added, only
terms which cause them to be removed.

Add a special case to fix this.

Signed-off-by: Simon Glass <sjg@chromium.org>
Tested-by: Tom Rini <trini@konsulko.com>
tools/buildman/control.py