summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorManorit Chawdhry <m-chawdhry@ti.com>2022-11-07 14:50:47 +0530
committerRyan Eatmon <reatmon@ti.com>2022-11-15 11:51:57 -0600
commit5333b0d34b9b4ac839165f8c152f51b1250d1cec (patch)
tree97f0e300c70e0cccedf1b3294287033b0334e3ba /recipes-bsp
parent286794b4d3a8ad4cba941743d3507238553d3b83 (diff)
downloadmeta-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-bsp')
-rw-r--r--recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb2
1 files changed, 1 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
14CLEANBROKEN = "1" 14CLEANBROKEN = "1"
15 15
16COMPATIBLE_MACHINE = "j721s2-evm|j721s2-hs-evm|j784s4-evm" 16COMPATIBLE_MACHINE = "j721s2-evm|j721s2-hs-evm|j784s4-evm|j784s4-hs-evm"
17 17
18PACKAGE_ARCH = "${MACHINE_ARCH}" 18PACKAGE_ARCH = "${MACHINE_ARCH}"
19 19