Re: [meta-ti][master/wrynose][PATCH] meta-beagle: Fix BeagleBadge build

Judith Mendez <[email protected]> Tue, 30 Jun 2026 10:21:00 -0500
Newsgroups org.yoctoproject.lists.meta-ti
Message-ID <[email protected]>
Hi  Ryan,

On 6/29/26 5:25 PM, Ryan Eatmon wrote:
>=20
> NAK.
>=20
> You are doing this a global level and not taking into account the BSP=20
> system.=C2=A0 You need to classify the setting for these variables usin=
g=20
> existing bsp overrides:
>=20
> KERNEL_DEVICETREE_PREFIX =3D " \
>  =C2=A0=C2=A0=C2=A0 ti/k3-am62l3-badge \
> "
>=20
> KERNEL_DEVICETREE_PREFIX:bsp-ti-6_18 =3D " \
>  =C2=A0=C2=A0=C2=A0 ti/k3-am62l3-beaglebadge \
> "
>=20
> UBOOT_MACHINE =3D "am62lx_badge_defconfig"
> UBOOT_MACHINE:bsp-ti-6_18 =3D "am62lx_beaglebadge_defconfig"
>=20
>=20
> At some point in the future we can flip the default and the override to=
=20
> be the older one, but that usually comes when next/mainline/current all=
=20
> agree.

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

~ Judith

>=20
>=20
> 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]>
>> ---
>> =C2=A0 meta-beagle/conf/machine/beaglebadge-ti.conf | 4 ++--
>> =C2=A0 1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/meta-beagle/conf/machine/beaglebadge-ti.conf b/meta-=20
>> 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 ?=3D "-F -m 4096 -e 258048 -c 8500"
>> =C2=A0 UBINIZE_ARGS ?=3D "-m 4096 -p 256KiB -s 1024 -O 1024"
>> =C2=A0 KERNEL_DEVICETREE_PREFIX =3D " \
>> -=C2=A0=C2=A0=C2=A0 ti/k3-am62l3-badge \
>> +=C2=A0=C2=A0=C2=A0 ti/k3-am62l3-beaglebadge \
>> =C2=A0 "
>> =C2=A0 KERNEL_DEVICETREE =3D ""
>> -UBOOT_MACHINE =3D "am62lx_badge_defconfig"
>> +UBOOT_MACHINE =3D "am62lx_beaglebadge_defconfig"
>> =C2=A0 TFA_BOARD =3D "am62l3-badge"
>=20