Hi Heinrich, On Thu, 19 Dec 2024 at 17:22, Heinrich Schuchardt <heinrich.schucha...@canonical.com> wrote: > > 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. > > tools/buildman/buildman \ > -o build \ > -k qemu-riscv64_smode \ > --fragments acpi.config > > Signed-off-by: Heinrich Schuchardt <heinrich.schucha...@canonical.com> > --- > tools/buildman/builder.py | 3 ++- > tools/buildman/builderthread.py | 18 +++++++++++------- > tools/buildman/cmdline.py | 2 ++ > tools/buildman/control.py | 2 +- > 4 files changed, 16 insertions(+), 9 deletions(-)
As per irc, please add docs and a test (you should be able to follow the tests that do similar things). Regards, Simon