| Message ID | 20260121204855.814231-1-reatmon@ti.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-ti,master,1/2] conf: am62: Add usbdfu tie-test-builds configs | expand |
meta-ti / na / 20260121204855.814231-1-reatmon
PRC Results: PASS
=========================================================
check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
WARN - [meta-ti][master][PATCH 1/2] conf: am62: Add usbdfu tie-test-builds configs
WARN: Commit message does not include file/recipe name: conf: am62: Add usbdfu tie-test-builds configs. (COMMIT-MESSAGE-2)
patch
WARN: Commit message should not include directory path to recipe: conf: am62: Add usbdfu tie-test-builds configs.
conf (COMMIT-MESSAGE-3)
patch
For details on the above errors/warnings visit: https://lists.yoctoproject.org/g/meta-ti/wiki/40887
WARN - [meta-ti][master][PATCH 2/2] conf: am65: Add usbdfu tie-test-builds config
WARN: Commit message does not include file/recipe name: conf: am65: Add usbdfu tie-test-builds config. (COMMIT-MESSAGE-2)
patch
WARN: Commit message should not include directory path to recipe: conf: am65: Add usbdfu tie-test-builds config.
conf (COMMIT-MESSAGE-3)
patch
For details on the above errors/warnings visit: https://lists.yoctoproject.org/g/meta-ti/wiki/40887
=========================================================
apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [meta-ti][master][PATCH 1/2] conf: am62: Add usbdfu tie-test-builds configs
- Submitter: From: Ryan Eatmon <reatmon@ti.com>
- Date: Date: Wed, 21 Jan 2026 14:48:54 -0600
- Num Patches: 2
- Mailing List (public inbox) Commit SHA: ce23367c8ed5812941f5419423cc8ff952510a07
Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: master-next
- Commit Author: LCPD Automation Script <lcpdbld@list.ti.com>
- Commit Subject: CI/CD Auto-Merger: cicd.master-ltsprep.202601210100
- Commit SHA: 7ccb6f04d3b589df321fb9957884d80ad35afb21
Patches
----------------------------------------
All patches applied
=========================================================
check-yocto-repo: PASS
=========================================================
master
=====================
PASS
=========================================================
yocto-check-layers: PASS
=========================================================
master - PASS
=====================
All checks passed
diff --git a/meta-ti-bsp/conf/machine/am62axx-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am62axx-evm-k3r5.conf index 30c7ea7e..fb2fa7cf 100644 --- a/meta-ti-bsp/conf/machine/am62axx-evm-k3r5.conf +++ b/meta-ti-bsp/conf/machine/am62axx-evm-k3r5.conf @@ -5,5 +5,13 @@ require conf/machine/include/k3r5.inc 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" diff --git a/meta-ti-bsp/conf/machine/am62pxx-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am62pxx-evm-k3r5.conf index 27cc7c40..bf82849a 100644 --- a/meta-ti-bsp/conf/machine/am62pxx-evm-k3r5.conf +++ b/meta-ti-bsp/conf/machine/am62pxx-evm-k3r5.conf @@ -5,5 +5,14 @@ require conf/machine/include/k3r5.inc 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" diff --git a/meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf index e8d7fd05..9c8147e8 100644 --- a/meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf +++ b/meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf @@ -5,5 +5,13 @@ require conf/machine/include/k3r5.inc 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" diff --git a/meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf index 8ae4af36..c65c624c 100644 --- a/meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf +++ b/meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf @@ -5,5 +5,13 @@ require conf/machine/include/k3r5.inc 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"
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> --- meta-ti-bsp/conf/machine/am62axx-evm-k3r5.conf | 8 ++++++++ meta-ti-bsp/conf/machine/am62pxx-evm-k3r5.conf | 9 +++++++++ meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf | 8 ++++++++ meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf | 8 ++++++++ 4 files changed, 33 insertions(+)