[meta-ti][wrynose][PATCH v2] ti33x/ti43x: Add prusw-fw for switch mode
MD Danish Anwar <[email protected]> Thu, 9 Jul 2026 12:47:59 +0530
| Newsgroups | org.yoctoproject.lists.meta-ti |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> --- 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/[email protected]/ 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(-) 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" base-commit: 46deb02b60023b967f71c7db610883c19ab0d184 -- 2.34.1