Re: [meta-ti][master/wrynose][PATCH] meta-beagle: Fix BeagleBadge build
Ryan Eatmon <[email protected]> Mon, 29 Jun 2026 17:25:04 -0500
| Newsgroups | org.yoctoproject.lists.meta-ti |
|---|---|
| Message-ID | <[email protected]> |
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.
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"
--
Ryan Eatmon [email protected]
-----------------------------------------
Texas Instruments, Inc. - LCPD - MGTS