summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVignesh Raghavendra <vigneshr@ti.com>2020-05-03 11:26:03 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-05-06 00:53:48 +0000
commit5c56f4befecdd45a8c5201743cac6dd32222d88e (patch)
tree4825feb741e831517bc86d39d180b52ba7153f78
parent2875d409694f695f5cd313ba040a53c5fde975b5 (diff)
downloadmeta-ti-5c56f4befecdd45a8c5201743cac6dd32222d88e.tar.gz
linux-ti-staging: Package PRU switch firmware for AM57xx
AM57xx PRUETH driver now support switch mode and needs prusw-fw to support switch mode. Therefore include PRU switch firmware for AM57xx builds. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-kernel/linux/linux-ti-staging_5.4.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-ti-staging_5.4.bb b/recipes-kernel/linux/linux-ti-staging_5.4.bb
index aa0b87bc..9f893ccf 100644
--- a/recipes-kernel/linux/linux-ti-staging_5.4.bb
+++ b/recipes-kernel/linux/linux-ti-staging_5.4.bb
@@ -44,8 +44,8 @@ RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_k2e = " netcp-pa-fw"
44RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_k2l = " netcp-pa-fw" 44RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_k2l = " netcp-pa-fw"
45 45
46# Add run-time dependency for PRU Ethernet firmware to the rootfs 46# Add run-time dependency for PRU Ethernet firmware to the rootfs
47RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_am57xx-evm = " prueth-fw" 47RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_am57xx-evm = " prueth-fw prusw-fw"
48RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_am57xx-hs-evm = " prueth-fw" 48RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_am57xx-hs-evm = " prueth-fw prusw-fw"
49RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_ti43x = " prueth-fw" 49RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_ti43x = " prueth-fw"
50RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_ti33x = " prueth-fw" 50RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_ti33x = " prueth-fw"
51RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_k2g = " prueth-fw" 51RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_k2g = " prueth-fw"