]> git.ipfire.org Git - thirdparty/u-boot.git/commit - .gitlab-ci.yml
buildman: Add --allow-missing flag to allow missing blobs
authorTom Rini <trini@konsulko.com>
Thu, 10 Nov 2022 02:14:53 +0000 (19:14 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 22 Nov 2022 22:13:35 +0000 (15:13 -0700)
commitd7713ad36f1d219f6aab87ab2f5bcce2d3c2fafe
tree8ce6169a620610943588b4838db07299656c7695
parent5f319fa728d0693ca89da741e2f47566e97ae69b
buildman: Add --allow-missing flag to allow missing blobs

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@prevas.dk>
Cc: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
.azure-pipelines.yml
.gitlab-ci.yml
tools/buildman/bsettings.py
tools/buildman/builder.py
tools/buildman/builderthread.py
tools/buildman/buildman.rst
tools/buildman/cmdline.py
tools/buildman/control.py
tools/buildman/func_test.py