diff options
Diffstat (limited to 'recipes-graphics')
-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" |