| Message ID | 20260609221136.18510-1-jm@ti.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-ti,master/wrynose,v2] conf: am62dxx-evm: Fixup packaged overlay list | expand |
meta-ti / na / 20260609221136.18510-1-jm
PRC Results: PASS
=========================================================
check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
WARN - [meta-ti][master/wrynose][PATCH v2] conf: am62dxx-evm: Fixup packaged overlay list
WARN: Commit message should not include directory path to recipe: 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 v2] conf: am62dxx-evm: Fixup packaged overlay list
- Submitter: From: Judith Mendez <jm@ti.com>
- Date: Date: Tue, 9 Jun 2026 17:11:36 -0500
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 06dc19bf8d9aa9edee36b2e80d9ae413c710eaae
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 v2] conf: am62dxx-evm: Fixup packaged overlay list
- Submitter: From: Judith Mendez <jm@ti.com>
- Date: Date: Tue, 9 Jun 2026 17:11:36 -0500
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 06dc19bf8d9aa9edee36b2e80d9ae413c710eaae
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 mostly to include the new k3-am62a7-sk-mcan.dtbo without dropping applicable overlays. Signed-off-by: Judith Mendez <jm@ti.com> --- meta-ti-bsp/conf/machine/am62dxx-evm.conf | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-)