diff options
author | Manorit Chawdhry <m-chawdhry@ti.com> | 2022-11-07 14:50:46 +0530 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-11-15 11:51:57 -0600 |
commit | 286794b4d3a8ad4cba941743d3507238553d3b83 (patch) | |
tree | 817b477dfda59fc116114d7a1bbda9452517c5a0 /recipes-graphics | |
parent | 95d1f6503c679596e29a4ed5d7a12a9d7c7a818a (diff) | |
download | meta-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.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 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 | |||
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|j721s2-hs-evm|j784s4-evm|am62xx" | 11 | COMPATIBLE_MACHINE = "j7-evm|j7-hs-evm|j721s2-evm|j721s2-hs-evm|j784s4-evm|j784s4-hs-evm|am62xx" |
12 | 12 | ||
13 | PR = "r2" | 13 | PR = "r2" |
14 | 14 | ||
@@ -22,6 +22,7 @@ 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_j721s2-hs-evm = "j721s2_linux" |
24 | TARGET_PRODUCT_j784s4-evm = "j784s4_linux" | 24 | TARGET_PRODUCT_j784s4-evm = "j784s4_linux" |
25 | TARGET_PRODUCT_j784s4-hs-evm = "j784s4_linux" | ||
25 | TARGET_PRODUCT_am62xx = "am62_linux" | 26 | TARGET_PRODUCT_am62xx = "am62_linux" |
26 | PVR_BUILD ?= "release" | 27 | PVR_BUILD ?= "release" |
27 | PVR_WS = "wayland" | 28 | PVR_WS = "wayland" |