[PATCH 1/1] buildman: allow specifying configuration fragments
Simon Glass
sjg at chromium.org
Fri Dec 20 18:37:43 CET 2024
Hi Heinrich,
On Thu, 19 Dec 2024 at 17:22, Heinrich Schuchardt
<heinrich.schuchardt at 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.schuchardt at 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
More information about the U-Boot
mailing list