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.
v3: Add missing argument descriptions Always pass fragments argument where used Avoid long lines 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 | 5 ++++- tools/buildman/builderthread.py | 18 +++++++++++------- tools/buildman/buildman.rst | 22 ++++++++++------------ tools/buildman/cmdline.py | 2 ++ tools/buildman/control.py | 3 ++- tools/buildman/func_test.py | 15 +++++++++++++++ tools/buildman/test.py | 2 +- 7 files changed, 45 insertions(+), 22 deletions(-) -- 2.48.1