On Thu, 17 Apr 2025 at 22:31, 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, e.g. > > tools/buildman/buildman \ > -o build \ > -k qemu-riscv64_smode \ > --fragments acpi.config > > Signed-off-by: Heinrich Schuchardt <heinrich.schucha...@canonical.com> > --- > v4: > no change > v3: > Add missing argument descriptions > Always pass fragments argument where used > Avoid long lines > v2: > no change > --- > tools/buildman/builder.py | 5 ++++- > tools/buildman/builderthread.py | 18 +++++++++++------- > tools/buildman/cmdline.py | 2 ++ > tools/buildman/control.py | 3 ++- > tools/buildman/test.py | 2 +- > 5 files changed, 20 insertions(+), 10 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org>