Files
u-boot/configs/extended.buildman
Simon Glass 2242f545a0 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>
2025-08-04 19:37:20 +00:00

13 lines
237 B
Plaintext

# 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"