Fix BeagleBadge DT which is now k3-am62l3-beaglebadge in TI Linux 6.18 and TI U-Boot 26.01 build name which was updated alongside Linux DT name change.
Signed-off-by: Judith Mendez <[email protected]> --- meta-beagle/conf/machine/beaglebadge-ti.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta-beagle/conf/machine/beaglebadge-ti.conf b/meta-beagle/conf/machine/beaglebadge-ti.conf index 78525030..5d08f0a1 100644 --- a/meta-beagle/conf/machine/beaglebadge-ti.conf +++ b/meta-beagle/conf/machine/beaglebadge-ti.conf @@ -14,8 +14,13 @@ KERNEL_DEVICETREE_PREFIX = " \ ti/k3-am62l3-badge \ " +KERNEL_DEVICETREE_PREFIX:bsp-ti-6_18 = " \ + ti/k3-am62l3-beaglebadge \ +" + KERNEL_DEVICETREE = "" UBOOT_MACHINE = "am62lx_badge_defconfig" +UBOOT_MACHINE:bsp-ti-6_18 = "am62lx_beaglebadge_defconfig" TFA_BOARD = "am62l3-badge" -- 2.54.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#20112): https://lists.yoctoproject.org/g/meta-ti/message/20112 Mute This Topic: https://lists.yoctoproject.org/mt/120057077/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
