Re: [PATCH v5 15/16] buildman: Add --allow-missing flag to allow missing blobs

2022-11-22 Thread Simon Glass
From: Tom Rini 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 Cc: Simon Glass Signed-off-by: Tom Rini Signed-off-by: Simon Glass --- Changes in v5: - Split

[PATCH v5 15/16] buildman: Add --allow-missing flag to allow missing blobs

2022-11-09 Thread Simon Glass
From: Tom Rini 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 Cc: Simon Glass Signed-off-by: Tom Rini Signed-off-by: Simon Glass --- Changes in v5: - Split