[PATCH] buildman: Add flag to filter out missing binary blobs
Simon Glass
sjg at chromium.org
Mon Jul 1 15:57:41 CEST 2024
Hi Tom,
On Thu, 2 May 2024 at 00:17, Tom Rini <trini at 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 at konsulko.com>
> ---
> Cc: Simon Glass <sjg at 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
More information about the U-Boot
mailing list