summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2022-04-18 13:43:08 -0500
committerRyan Eatmon <reatmon@ti.com>2022-04-18 17:17:38 -0500
commit299681899e5a0a292e290566fb2cc45c95b65a2b (patch)
tree15bd6d7f41a90b59d43cee1c58a84119b54b89d0 /recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb
parentaadaf8e9a5584da4fce8c6d560cc5b2d79f7e627 (diff)
downloadmeta-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/ti-img-rogue-umlibs_1.15.6133109.bb')
-rw-r--r--recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb3
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
8REQUIRED_MACHINE_FEATURES = "gpu" 8REQUIRED_MACHINE_FEATURES = "gpu"
9 9
10PACKAGE_ARCH = "${MACHINE_ARCH}" 10PACKAGE_ARCH = "${MACHINE_ARCH}"
11COMPATIBLE_MACHINE = "j7-evm|j721s2-evm|am62xx" 11COMPATIBLE_MACHINE = "j7-evm|j7-hs-evm|j721s2-evm|am62xx"
12 12
13PR = "r1" 13PR = "r1"
14 14
@@ -18,6 +18,7 @@ SRC_URI = "git://git.ti.com/graphics/ti-img-rogue-umlibs.git;branch=${BRANCH}"
18SRCREV = "47c3ffc44f2881397d45c8a2b5dfa7d6c58b79fb" 18SRCREV = "47c3ffc44f2881397d45c8a2b5dfa7d6c58b79fb"
19 19
20TARGET_PRODUCT_j7-evm = "j721e_linux" 20TARGET_PRODUCT_j7-evm = "j721e_linux"
21TARGET_PRODUCT_j7-hs-evm = "j721e_linux"
21TARGET_PRODUCT_j721s2-evm = "j721s2_linux" 22TARGET_PRODUCT_j721s2-evm = "j721s2_linux"
22TARGET_PRODUCT_am62xx = "am62_linux" 23TARGET_PRODUCT_am62xx = "am62_linux"
23PVR_BUILD ?= "release" 24PVR_BUILD ?= "release"