diff options
| author | Ryan Eatmon <reatmon@ti.com> | 2026-01-21 11:05:34 -0600 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2026-01-23 10:15:24 -0600 |
| commit | 69deabbd853d13837f616aaa641ae01814061c12 (patch) | |
| tree | 5f3deb2c30a84c87e1ff4172d3cf0f403361cd26 /meta-ti-bsp | |
| parent | bd7a32b60368add06d1d8d9dc0028503a4a72bae (diff) | |
| download | meta-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.conf | 6 |
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 @@ | |||
| 5 | require conf/machine/include/k3r5.inc | 5 | require conf/machine/include/k3r5.inc |
| 6 | 6 | ||
| 7 | UBOOT_MACHINE = "am65x_evm_r5_defconfig" | 7 | UBOOT_MACHINE = "am65x_evm_r5_defconfig" |
| 8 | UBOOT_MACHINE:tie-test-builds = "" | ||
| 9 | |||
| 10 | UBOOT_CONFIG = "" | ||
| 11 | UBOOT_CONFIG:prepend:tie-test-builds = "usbdfu main" | ||
| 12 | UBOOT_CONFIG[main] = "am62x_evm_r5_defconfig" | ||
| 13 | UBOOT_CONFIG[usbdfu] = "am65x_evm_r5_usbdfu_defconfig" | ||
