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 /recipes-kernel | |
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>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/kernel-rdepends.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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" |