| Message ID | 20260701003703.1702137-1-jm@ti.com |
|---|---|
| State | Under Review |
| Delegated to: | Ryan Eatmon |
| Headers | show |
| Series | [meta-ti,master/wrynose,v2] meta-beagle: Fix BeagleBadge build | expand |
meta-ti / na / 20260701003703.1702137-1-jm
PRC Results: FAIL
=========================================================
check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
WARN - [meta-ti][master/wrynose][PATCH v2] meta-beagle: Fix BeagleBadge build
WARN: Commit message does not include file/recipe name: meta-beagle: Fix BeagleBadge build. (COMMIT-MESSAGE-2)
patch
WARN: Commit message should not include directory path to recipe: meta-beagle: Fix BeagleBadge build.
meta-beagle (COMMIT-MESSAGE-3)
patch
WARN: Revised patch missing a comment. (REVISION-1)
patch
For details on the above errors/warnings visit: https://lists.yoctoproject.org/g/meta-ti/wiki/40887
=========================================================
apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [meta-ti][master/wrynose][PATCH v2] meta-beagle: Fix BeagleBadge build
- Submitter: From: Judith Mendez <jm@ti.com>
- Date: Date: Tue, 30 Jun 2026 19:37:03 -0500
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 2f506bc5bb2492280bf15b4599604d41bae6f7bb
Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: master-wip
- Commit Author: Antonios Christidis <a-christidis@ti.com>
- Commit Subject: libsdl2: Set runtime dependency for SDL2 tests
- Commit SHA: dc30b5847fcb72eb7d6e7d4461bd5b3a492fb66b
Patches
----------------------------------------
All patches applied
wrynose
=====================
Summary:
- Patch Series: [meta-ti][master/wrynose][PATCH v2] meta-beagle: Fix BeagleBadge build
- Submitter: From: Judith Mendez <jm@ti.com>
- Date: Date: Tue, 30 Jun 2026 19:37:03 -0500
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 2f506bc5bb2492280bf15b4599604d41bae6f7bb
Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: wrynose-wip
- Commit Author: Antonios Christidis <a-christidis@ti.com>
- Commit Subject: libsdl2: Set runtime dependency for SDL2 tests
- Commit SHA: 77289b29557f8cd8d0e85eb2ef78ef333d45cf71
Patches
----------------------------------------
All patches applied
=========================================================
check-yocto-repo: FAIL
=========================================================
master
=====================
FAIL
WARN: .bbappend files might need a guard to make them check-layer compliant. (GUARD-1)
meta-ti-bsp/recipes-kernel/linux-firmware/linux-firmware_%.bbappend
For details on the above errors/warnings visit: https://lists.yoctoproject.org/g/meta-ti/wiki/40887
wrynose
=====================
FAIL
WARN: .bbappend files might need a guard to make them check-layer compliant. (GUARD-1)
meta-ti-bsp/recipes-kernel/linux-firmware/linux-firmware_%.bbappend
For details on the above errors/warnings visit: https://lists.yoctoproject.org/g/meta-ti/wiki/40887
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"
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 <jm@ti.com> --- meta-beagle/conf/machine/beaglebadge-ti.conf | 5 +++++ 1 file changed, 5 insertions(+)