| Message ID | 20260708104058.1287917-1-danishanwar@ti.com |
|---|---|
| State | Under Review |
| Delegated to: | Ryan Eatmon |
| Headers | show |
| Series | [meta-ti,wrynose] meta-ti-bsp: Add prusw-fw for ti33x and ti43x | expand |
meta-ti / na / 20260708104058.1287917-1-danishanwar
PRC Results: FAIL
=========================================================
check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
WARN - [meta-ti][wrynose][PATCH] meta-ti-bsp: Add prusw-fw for ti33x and ti43x
WARN: Commit message does not include file/recipe name: meta-ti-bsp: Add prusw-fw for ti33x and ti43x. (COMMIT-MESSAGE-2)
patch
WARN: Commit message should not include directory path to recipe: meta-ti-bsp: Add prusw-fw for ti33x and ti43x.
meta-ti-bsp (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
=========================================================
wrynose
=====================
Summary:
- Patch Series: [meta-ti][wrynose][PATCH] meta-ti-bsp: Add prusw-fw for ti33x and ti43x
- Submitter: From: MD Danish Anwar <danishanwar@ti.com>
- Date: Date: Wed, 8 Jul 2026 16:10:58 +0530
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 473cd96b3425ba1a179caedf1fcddbf5d4b5699c
Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: wrynose-wip
- Commit Author: LCPD Automation Script <lcpdbld@list.ti.com>
- Commit Subject: CI/CD Auto-Merger: cicd.wrynose.202607021223
- Commit SHA: f24703b72226b6ccdf662379c96bd60c447e4dfc
Patches
----------------------------------------
All patches applied
=========================================================
check-yocto-repo: FAIL
=========================================================
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-ti-bsp/conf/machine/include/ti33x.inc b/meta-ti-bsp/conf/machine/include/ti33x.inc index 2b5ee53b..05e4bd80 100644 --- a/meta-ti-bsp/conf/machine/include/ti33x.inc +++ b/meta-ti-bsp/conf/machine/include/ti33x.inc @@ -84,7 +84,7 @@ EXTRA_IMAGEDEPENDS += "virtual/bootloader" MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-image-zimage" -MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "amx3-cm3 prueth-fw pruhsr-fw pruprp-fw" +MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "amx3-cm3 prueth-fw pruhsr-fw pruprp-fw prusw-fw" # List common SoC features, may need to add touchscreen for specific machines MACHINE_FEATURES = "apm usbgadget usbhost vfat ext2 alsa" diff --git a/meta-ti-bsp/conf/machine/include/ti43x.inc b/meta-ti-bsp/conf/machine/include/ti43x.inc index 0c37871a..f20a34b5 100644 --- a/meta-ti-bsp/conf/machine/include/ti43x.inc +++ b/meta-ti-bsp/conf/machine/include/ti43x.inc @@ -56,7 +56,7 @@ EXTRA_IMAGEDEPENDS += "virtual/bootloader" MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-image-zimage" -MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "amx3-cm3 prueth-fw pruhsr-fw pruprp-fw" +MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "amx3-cm3 prueth-fw pruhsr-fw pruprp-fw prusw-fw" # List common SoC features, may need to add touchscreen for specific machines MACHINE_FEATURES = "apm usbgadget usbhost vfat ext2 screen alsa"
ti33x and ti43x supports switch mode. Add prusw-fw to ti33x and ti43x so that switch firmware can be packaged for ti33x and ti43x Signed-off-by: MD Danish Anwar <danishanwar@ti.com> --- meta-ti-bsp/conf/machine/include/ti33x.inc | 2 +- meta-ti-bsp/conf/machine/include/ti43x.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) base-commit: 46deb02b60023b967f71c7db610883c19ab0d184