summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2026-02-19 12:18:16 -0600
committerRyan Eatmon <reatmon@ti.com>2026-02-19 14:10:01 -0600
commita8e59d34c4812042c299e85927dec6332ab23d0f (patch)
tree038793c421bbd417cfdd8605c36997b0d084d8d8 /meta-ti-bsp/conf/machine
parent82f15401cd6b66da763046b87a1f38be12c5b6f0 (diff)
downloadmeta-ti-a8e59d34c4812042c299e85927dec6332ab23d0f.tar.gz
conf: j722s: 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/conf/machine')
-rw-r--r--meta-ti-bsp/conf/machine/j722s-evm-k3r5.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/j722s-evm-k3r5.conf b/meta-ti-bsp/conf/machine/j722s-evm-k3r5.conf
index fcdf3e8a..5df4edfe 100644
--- a/meta-ti-bsp/conf/machine/j722s-evm-k3r5.conf
+++ b/meta-ti-bsp/conf/machine/j722s-evm-k3r5.conf
@@ -5,3 +5,11 @@
5require conf/machine/include/k3r5.inc 5require conf/machine/include/k3r5.inc
6 6
7UBOOT_MACHINE = "j722s_evm_r5_defconfig" 7UBOOT_MACHINE = "j722s_evm_r5_defconfig"
8UBOOT_MACHINE:tie-test-builds = ""
9
10UBOOT_CONFIG = "main"
11UBOOT_CONFIG:prepend:tie-test-builds = "usbdfu "
12UBOOT_CONFIG[main] = "j722s_evm_r5_defconfig"
13UBOOT_CONFIG[usbdfu] = "j722s_evm_r5_defconfig"
14
15UBOOT_CONFIG_FRAGMENTS[usbdfu] = "am62x_r5_usbdfu.config"