Hi  Ryan,

On 6/29/26 5:25 PM, Ryan Eatmon wrote:

NAK.

You are doing this a global level and not taking into account the BSP system.  You need to classify the setting for these variables using existing bsp overrides:

KERNEL_DEVICETREE_PREFIX = " \
     ti/k3-am62l3-badge \
"

KERNEL_DEVICETREE_PREFIX:bsp-ti-6_18 = " \
     ti/k3-am62l3-beaglebadge \
"

UBOOT_MACHINE = "am62lx_badge_defconfig"
UBOOT_MACHINE:bsp-ti-6_18 = "am62lx_beaglebadge_defconfig"


At some point in the future we can flip the default and the override to be the older one, but that usually comes when next/mainline/current all agree.

Ok, that is fine. I can fix and respin.

~ Judith



On 6/29/2026 4:55 PM, Judith Mendez wrote:
Fix BeagleBadge DT which is now k3-am62l3-beaglebadge and u-boot
build name which was updated alongside DT name change.

Signed-off-by: Judith Mendez <[email protected]>
---
  meta-beagle/conf/machine/beaglebadge-ti.conf | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-beagle/conf/machine/beaglebadge-ti.conf b/meta- beagle/conf/machine/beaglebadge-ti.conf
index 78525030..c29031eb 100644
--- a/meta-beagle/conf/machine/beaglebadge-ti.conf
+++ b/meta-beagle/conf/machine/beaglebadge-ti.conf
@@ -11,11 +11,11 @@ MKUBIFS_ARGS ?= "-F -m 4096 -e 258048 -c 8500"
  UBINIZE_ARGS ?= "-m 4096 -p 256KiB -s 1024 -O 1024"
  KERNEL_DEVICETREE_PREFIX = " \
-    ti/k3-am62l3-badge \
+    ti/k3-am62l3-beaglebadge \
  "
  KERNEL_DEVICETREE = ""
-UBOOT_MACHINE = "am62lx_badge_defconfig"
+UBOOT_MACHINE = "am62lx_beaglebadge_defconfig"
  TFA_BOARD = "am62l3-badge"


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#20108): 
https://lists.yoctoproject.org/g/meta-ti/message/20108
Mute This Topic: https://lists.yoctoproject.org/mt/120038451/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to