diff options
| author | Ryan Eatmon <reatmon@ti.com> | 2026-02-19 12:18:16 -0600 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2026-02-19 14:10:01 -0600 |
| commit | a8e59d34c4812042c299e85927dec6332ab23d0f (patch) | |
| tree | 038793c421bbd417cfdd8605c36997b0d084d8d8 /meta-ti-bsp/conf/machine | |
| parent | 82f15401cd6b66da763046b87a1f38be12c5b6f0 (diff) | |
| download | meta-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.conf | 8 |
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 @@ | |||
| 5 | require conf/machine/include/k3r5.inc | 5 | require conf/machine/include/k3r5.inc |
| 6 | 6 | ||
| 7 | UBOOT_MACHINE = "j722s_evm_r5_defconfig" | 7 | UBOOT_MACHINE = "j722s_evm_r5_defconfig" |
| 8 | UBOOT_MACHINE:tie-test-builds = "" | ||
| 9 | |||
| 10 | UBOOT_CONFIG = "main" | ||
| 11 | UBOOT_CONFIG:prepend:tie-test-builds = "usbdfu " | ||
| 12 | UBOOT_CONFIG[main] = "j722s_evm_r5_defconfig" | ||
| 13 | UBOOT_CONFIG[usbdfu] = "j722s_evm_r5_defconfig" | ||
| 14 | |||
| 15 | UBOOT_CONFIG_FRAGMENTS[usbdfu] = "am62x_r5_usbdfu.config" | ||
