mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-27 14:28:05 +00:00
conf: am62: Add usbdfu tie-test-builds configs
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>
This commit is contained in:
@@ -5,5 +5,13 @@
|
|||||||
require conf/machine/include/k3r5.inc
|
require conf/machine/include/k3r5.inc
|
||||||
|
|
||||||
UBOOT_MACHINE = "am62ax_evm_r5_defconfig"
|
UBOOT_MACHINE = "am62ax_evm_r5_defconfig"
|
||||||
|
UBOOT_MACHINE:tie-test-builds = ""
|
||||||
|
|
||||||
|
UBOOT_CONFIG = ""
|
||||||
|
UBOOT_CONFIG:tie-test-builds = "usbdfu main"
|
||||||
|
UBOOT_CONFIG[main] = "am62ax_evm_r5_defconfig"
|
||||||
|
UBOOT_CONFIG[usbdfu] = "am62ax_evm_r5_defconfig"
|
||||||
|
|
||||||
|
UBOOT_CONFIG_FRAGMENTS[usbdfu] = "am62x_r5_usbdfu.config"
|
||||||
|
|
||||||
UBOOT_FRAGMENTS:ti-falcon = "k3_r5_falcon.config"
|
UBOOT_FRAGMENTS:ti-falcon = "k3_r5_falcon.config"
|
||||||
|
|||||||
@@ -5,5 +5,14 @@
|
|||||||
require conf/machine/include/k3r5.inc
|
require conf/machine/include/k3r5.inc
|
||||||
|
|
||||||
UBOOT_MACHINE = "am62px_evm_r5_defconfig"
|
UBOOT_MACHINE = "am62px_evm_r5_defconfig"
|
||||||
|
UBOOT_MACHINE:tie-test-builds = ""
|
||||||
|
|
||||||
|
UBOOT_CONFIG = ""
|
||||||
|
UBOOT_CONFIG:tie-test-builds = "usbdfu main"
|
||||||
|
|
||||||
|
UBOOT_CONFIG[main] = "am62px_evm_r5_defconfig"
|
||||||
|
UBOOT_CONFIG[usbdfu] = "am62px_evm_r5_defconfig"
|
||||||
|
|
||||||
|
UBOOT_CONFIG_FRAGMENTS[usbdfu] = "am62x_r5_usbdfu.config"
|
||||||
|
|
||||||
UBOOT_FRAGMENTS:ti-falcon = "k3_r5_falcon.config"
|
UBOOT_FRAGMENTS:ti-falcon = "k3_r5_falcon.config"
|
||||||
|
|||||||
@@ -5,5 +5,13 @@
|
|||||||
require conf/machine/include/k3r5.inc
|
require conf/machine/include/k3r5.inc
|
||||||
|
|
||||||
UBOOT_MACHINE = "am62x_evm_r5_defconfig"
|
UBOOT_MACHINE = "am62x_evm_r5_defconfig"
|
||||||
|
UBOOT_MACHINE:tie-test-builds = ""
|
||||||
|
|
||||||
|
UBOOT_CONFIG = ""
|
||||||
|
UBOOT_CONFIG:tie-test-builds = "usbdfu main"
|
||||||
|
UBOOT_CONFIG[main] = "am62x_evm_r5_defconfig"
|
||||||
|
UBOOT_CONFIG[usbdfu] = "am62x_evm_r5_defconfig"
|
||||||
|
|
||||||
|
UBOOT_CONFIG_FRAGMENTS[usbdfu] = "am62x_r5_usbdfu.config"
|
||||||
|
|
||||||
UBOOT_FRAGMENTS:ti-falcon = "k3_r5_falcon.config"
|
UBOOT_FRAGMENTS:ti-falcon = "k3_r5_falcon.config"
|
||||||
|
|||||||
@@ -5,5 +5,13 @@
|
|||||||
require conf/machine/include/k3r5.inc
|
require conf/machine/include/k3r5.inc
|
||||||
|
|
||||||
UBOOT_MACHINE = "am62x_lpsk_r5_defconfig"
|
UBOOT_MACHINE = "am62x_lpsk_r5_defconfig"
|
||||||
|
UBOOT_MACHINE:tie-test-builds = ""
|
||||||
|
|
||||||
|
UBOOT_CONFIG = ""
|
||||||
|
UBOOT_CONFIG:tie-test-builds = "usbdfu main"
|
||||||
|
UBOOT_CONFIG[main] = "am62x_lpsk_r5_defconfig"
|
||||||
|
UBOOT_CONFIG[usbdfu] = "am62x_lpsk_r5_defconfig"
|
||||||
|
|
||||||
|
UBOOT_CONFIG_FRAGMENTS[usbdfu] = "am62x_r5_usbdfu.config"
|
||||||
|
|
||||||
UBOOT_FRAGMENTS:ti-falcon = "k3_r5_falcon.config"
|
UBOOT_FRAGMENTS:ti-falcon = "k3_r5_falcon.config"
|
||||||
|
|||||||
Reference in New Issue
Block a user