
1 Jul
2024
1 Jul
'24
3:57 p.m.
Hi Tom,
On Thu, 2 May 2024 at 00:17, Tom Rini trini@konsulko.com wrote:
When doing builds of a number of platforms and not intending to run the resulting binaries, we have an option already to tell buildman to just make fake binaries for linking only. Add another option to filter this from the output, to make parsing build logs easier.
Signed-off-by: Tom Rini trini@konsulko.com
Cc: Simon Glass sjg@chromium.org
tools/buildman/builder.py | 13 ++++++++++++- tools/buildman/cmdline.py | 3 +++ tools/buildman/control.py | 3 ++- 3 files changed, 17 insertions(+), 2 deletions(-)
This needs a test. See eg. testFilterMigration().
Regards, Simon