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:
1
configs/acpi.config
Normal file
1
configs/acpi.config
Normal file
@@ -0,0 +1 @@
|
||||
CONFIG_ACPIGEN=y
|
||||
12
configs/extended.buildman
Normal file
12
configs/extended.buildman
Normal 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"
|
||||
Reference in New Issue
Block a user