Couple minor comments regarding the subject tags: 1. You want to specify the target release branch, such as "kirkstone", not the intermediate branches, like "*-wip" or "*-next".
2. We want to keep master up-to-date and in most cases the change is quite straightforward and applies to both master and kirkstone, so it's best to specify that in the tag as "master/kirkstone". And testing against those branches is highly recommended! :) On Fri, May 05, 2023 at 02:08:24PM +0530, Aradhya Bhatia via lists.yoctoproject.org wrote: > The DT name k3-am62-lp-sk.dts was adopted instead of k3-am62x-lp-sk.dts > because the community prefers avoiding the wildcard letter 'x'.[1] > > Drop the letter 'x' from the strings in KERNEL_DEVICETREE_PREFIX and > KERNEL_DEVICETREE to accurately reflect the DT names. > > Signed-off-by: Aradhya Bhatia <[email protected]> > > [1]: > https://lore.kernel.org/all/[email protected]/ > --- > meta-ti-bsp/conf/machine/am62xx-lp-evm.conf | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf > b/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf > index ba1a12a7fdb7..ce306a2a0e17 100644 > --- a/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf > +++ b/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf > @@ -5,12 +5,12 @@ > require conf/machine/include/am62xx-lp.inc > > KERNEL_DEVICETREE_PREFIX = " \ > - ti/k3-am62x-lp \ > + ti/k3-am62-lp \ > ti/k3-am625-sk \ > " > > KERNEL_DEVICETREE = " \ > - ti/k3-am62x-lp-sk.dtb \ > + ti/k3-am62-lp-sk.dtb \ > " > > SPL_BINARY = "tispl.bin_HS" > -- > 2.40.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16489): https://lists.yoctoproject.org/g/meta-ti/message/16489 Mute This Topic: https://lists.yoctoproject.org/mt/98701730/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/leave/6695321/21656/1393940836/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
