Attention is currently required from: Martin L Roth.
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/71730
to look at the new patch set (#3).
Change subject: util/abuild: Add flags to allow abuild to skip boards ......................................................................
util/abuild: Add flags to allow abuild to skip boards
This change adds 2 command line parameters, --skip_set and --skip_unset that allows abuild to skip boards with particular Kconfig values either set or not set.
Note that it only works on BOOL type variables.
This can be set on the abuild command line, or the JENKINS_ABUILD_OPT= variable on the make command line.
Signed-off-by: Martin Roth gaumless@gmail.com Change-Id: I43336484cf25f83065ec7facf45c123d831024b5 --- M util/abuild/abuild 1 file changed, 61 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/30/71730/3