[PATCH v4 1/3] buildman: allow specifying configuration fragments
Simon Glass
sjg at chromium.org
Fri Apr 18 13:39:35 CEST 2025
On Thu, 17 Apr 2025 at 22:31, 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, e.g.
>
> tools/buildman/buildman \
> -o build \
> -k qemu-riscv64_smode \
> --fragments acpi.config
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at 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 <sjg at chromium.org>
More information about the U-Boot
mailing list