diff options
author | Rahul T R <r-ravikumar@ti.com> | 2022-09-06 21:21:16 +0530 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-09-07 09:58:55 -0500 |
commit | ee59955b321ba44fb2343782695abb4044b2d0c8 (patch) | |
tree | 25812df41781ef29e8f82c1895d411e9acd83dc7 /recipes-bsp | |
parent | a765bbc359d319bd9859951bdd18fe60586ed14f (diff) | |
download | meta-ti-ee59955b321ba44fb2343782695abb4044b2d0c8.tar.gz |
cadence-mhdp-fw: Add dependency for j721s2
cdns mhdp bridge is present in j721s2 soc.
Add the dependency for the same
Signed-off-by: Rahul T R <r-ravikumar@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/cadence-mhdp-fw/cadence-mhdp-fw_git.bb | 2 |
1 files changed, 1 insertions, 1 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 ec102761..f4ee5f78 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 | ||
11 | CLEANBROKEN = "1" | 11 | CLEANBROKEN = "1" |
12 | 12 | ||
13 | COMPATIBLE_MACHINE = "j7-evm|j7-hs-evm" | 13 | COMPATIBLE_MACHINE = "j7-evm|j7-hs-evm|j721s2-evm|j721s2-hs-evm" |
14 | 14 | ||
15 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 15 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
16 | 16 | ||