diff options
author | Jayesh Choudhary <j-choudhary@ti.com> | 2022-06-07 16:05:28 +0530 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-06-15 13:47:15 -0500 |
commit | cf62b56f2199488ebb89db3bd901c899b5784c00 (patch) | |
tree | be8ca12961fb877cb36a0034850363f1674ac591 /recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb | |
parent | 518ffd348307808d949eff244b20406111fda94b (diff) | |
download | meta-ti-cf62b56f2199488ebb89db3bd901c899b5784c00.tar.gz |
ti-graphics: Add j721s2-hs-evm as a compatible machine
Add HS platform to the list of compatible machines.
Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com>
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.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 1bfb2b93..7921d17b 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|j7-hs-evm|j721s2-evm|am62xx" | 11 | COMPATIBLE_MACHINE = "j7-evm|j7-hs-evm|j721s2-evm|j721s2-hs-evm|am62xx" |
12 | 12 | ||
13 | PR = "r2" | 13 | PR = "r2" |
14 | 14 | ||
@@ -20,6 +20,7 @@ SRCREV = "fba0c770b712640ab3761dbe8369d43f89f616ed" | |||
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_j7-hs-evm = "j721e_linux" |
22 | TARGET_PRODUCT_j721s2-evm = "j721s2_linux" | 22 | TARGET_PRODUCT_j721s2-evm = "j721s2_linux" |
23 | TARGET_PRODUCT_j721s2-hs-evm = "j721s2_linux" | ||
23 | TARGET_PRODUCT_am62xx = "am62_linux" | 24 | TARGET_PRODUCT_am62xx = "am62_linux" |
24 | PVR_BUILD ?= "release" | 25 | PVR_BUILD ?= "release" |
25 | PVR_WS = "wayland" | 26 | PVR_WS = "wayland" |