From 5c56f4befecdd45a8c5201743cac6dd32222d88e Mon Sep 17 00:00:00 2001 From: Vignesh Raghavendra Date: Sun, 3 May 2020 11:26:03 +0000 Subject: [PATCH] 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 Signed-off-by: Denys Dmytriyenko --- recipes-kernel/linux/linux-ti-staging_5.4.bb | 4 ++-- 1 file 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" RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_k2l = " netcp-pa-fw" # Add run-time dependency for PRU Ethernet firmware to the rootfs -RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_am57xx-evm = " prueth-fw" -RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_am57xx-hs-evm = " prueth-fw" +RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_am57xx-evm = " prueth-fw prusw-fw" +RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_am57xx-hs-evm = " prueth-fw prusw-fw" RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_ti43x = " prueth-fw" RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_ti33x = " prueth-fw" RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_k2g = " prueth-fw"