| Message ID | 20260219195203.4121217-1-reatmon@ti.com |
|---|---|
| State | Accepted |
| Delegated to: | Ryan Eatmon |
| Headers | show |
| Series | [meta-ti,master] conf: j722s: Add usbdfu tie-test-builds config | expand |
meta-ti / na / 20260219195203.4121217-1-reatmon
PRC Results: FAIL
=========================================================
check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
WARN - [meta-ti][master][PATCH] conf: j722s: Add usbdfu tie-test-builds config
WARN: Commit message does not include file/recipe name: conf: j722s: Add usbdfu tie-test-builds config. (COMMIT-MESSAGE-2)
patch
WARN: Commit message should not include directory path to recipe: conf: j722s: 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] conf: j722s: Add usbdfu tie-test-builds config
- Submitter: From: Ryan Eatmon <reatmon@ti.com>
- Date: Date: Thu, 19 Feb 2026 13:52:03 -0600
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 246b6bb123a6e21f3f0308fc4d9e40794ca6de57
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.202602181811
- Commit SHA: ee9f5e1dfe817fc192908d420d840668b7aa7100
Patches
----------------------------------------
All patches applied
=========================================================
check-yocto-repo: FAIL
=========================================================
master
=====================
FAIL
ERROR: Missing Upstream-Status in patch file. (UPSTREAM-STATUS-1)
found.patch
For details on the above errors/warnings visit: https://lists.yoctoproject.org/g/meta-ti/wiki/40887
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"
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/j722s-evm-k3r5.conf | 8 ++++++++ 1 file changed, 8 insertions(+)