diff options
author | Ryan Eatmon <reatmon@ti.com> | 2022-04-18 13:43:08 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-04-18 17:17:38 -0500 |
commit | 299681899e5a0a292e290566fb2cc45c95b65a2b (patch) | |
tree | 15bd6d7f41a90b59d43cee1c58a84119b54b89d0 /recipes-graphics/libgles | |
parent | aadaf8e9a5584da4fce8c6d560cc5b2d79f7e627 (diff) | |
download | meta-ti-299681899e5a0a292e290566fb2cc45c95b65a2b.tar.gz |
ti-graphics: Add j7-hs-evm as a compatible machine.
The recent change to explicitly list the compatible machines is missing the j7-hs-evm.
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'recipes-graphics/libgles')
-rw-r--r-- | recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb b/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb index e00dce99..0f3f9192 100644 --- a/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb +++ b/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb | |||
@@ -8,7 +8,7 @@ inherit features_check | |||
8 | REQUIRED_MACHINE_FEATURES = "gpu" | 8 | REQUIRED_MACHINE_FEATURES = "gpu" |
9 | 9 | ||
10 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 10 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
11 | COMPATIBLE_MACHINE = "j7-evm|j721s2-evm|am62xx" | 11 | COMPATIBLE_MACHINE = "j7-evm|j7-hs-evm|j721s2-evm|am62xx" |
12 | 12 | ||
13 | PR = "r1" | 13 | PR = "r1" |
14 | 14 | ||
@@ -18,6 +18,7 @@ SRC_URI = "git://git.ti.com/graphics/ti-img-rogue-umlibs.git;branch=${BRANCH}" | |||
18 | SRCREV = "47c3ffc44f2881397d45c8a2b5dfa7d6c58b79fb" | 18 | SRCREV = "47c3ffc44f2881397d45c8a2b5dfa7d6c58b79fb" |
19 | 19 | ||
20 | TARGET_PRODUCT_j7-evm = "j721e_linux" | 20 | TARGET_PRODUCT_j7-evm = "j721e_linux" |
21 | TARGET_PRODUCT_j7-hs-evm = "j721e_linux" | ||
21 | TARGET_PRODUCT_j721s2-evm = "j721s2_linux" | 22 | TARGET_PRODUCT_j721s2-evm = "j721s2_linux" |
22 | TARGET_PRODUCT_am62xx = "am62_linux" | 23 | TARGET_PRODUCT_am62xx = "am62_linux" |
23 | PVR_BUILD ?= "release" | 24 | PVR_BUILD ?= "release" |