Add a file containing a few extended boards to illustrate this new buildman feature. Signed-off-by: Simon Glass <sjg@chromium.org>
13 lines
237 B
Plaintext
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"
|