Re: [meta-ti][master][PATCH] conf: am62dxx-evm: Fixup packaged overlay list
Andrew Davis <[email protected]> Tue, 9 Jun 2026 15:58:56 -0500
| Newsgroups | org.yoctoproject.lists.meta-ti |
|---|---|
| Message-ID | <[email protected]> |
On 6/9/26 3:53 PM, Denys Dmytriyenko wrote: > On Tue, Jun 09, 2026 at 03:45:05PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote: >> >> I assume this is for wrynose as well? If so, please make sure to >> add it on the subject going forward. >> >> >> On 6/9/2026 3:28 PM, Judith Mendez wrote: >>> 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 <[email protected]> >>> --- >>> meta-ti-bsp/conf/machine/am62dxx-evm.conf | 9 ++++++++- >>> 1 file changed, 8 insertions(+), 1 deletion(-) >>> >>> diff --git a/meta-ti-bsp/conf/machine/am62dxx-evm.conf b/meta-ti-bsp/conf/machine/am62dxx-evm.conf >>> index ef9df2f7..c776ffbf 100644 >>> --- a/meta-ti-bsp/conf/machine/am62dxx-evm.conf >>> +++ b/meta-ti-bsp/conf/machine/am62dxx-evm.conf >>> @@ -7,7 +7,14 @@ require conf/machine/include/am62dxx.inc >>> KERNEL_DEVICETREE_PREFIX = " \ >>> ti/k3-am62d2 \ >>> ti/k3-am62a7-sk-edgeai \ >>> - ti/k3-am62x-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 \ > > Why are these needed? Shouldn't the first removed more generic prefix cover > them all? > > >>> + ti/k3-am62a7-sk-mcan.dtbo \ Also this one isn't a prefix, it is just a full DTBO file, why not: ti/k3-am62a7-sk or some smaller prefix so we get all the future new overlays. Andrew >>> ti/k3-am62a7-sk-rpi-hdr-ehrpwm \ >>> ti/k3-am62a7-sk-e3-max-opp \ >>> " >>> >>> >>> -=-=-=-=-=-=-=-=-=-=-=- >>> Links: You receive all messages sent to this group. >>> View/Reply Online (#19996): https://lists.yoctoproject.org/g/meta-ti/message/19996 >>> Mute This Topic: https://lists.yoctoproject.org/mt/119730108/3619733 >>> Group Owner: [email protected] >>> Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] >>> -=-=-=-=-=-=-=-=-=-=-=- >>>