Attention is currently required from: Paul Menzel.
Martin L Roth has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/71730 )
Change subject: util/abuild: Add flags to allow abuild to skip boards ......................................................................
Patch Set 2:
(2 comments)
Patchset:
PS2:
abuild accepts the argument, but at least with the bool `NO_GFX_INIT` it does not seem to work: […]
Sorry, I had a couple of bugs that caused the failures - Those particular bugs are fixed now. :-/
I'm pretty sure it still won't work with what-jenkins-does excluding NO_GFX_INIT because that only gets set if the payload is set to SeaBIOS, and what-jenkins-does always sets the payload to none. So it will still build all of the platforms unless something is modified.
File util/abuild/abuild:
https://review.coreboot.org/c/coreboot/+/71730/comment/dd7a6483_a0909414 PS2, Line 639: [--skip <value>] Skip building boards with this Kconfig set
`--skip_set` and `--skip_unset`?
Done