summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorJayesh Choudhary <j-choudhary@ti.com>2022-06-07 16:05:28 +0530
committerRyan Eatmon <reatmon@ti.com>2022-06-15 13:47:15 -0500
commitcf62b56f2199488ebb89db3bd901c899b5784c00 (patch)
treebe8ca12961fb877cb36a0034850363f1674ac591 /recipes-graphics
parent518ffd348307808d949eff244b20406111fda94b (diff)
downloadmeta-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')
-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 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
8REQUIRED_MACHINE_FEATURES = "gpu" 8REQUIRED_MACHINE_FEATURES = "gpu"
9 9
10PACKAGE_ARCH = "${MACHINE_ARCH}" 10PACKAGE_ARCH = "${MACHINE_ARCH}"
11COMPATIBLE_MACHINE = "j7-evm|j7-hs-evm|j721s2-evm|am62xx" 11COMPATIBLE_MACHINE = "j7-evm|j7-hs-evm|j721s2-evm|j721s2-hs-evm|am62xx"
12 12
13PR = "r2" 13PR = "r2"
14 14
@@ -20,6 +20,7 @@ SRCREV = "fba0c770b712640ab3761dbe8369d43f89f616ed"
20TARGET_PRODUCT_j7-evm = "j721e_linux" 20TARGET_PRODUCT_j7-evm = "j721e_linux"
21TARGET_PRODUCT_j7-hs-evm = "j721e_linux" 21TARGET_PRODUCT_j7-hs-evm = "j721e_linux"
22TARGET_PRODUCT_j721s2-evm = "j721s2_linux" 22TARGET_PRODUCT_j721s2-evm = "j721s2_linux"
23TARGET_PRODUCT_j721s2-hs-evm = "j721s2_linux"
23TARGET_PRODUCT_am62xx = "am62_linux" 24TARGET_PRODUCT_am62xx = "am62_linux"
24PVR_BUILD ?= "release" 25PVR_BUILD ?= "release"
25PVR_WS = "wayland" 26PVR_WS = "wayland"