summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
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-bsp
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-bsp')
-rw-r--r--recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb b/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb
index 718c7845..3a20d809 100644
--- a/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb
+++ b/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb
@@ -11,7 +11,7 @@ MACHINE_KERNEL_PR_append = "b"
11PR = "${MACHINE_KERNEL_PR}" 11PR = "${MACHINE_KERNEL_PR}"
12 12
13PACKAGE_ARCH = "${MACHINE_ARCH}" 13PACKAGE_ARCH = "${MACHINE_ARCH}"
14COMPATIBLE_MACHINE = "j7-evm|j7-hs-evm|j721s2-evm|am62xx" 14COMPATIBLE_MACHINE = "j7-evm|j7-hs-evm|j721s2-evm|j721s2-hs-evm|am62xx"
15 15
16DEPENDS = "virtual/kernel" 16DEPENDS = "virtual/kernel"
17 17
@@ -31,10 +31,12 @@ SRCREV = "6d3d62a15ceb85b719c35f34c6c9e35f556b406b"
31TARGET_PRODUCT_j7-evm = "j721e_linux" 31TARGET_PRODUCT_j7-evm = "j721e_linux"
32TARGET_PRODUCT_j7-hs-evm = "j721e_linux" 32TARGET_PRODUCT_j7-hs-evm = "j721e_linux"
33TARGET_PRODUCT_j721s2-evm = "j721s2_linux" 33TARGET_PRODUCT_j721s2-evm = "j721s2_linux"
34TARGET_PRODUCT_j721s2-hs-evm = "j721s2_linux"
34TARGET_PRODUCT_am62xx = "am62_linux" 35TARGET_PRODUCT_am62xx = "am62_linux"
35TARGET_BVNC_j7-evm = "22.104.208.318" 36TARGET_BVNC_j7-evm = "22.104.208.318"
36TARGET_BVNC_j7-hs-evm = "22.104.208.318" 37TARGET_BVNC_j7-hs-evm = "22.104.208.318"
37TARGET_BVNC_j721s2-evm = "36.53.104.796" 38TARGET_BVNC_j721s2-evm = "36.53.104.796"
39TARGET_BVNC_j721s2-hs-evm = "36.53.104.796"
38TARGET_BVNC_am62xx = "33.15.11.3" 40TARGET_BVNC_am62xx = "33.15.11.3"
39PVR_BUILD = "release" 41PVR_BUILD = "release"
40PVR_WS = "wayland" 42PVR_WS = "wayland"