diff mbox series

[meta-ti,master,2/2] conf: am65: Add usbdfu tie-test-builds config

Message ID 20260121204855.814231-2-reatmon@ti.com
State New
Headers show
Series [meta-ti,master,1/2] conf: am62: Add usbdfu tie-test-builds configs | expand

Commit Message

Ryan Eatmon Jan. 21, 2026, 8:48 p.m. UTC
Using the new UBOOT_CONFIG flow, enable a mode where additional uboot
configurations can be built along side the main config.  In this case,
turning on USBDFU for a board for testing purposes.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 meta-ti-bsp/conf/machine/am65xx-evm-k3r5.conf | 6 ++++++
 1 file changed, 6 insertions(+)
diff mbox series

Patch

diff --git a/meta-ti-bsp/conf/machine/am65xx-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am65xx-evm-k3r5.conf
index 23e302a8..4450ef57 100644
--- a/meta-ti-bsp/conf/machine/am65xx-evm-k3r5.conf
+++ b/meta-ti-bsp/conf/machine/am65xx-evm-k3r5.conf
@@ -5,3 +5,9 @@ 
 require conf/machine/include/k3r5.inc
 
 UBOOT_MACHINE = "am65x_evm_r5_defconfig"
+UBOOT_MACHINE:tie-test-builds = ""
+
+UBOOT_CONFIG = ""
+UBOOT_CONFIG:prepend:tie-test-builds = "usbdfu main"
+UBOOT_CONFIG[main] = "am62x_evm_r5_defconfig"
+UBOOT_CONFIG[usbdfu] = "am65x_evm_r5_usbdfu_defconfig"