commit | f869a90592add8c41ccba61d5bee6e98f2318b88 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jul 11 09:10:04 2024 +0100 |
committer | Simon Glass <sjg@chromium.org> | Fri Jul 26 08:01:06 2024 -0600 |
tree | 6bb8a4e88c9cca5b1df70f1e21584a1f541db65f | |
parent | e893fb2b122cbebed095e16ee422cce106ab7b26 [diff] |
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>