Currently we are no able to build with configuration fragments in our CI. With this patch buildman gets a new argument --fragments for passing a comma separated list of configuration fragments to add to the board defconfigs.
v2: add documentation and a unit test Heinrich Schuchardt (3): buildman: allow specifying configuration fragments doc/buildman: describe using fragments buildman: unit test for configuration fragments tools/buildman/builder.py | 3 ++- tools/buildman/builderthread.py | 18 +++++++++++------- tools/buildman/buildman.rst | 22 ++++++++++------------ tools/buildman/cmdline.py | 2 ++ tools/buildman/control.py | 2 +- tools/buildman/func_test.py | 15 +++++++++++++++ 6 files changed, 41 insertions(+), 21 deletions(-) -- 2.48.1