summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2021-10-26 21:22:09 +0000
committerRyan Eatmon <reatmon@ti.com>2022-02-01 09:06:28 -0600
commit641b49c6a8977e8723441be5b97a36cdd14bcc06 (patch)
tree0e39b275582017e07130eac7a4a287ec75cbb554 /recipes-kernel
parent687dae43026314c4a649bb2c7b1d53dde0bdb3c4 (diff)
downloadmeta-ti-641b49c6a8977e8723441be5b97a36cdd14bcc06.tar.gz
recipes-bsp: Add cnm-wave-fw firmware recipe
Add firmware recipe to add the Wave521cl firmware pieces in for j7 platform. Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/kernel-rdepends.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-kernel/linux/kernel-rdepends.inc b/recipes-kernel/linux/kernel-rdepends.inc
index 76b7a508..2a6302af 100644
--- a/recipes-kernel/linux/kernel-rdepends.inc
+++ b/recipes-kernel/linux/kernel-rdepends.inc
@@ -42,3 +42,6 @@ RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_j7 = " cadence-mhdp-fw"
42 42
43# Add run-time dependency for Video Decoding firmware to the rootfs 43# Add run-time dependency for Video Decoding firmware to the rootfs
44RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_j7 = " vxd-dec-fw" 44RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_j7 = " vxd-dec-fw"
45
46# Add run-time dependency for Chips&Media Wave521 firmware to the rootfs
47RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_j7 = " cnm-wave-fw"