summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2022-02-02 20:52:50 -0600
committerRyan Eatmon <reatmon@ti.com>2022-02-04 17:26:46 -0600
commitb51f739cf3dc55b1f5cccc1c1c782a4d53f171e3 (patch)
tree733908af3f20320c4fd8bb833a901155252a439f
parent5023dca1dec156ea6ee0865c9c95100e80ff2833 (diff)
downloadmeta-ti-b51f739cf3dc55b1f5cccc1c1c782a4d53f171e3.tar.gz
cnm-wave-fw: lock the compatiable machine to j721s2-evm
The original recipe listed the compatible platforms to all of j7, but at this time it is limited to j721s2-evm. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb2
-rw-r--r--recipes-kernel/linux/kernel-rdepends.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb b/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb
index 3dd0f4f4..28f3440e 100644
--- a/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb
+++ b/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb
@@ -13,7 +13,7 @@ PR = "${INC_PR}.1"
13 13
14CLEANBROKEN = "1" 14CLEANBROKEN = "1"
15 15
16COMPATIBLE_MACHINE = "j7" 16COMPATIBLE_MACHINE = "j721s2-evm"
17 17
18PACKAGE_ARCH = "${MACHINE_ARCH}" 18PACKAGE_ARCH = "${MACHINE_ARCH}"
19 19
diff --git a/recipes-kernel/linux/kernel-rdepends.inc b/recipes-kernel/linux/kernel-rdepends.inc
index 2a6302af..522d9674 100644
--- a/recipes-kernel/linux/kernel-rdepends.inc
+++ b/recipes-kernel/linux/kernel-rdepends.inc
@@ -44,4 +44,4 @@ RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_j7 = " cadence-mhdp-fw"
44RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_j7 = " vxd-dec-fw" 44RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_j7 = " vxd-dec-fw"
45 45
46# Add run-time dependency for Chips&Media Wave521 firmware to the rootfs 46# Add run-time dependency for Chips&Media Wave521 firmware to the rootfs
47RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_j7 = " cnm-wave-fw" 47RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_j721s2-evm = " cnm-wave-fw"