| Message ID | 20260824124337.2611340-1-p-bhagat@ti.com |
|---|---|
| State | New |
| Headers | show |
| Series | [master/wrynose] recipes-core: arago-core-bundle: Simplify DTB filter for am62dxx | expand |
meta-arago / na / 20260824124337.2611340-1-p-bhagat
PRC Results: FAIL
=========================================================
check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
WARN - [master/wrynose][PATCH] recipes-core: arago-core-bundle: Simplify DTB filter for am62dxx
WARN: Commit message should not include directory path to recipe: recipes-core: arago-core-bundle: Simplify DTB filter for am62dxx.
recipes-core (COMMIT-MESSAGE-3)
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: [master/wrynose][PATCH] recipes-core: arago-core-bundle: Simplify DTB filter for am62dxx
- Submitter: From: Paresh Bhagat <p-bhagat@ti.com>
- Date: Date: Mon, 24 Aug 2026 18:13:37 +0530
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: a2382be3a1569cf030346f2a65a24103ca6cd32d
Applied to:
- Repository: lcpd-prc-meta-arago
- Base Branch: master-wip
- Commit Author: Ryan Eatmon <reatmon@ti.com>
- Commit Subject: open62541: Update verion to 1.5.6
- Commit SHA: 037e392cf0e0e89c0c8472c328fce21fc217f172
Patches
----------------------------------------
All patches applied
wrynose
=====================
Summary:
- Patch Series: [master/wrynose][PATCH] recipes-core: arago-core-bundle: Simplify DTB filter for am62dxx
- Submitter: From: Paresh Bhagat <p-bhagat@ti.com>
- Date: Date: Mon, 24 Aug 2026 18:13:37 +0530
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: a2382be3a1569cf030346f2a65a24103ca6cd32d
Applied to:
- Repository: lcpd-prc-meta-arago
- Base Branch: wrynose-wip
- Commit Author: Yogesh Hegde <y-hegde@ti.com>
- Commit Subject: systemd: drop 15-eth.network and consolidate eth interfaces in 10-eth.network
- Commit SHA: 90da0eb0b9bac7501af14cc1cf1af73b76432e42
Patches
----------------------------------------
All patches applied
=========================================================
check-yocto-repo: PASS
=========================================================
master
=====================
PASS
wrynose
=====================
PASS
=========================================================
yocto-check-layers: FAIL
=========================================================
master - FAIL
=====================
ERROR: Multiple recipes found for mesa-demos
oe-core/meta/recipes-graphics/mesa/mesa-demos_9.0.0.bb
meta-arago/meta-arago-distro/recipes-graphics/mesa/mesa-demos_git.bb
wrynose - PASS
=====================
All checks passed
diff --git a/meta-arago-distro/recipes-core/images/arago-core-bundle.inc b/meta-arago-distro/recipes-core/images/arago-core-bundle.inc index ae2c5b1b..1c79bba1 100644 --- a/meta-arago-distro/recipes-core/images/arago-core-bundle.inc +++ b/meta-arago-distro/recipes-core/images/arago-core-bundle.inc @@ -34,7 +34,7 @@ DTB_FILTER:am62xxsip-evm = "k3-am625" DTB_FILTER:am64xx = "k3-am642" DTB_FILTER:am62pxx-evm = "k3-am62p5" DTB_FILTER:am62axx = "k3-am62a7\|k3-am62x-sk\|k3-fpdlink\|k3-v3link" -DTB_FILTER:am62dxx = "k3-am62d2\|k3-am62a7-sk-edgeai\|k3-am62a7-sk-rpi-hdr-ehrpwm\|k3-am62x-sk\|k3-am62a7-sk-e3-max-opp" +DTB_FILTER:am62dxx = "k3-am62d2\|k3-am62x-sk\|k3-am62a7-sk" # K3 SoC system firmware configuration # Maps machine types to their firmware naming variants for prebuilt-images
Use k3-am62a7-sk as a prefix pattern for am62dxx to match all dtbs required instead of listing each one explicitly. Signed-off-by: Paresh Bhagat <p-bhagat@ti.com> --- meta-arago-distro/recipes-core/images/arago-core-bundle.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)