Provide a basic .buildman file

Add a file containing a few extended boards to illustrate this new
buildman feature.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-08-02 17:29:07 -06:00
parent d8faec6cbf
commit 2242f545a0
2 changed files with 13 additions and 0 deletions

1
configs/acpi.config Normal file
View File

@@ -0,0 +1 @@
CONFIG_ACPIGEN=y

12
configs/extended.buildman Normal file
View File

@@ -0,0 +1,12 @@
# Build RISC-V QEMU builds with ACPI
name: acpi
fragment: acpi
targets:
qemu-riscv*
# Build Android variant of 'k3' boards, with DFU
name: am62x_dfu
fragment: am62x_r5_usbdfu
fragment: am62x_a53_android
targets:
CONFIG_SYS_SOC="k3"