Message ID | 20251015052836.1579479-1-p-bhagat@ti.com |
---|---|
State | New |
Headers | show |
Series | [master/scarthgap] conf: machine: am62dxx-evm: Add overlay for EQEP | expand |
meta-ti / na / 20251015052836.1579479-1-p-bhagat PRC Results: FAIL ========================================================= check-yocto-patches: PASS ========================================================= Patches ---------------------------------------- WARN - [master/scarthgap][PATCH] conf: machine: am62dxx-evm: Add overlay for EQEP WARN: Commit message should not include directory path to recipe: conf: machine: am62dxx-evm: Add overlay for EQEP. conf: machine: (COMMIT-MESSAGE-3) patch ========================================================= apply-yocto-patch: PASS ========================================================= master ===================== Summary: - Patch Series: [master/scarthgap][PATCH] conf: machine: am62dxx-evm: Add overlay for EQEP - Submitter: From: Paresh Bhagat <p-bhagat@ti.com> - Date: Date: Wed, 15 Oct 2025 10:58:36 +0530 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: 994160d65e91e4b98732e532a1137ea65ccd5fb3 Applied to: - Repository: lcpd-prc-meta-ti - Base Branch: master-wip - Commit Author: Ryan Eatmon <reatmon@ti.com> - Commit Subject: TEMP: Cleanup initramfs - Commit SHA: 1c17231ad27cb522b44b5614f39caf9d0aa99330 Patches ---------------------------------------- All patches applied scarthgap ===================== Summary: - Patch Series: [master/scarthgap][PATCH] conf: machine: am62dxx-evm: Add overlay for EQEP - Submitter: From: Paresh Bhagat <p-bhagat@ti.com> - Date: Date: Wed, 15 Oct 2025 10:58:36 +0530 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: 994160d65e91e4b98732e532a1137ea65ccd5fb3 Applied to: - Repository: lcpd-prc-meta-ti - Base Branch: scarthgap-wip - Commit Author: Andrew Davis <afd@ti.com> - Commit Subject: meta-ti-extras: dsptop: Explicitly allow build for AM57x - Commit SHA: c8c3142da3517745c28232b4c910988235c721b0 Patches ---------------------------------------- All patches applied ========================================================= check-yocto-repo: FAIL ========================================================= master ===================== FAIL WARN: You might need a " " as the first character for the :append. (APPEND-2) meta-ti-bsp/conf/machine/include/am62axx.inc:15 TI_INITRAMFS_KERNEL_MODULES:append:bsp-mainline = "kernel-module-tps6594-i2c" WARN: You might need a " " as the first character for the :append. (APPEND-2) meta-ti-bsp/conf/machine/include/am62axx.inc:16 TI_INITRAMFS_KERNEL_MODULES:append:bsp-next = "kernel-module-tps6594-i2c" Code Summary ============ APPEND-2 ------------------------------------------- :append simply takes the specified string and concatenates it directly to the variable. Most of the time we want there to spaces between entries. This check flags us to check if the missing space is actually needed. scarthgap ===================== PASS
diff --git a/meta-ti-bsp/conf/machine/am62dxx-evm.conf b/meta-ti-bsp/conf/machine/am62dxx-evm.conf index 1e41c53c..477eebf5 100644 --- a/meta-ti-bsp/conf/machine/am62dxx-evm.conf +++ b/meta-ti-bsp/conf/machine/am62dxx-evm.conf @@ -7,6 +7,7 @@ require conf/machine/include/am62dxx.inc KERNEL_DEVICETREE_PREFIX = " \ ti/k3-am62d2 \ ti/k3-am62a7-sk-edgeai \ + ti/k3-am62x-sk-eqep \ " KERNEL_DEVICETREE = ""
Add overlay for eqep for am62dxx-evm by adding prefix string in KERNEL_DEVICETREE_PREFIX. Signed-off-by: Paresh Bhagat <p-bhagat@ti.com> --- Boot logs https://gist.github.com/paresh-bhagat12/f8513c05abeb0585abcc30cfefd6a40a meta-ti-bsp/conf/machine/am62dxx-evm.conf | 1 + 1 file changed, 1 insertion(+)