]> git.dujemihanovic.xyz Git - u-boot.git/commit
global: Do not default to faking missing binaries for buildman
authorTom Rini <trini@konsulko.com>
Thu, 10 Nov 2022 02:14:50 +0000 (19:14 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 22 Nov 2022 22:13:35 +0000 (15:13 -0700)
commitb144b93ea9ed862468842a20dace2e465ea5ac9c
tree0651c9f6cbcd43c9b8af61365e697e7e08498bdd
parent85760a690d828616207b13c6148a27d5f0723485
global: Do not default to faking missing binaries for buildman

While it is possible and documented on how to re-run buildman to replace
faked required binary files after the fact, this behavior ends up being
more confusing than helpful in practice. Switch to requiring
BINMAN_ALLOW_MISSING=1 to be passed on the 'make' line to enable this
behavior.

Cc: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
Cc: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
Makefile