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 <[email protected]> --- meta-ti-bsp/conf/machine/j722s-evm-k3r5.conf | 8 ++++++++ 1 file changed, 8 insertions(+) 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 @@ require conf/machine/include/k3r5.inc UBOOT_MACHINE = "j722s_evm_r5_defconfig" +UBOOT_MACHINE:tie-test-builds = "" + +UBOOT_CONFIG = "main" +UBOOT_CONFIG:prepend:tie-test-builds = "usbdfu " +UBOOT_CONFIG[main] = "j722s_evm_r5_defconfig" +UBOOT_CONFIG[usbdfu] = "j722s_evm_r5_defconfig" + +UBOOT_CONFIG_FRAGMENTS[usbdfu] = "am62x_r5_usbdfu.config" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#19552): https://lists.yoctoproject.org/g/meta-ti/message/19552 Mute This Topic: https://lists.yoctoproject.org/mt/117898778/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
