diff options
author | Ryan Eatmon <reatmon@ti.com> | 2022-02-02 20:52:50 -0600 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-02-04 17:26:46 -0600 |
commit | b51f739cf3dc55b1f5cccc1c1c782a4d53f171e3 (patch) | |
tree | 733908af3f20320c4fd8bb833a901155252a439f /recipes-bsp | |
parent | 5023dca1dec156ea6ee0865c9c95100e80ff2833 (diff) | |
download | meta-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>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb | 2 |
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 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 | ||
14 | CLEANBROKEN = "1" | 14 | CLEANBROKEN = "1" |
15 | 15 | ||
16 | COMPATIBLE_MACHINE = "j7" | 16 | COMPATIBLE_MACHINE = "j721s2-evm" |
17 | 17 | ||
18 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 18 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
19 | 19 | ||