summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2026-01-21 11:05:34 -0600
committerRyan Eatmon <reatmon@ti.com>2026-01-23 10:15:24 -0600
commit69deabbd853d13837f616aaa641ae01814061c12 (patch)
tree5f3deb2c30a84c87e1ff4172d3cf0f403361cd26 /meta-ti-bsp
parentbd7a32b60368add06d1d8d9dc0028503a4a72bae (diff)
downloadmeta-ti-69deabbd853d13837f616aaa641ae01814061c12.tar.gz
conf: am65: Add usbdfu tie-test-builds config
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>
Diffstat (limited to 'meta-ti-bsp')
-rw-r--r--meta-ti-bsp/conf/machine/am65xx-evm-k3r5.conf6
1 files changed, 6 insertions, 0 deletions
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 @@
5require conf/machine/include/k3r5.inc 5require conf/machine/include/k3r5.inc
6 6
7UBOOT_MACHINE = "am65x_evm_r5_defconfig" 7UBOOT_MACHINE = "am65x_evm_r5_defconfig"
8UBOOT_MACHINE:tie-test-builds = ""
9
10UBOOT_CONFIG = ""
11UBOOT_CONFIG:prepend:tie-test-builds = "usbdfu main"
12UBOOT_CONFIG[main] = "am62x_evm_r5_defconfig"
13UBOOT_CONFIG[usbdfu] = "am65x_evm_r5_usbdfu_defconfig"