[PATCH v4 11/11] buildman: Add --allow-missing flag to allow missing blobs
Simon Glass
sjg at chromium.org
Thu Nov 10 03:15:09 CET 2022
Hi Quentin & Heinrich,
On Wed, 9 Nov 2022 at 09:03, Quentin Schulz
<quentin.schulz at theobroma-systems.com> wrote:
>
> Hi Simon,
>
> On 11/8/22 00:28, Simon Glass wrote:
> > From: Tom Rini <trini at konsulko.com>
> >
> > Add a new flag to buildman so that we will in turn pass
> > BINMAN_ALLOW_MISSING=1 to 'make'. Make use of this flag in CI.
> >
> > Allow the settings file to control this.
> >
> > Cc: Rasmus Villemoes <rasmus.villemoes at prevas.dk>
> > Cc: Simon Glass <sjg at chromium.org>
> > Signed-off-by: Tom Rini <trini at konsulko.com>
> > Signed-off-by: Simon Glass <sjg at chromium.org>
> > ---
> >
> > (no changes since v3)
> >
>
> There were actually substantial changes between v3 and v4.
>
> > Changes in v3:
> > - Add tests docs and a settings-file option
> >
> > .azure-pipelines.yml | 2 +-
> > .gitlab-ci.yml | 6 +--
> > tools/buildman/bsettings.py | 16 ++++++
> > tools/buildman/builder.py | 5 +-
> > tools/buildman/builderthread.py | 2 +
> > tools/buildman/buildman.rst | 43 +++++++++++++++
> > tools/buildman/cmdline.py | 6 +++
> > tools/buildman/control.py | 29 +++++++++-
> > tools/buildman/func_test.py | 96 +++++++++++++++++++++++++++++++--
> > 9 files changed, 196 insertions(+), 9 deletions(-)
Thanks for the reviews. I'll send v5 soon.
Regards,
Simon
More information about the U-Boot
mailing list