summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2022-07-25 14:47:51 -0500
committerRyan Eatmon <reatmon@ti.com>2022-07-26 18:21:20 -0500
commite77f90e341528b6735a60274d293e3de5ecbc135 (patch)
tree28c1709e98602cc3b2d5fba5ee7fd6be9d52d9fa
parent762f4908189fcd5f62cb259767768534264d7702 (diff)
downloadmeta-ti-e77f90e341528b6735a60274d293e3de5ecbc135.tar.gz
cadence-mhdp-fw: Lock firmware to j721e
This firmware is only applicable to the j721e platform and not all j7 devices. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--recipes-bsp/cadence-mhdp-fw/cadence-mhdp-fw_git.bb2
-rw-r--r--recipes-kernel/linux/kernel-rdepends.inc3
2 files changed, 3 insertions, 2 deletions
diff --git a/recipes-bsp/cadence-mhdp-fw/cadence-mhdp-fw_git.bb b/recipes-bsp/cadence-mhdp-fw/cadence-mhdp-fw_git.bb
index 5cbbceb6..ec102761 100644
--- a/recipes-bsp/cadence-mhdp-fw/cadence-mhdp-fw_git.bb
+++ b/recipes-bsp/cadence-mhdp-fw/cadence-mhdp-fw_git.bb
@@ -10,7 +10,7 @@ PR = "${INC_PR}.0"
10 10
11CLEANBROKEN = "1" 11CLEANBROKEN = "1"
12 12
13COMPATIBLE_MACHINE = "j7" 13COMPATIBLE_MACHINE = "j7-evm|j7-hs-evm"
14 14
15PACKAGE_ARCH = "${MACHINE_ARCH}" 15PACKAGE_ARCH = "${MACHINE_ARCH}"
16 16
diff --git a/recipes-kernel/linux/kernel-rdepends.inc b/recipes-kernel/linux/kernel-rdepends.inc
index 2ebf4948..2ac6eac4 100644
--- a/recipes-kernel/linux/kernel-rdepends.inc
+++ b/recipes-kernel/linux/kernel-rdepends.inc
@@ -38,7 +38,8 @@ RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_am65xx-evm = " prueth-fw-am65x-sr2 p
38RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_am64xx-evm = " prueth-fw-am65x-sr2" 38RDEPENDS_${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-evm = " cadence-mhdp-fw"
42RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_j7-hs-evm = " cadence-mhdp-fw"
42 43
43# Add run-time dependency for Video Decoding firmware to the rootfs 44# Add run-time dependency for Video Decoding firmware to the rootfs
44RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_j7 = " vxd-dec-fw" 45RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_j7 = " vxd-dec-fw"