| Message ID | 20260709071759.1470961-1-danishanwar@ti.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-ti,wrynose,v2] ti33x/ti43x: Add prusw-fw for switch mode | expand |
meta-ti / na / 20260709071759.1470961-1-danishanwar
PRC Results: FAIL
=========================================================
check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
All patches passed
=========================================================
apply-yocto-patch: PASS
=========================================================
wrynose
=====================
Summary:
- Patch Series: [meta-ti][wrynose][PATCH v2] ti33x/ti43x: Add prusw-fw for switch mode
- Submitter: From: MD Danish Anwar <danishanwar@ti.com>
- Date: Date: Thu, 9 Jul 2026 12:47:59 +0530
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: b412098bdc10c1200263a093560ee7f82eabe221
Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: wrynose
- 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 support 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> --- v1 - v2: Updated commit message based on PRC warning on v1 There was one more PRC warning on v1 "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" This is unrelated to this patch. This seems to be pre existing warning. v2 is not fixing this. v1 https://lore.kernel.org/all/20260708104058.1287917-1-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