diff options
| author | Vignesh Raghavendra <vigneshr@ti.com> | 2020-05-03 11:26:03 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2020-05-06 00:53:48 +0000 |
| commit | 5c56f4befecdd45a8c5201743cac6dd32222d88e (patch) | |
| tree | 4825feb741e831517bc86d39d180b52ba7153f78 | |
| parent | 2875d409694f695f5cd313ba040a53c5fde975b5 (diff) | |
| download | meta-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.bb | 4 |
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" | |||
| 44 | RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_k2l = " netcp-pa-fw" | 44 | RDEPENDS_${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 |
| 47 | RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_am57xx-evm = " prueth-fw" | 47 | RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_am57xx-evm = " prueth-fw prusw-fw" |
| 48 | RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_am57xx-hs-evm = " prueth-fw" | 48 | RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_am57xx-hs-evm = " prueth-fw prusw-fw" |
| 49 | RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_ti43x = " prueth-fw" | 49 | RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_ti43x = " prueth-fw" |
| 50 | RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_ti33x = " prueth-fw" | 50 | RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_ti33x = " prueth-fw" |
| 51 | RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_k2g = " prueth-fw" | 51 | RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_k2g = " prueth-fw" |
