| Message ID | 20260610170308.19989-1-jm@ti.com |
|---|---|
| State | Under Review |
| Delegated to: | Ryan Eatmon |
| Headers | show |
| Series | [meta-ti] ][master/wrynose][PATCH v3] conf: am62dxx-evm: Fixup packaged overlay list | expand |
meta-ti / na / 20260610170308.19989-1-jm
PRC Results: PASS
=========================================================
check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
WARN - [meta-ti]][master/wrynose][PATCH v3] conf: am62dxx-evm: Fixup packaged overlay list
WARN: Commit message should not include directory path to recipe: ][master/wrynose][PATCH v3] conf: am62dxx-evm: Fixup packaged overlay list.
conf (COMMIT-MESSAGE-3)
patch
WARN: Revised patch missing a comment. (REVISION-1)
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/wrynose][PATCH v3] conf: am62dxx-evm: Fixup packaged overlay list
- Submitter: From: Judith Mendez <jm@ti.com>
- Date: Date: Wed, 10 Jun 2026 12:03:08 -0500
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 2c16a1c118d19fa6955c9853258c317a99690b25
Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: master-wip
- Commit Author: Denys Dmytriyenko (TI) <denys@konsulko.com>
- Commit Subject: README: update and clean up
- Commit SHA: d942c6acc0cc38d9c0abff27dabe40e68d41f584
Patches
----------------------------------------
All patches applied
wrynose
=====================
Summary:
- Patch Series: [meta-ti]][master/wrynose][PATCH v3] conf: am62dxx-evm: Fixup packaged overlay list
- Submitter: From: Judith Mendez <jm@ti.com>
- Date: Date: Wed, 10 Jun 2026 12:03:08 -0500
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 2c16a1c118d19fa6955c9853258c317a99690b25
Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: wrynose-wip
- Commit Author: Denys Dmytriyenko (TI) <denys@konsulko.com>
- Commit Subject: README: update and clean up
- Commit SHA: b72044c3a4b75360ad7b44c7da9847650efd65be
Patches
----------------------------------------
All patches applied
=========================================================
check-yocto-repo: PASS
=========================================================
master
=====================
PASS
wrynose
=====================
PASS
=========================================================
yocto-check-layers: PASS
=========================================================
master - PASS
=====================
All checks passed
wrynose - PASS
=====================
All checks passed
diff --git a/meta-ti-bsp/conf/machine/am62dxx-evm.conf b/meta-ti-bsp/conf/machine/am62dxx-evm.conf index ef9df2f7..b723d457 100644 --- a/meta-ti-bsp/conf/machine/am62dxx-evm.conf +++ b/meta-ti-bsp/conf/machine/am62dxx-evm.conf @@ -6,10 +6,14 @@ require conf/machine/include/am62dxx.inc KERNEL_DEVICETREE_PREFIX = " \ ti/k3-am62d2 \ - ti/k3-am62a7-sk-edgeai \ - ti/k3-am62x-sk \ - ti/k3-am62a7-sk-rpi-hdr-ehrpwm \ - ti/k3-am62a7-sk-e3-max-opp \ + ti/k3-am62a7-sk \ + ti/k3-am62x-sk-csi2 \ + ti/k3-am62x-sk-ecap-capture \ + ti/k3-am62x-sk-eqep \ + ti/k3-am62x-sk-hdmi \ + ti/k3-am62x-sk-lpm \ + ti/k3-am62x-sk-mcspi-loopback \ + ti/k3-am62x-sk-pwm \ " KERNEL_DEVICETREE = ""
Some k3-am62x-sk* overlays no longer apply to AM62A/AM62D boards, update overlay list packaged for AM62D so that the k3-am62a7-sk* overlays are included as well as the k3-am62x-sk* overlays that do apply to AM62D board. This means ti/k3-am62x-sk generic prefix must now be droped. Signed-off-by: Judith Mendez <jm@ti.com> --- Changes since v2: - Fix commmit message - Add changelog --- meta-ti-bsp/conf/machine/am62dxx-evm.conf | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-)