summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorPraneeth Bajjuri <praneeth@ti.com>2021-11-18 16:40:26 -0600
committerYogesh Siraswar <yogeshs@ti.com>2021-11-18 23:59:51 +0000
commit9e1ba1f2e4b8994cdf0004689b3d1d0c7fb99d2e (patch)
tree0313a1b6fa3635b80e03cdd4e4fa38f27e3c5130 /recipes-kernel
parent194d0bdc71247f59f0d4713f0f43a216803a75f1 (diff)
downloadmeta-ti-9e1ba1f2e4b8994cdf0004689b3d1d0c7fb99d2e.tar.gz
vxd-dec-fw: Add the recipe for vxd-dec-fw
Add the firmware packaging recipe for the video decoder for j721e. Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.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 5e5241c9..76b7a508 100644
--- a/recipes-kernel/linux/kernel-rdepends.inc
+++ b/recipes-kernel/linux/kernel-rdepends.inc
@@ -39,3 +39,6 @@ RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_am64xx-evm = " prueth-fw-am65x-sr2"
39 39
40# Add run-time dependency for Cadence MHDP firmware to the rootfs 40# Add run-time dependency for Cadence MHDP firmware to the rootfs
41RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_j7 = " cadence-mhdp-fw" 41RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_j7 = " cadence-mhdp-fw"
42
43# Add run-time dependency for Video Decoding firmware to the rootfs
44RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_j7 = " vxd-dec-fw"