diff options
author | Manorit Chawdhry <m-chawdhry@ti.com> | 2022-11-07 14:50:47 +0530 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-11-15 11:51:57 -0600 |
commit | 5333b0d34b9b4ac839165f8c152f51b1250d1cec (patch) | |
tree | 97f0e300c70e0cccedf1b3294287033b0334e3ba | |
parent | 286794b4d3a8ad4cba941743d3507238553d3b83 (diff) | |
download | meta-ti-5333b0d34b9b4ac839165f8c152f51b1250d1cec.tar.gz |
cnm-wave-fw: add compatible for j784s4-hs-evm
Add the HS platform to the compatible list in the recipe.
Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r-- | recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb | 2 | ||||
-rw-r--r-- | recipes-kernel/linux/kernel-rdepends.inc | 1 |
2 files changed, 2 insertions, 1 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 4c9c8d31..c904ba62 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 | ||
14 | CLEANBROKEN = "1" | 14 | CLEANBROKEN = "1" |
15 | 15 | ||
16 | COMPATIBLE_MACHINE = "j721s2-evm|j721s2-hs-evm|j784s4-evm" | 16 | COMPATIBLE_MACHINE = "j721s2-evm|j721s2-hs-evm|j784s4-evm|j784s4-hs-evm" |
17 | 17 | ||
18 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 18 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
19 | 19 | ||
diff --git a/recipes-kernel/linux/kernel-rdepends.inc b/recipes-kernel/linux/kernel-rdepends.inc index 8225a5af..0a61c408 100644 --- a/recipes-kernel/linux/kernel-rdepends.inc +++ b/recipes-kernel/linux/kernel-rdepends.inc | |||
@@ -51,6 +51,7 @@ RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_j7 = " vxd-dec-fw" | |||
51 | RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_j721s2-evm = " cnm-wave-fw" | 51 | RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_j721s2-evm = " cnm-wave-fw" |
52 | RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_j721s2-hs-evm = " cnm-wave-fw" | 52 | RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_j721s2-hs-evm = " cnm-wave-fw" |
53 | RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_j784s4-evm = " cnm-wave-fw" | 53 | RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_j784s4-evm = " cnm-wave-fw" |
54 | RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_j784s4-hs-evm = " cnm-wave-fw" | ||
54 | 55 | ||
55 | # Add run-time dependency for TIFS Low Power Module stub | 56 | # Add run-time dependency for TIFS Low Power Module stub |
56 | RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_am62xx-evm = " tifs-lpm-stub" | 57 | RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_am62xx-evm = " tifs-lpm-stub" |