summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorManorit Chawdhry <m-chawdhry@ti.com>2022-11-07 14:50:46 +0530
committerRyan Eatmon <reatmon@ti.com>2022-11-15 11:51:57 -0600
commit286794b4d3a8ad4cba941743d3507238553d3b83 (patch)
tree817b477dfda59fc116114d7a1bbda9452517c5a0 /recipes-graphics
parent95d1f6503c679596e29a4ed5d7a12a9d7c7a818a (diff)
downloadmeta-ti-286794b4d3a8ad4cba941743d3507238553d3b83.tar.gz
ti-graphics: Add j784s4-hs-evm as a compatible machine
Add HS platform to the list of compatible machines. Signed-off-by: Manorit Chawdhry <m-chawdhry@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 de979be0..a0a10acd 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|j721s2-hs-evm|j784s4-evm|am62xx" 11COMPATIBLE_MACHINE = "j7-evm|j7-hs-evm|j721s2-evm|j721s2-hs-evm|j784s4-evm|j784s4-hs-evm|am62xx"
12 12
13PR = "r2" 13PR = "r2"
14 14
@@ -22,6 +22,7 @@ TARGET_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_j721s2-hs-evm = "j721s2_linux"
24TARGET_PRODUCT_j784s4-evm = "j784s4_linux" 24TARGET_PRODUCT_j784s4-evm = "j784s4_linux"
25TARGET_PRODUCT_j784s4-hs-evm = "j784s4_linux"
25TARGET_PRODUCT_am62xx = "am62_linux" 26TARGET_PRODUCT_am62xx = "am62_linux"
26PVR_BUILD ?= "release" 27PVR_BUILD ?= "release"
27PVR_WS = "wayland" 28PVR_WS = "wayland"