summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/powervr-drivers
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2022-04-18 13:43:08 -0500
committerRyan Eatmon <reatmon@ti.com>2022-04-18 17:17:38 -0500
commit299681899e5a0a292e290566fb2cc45c95b65a2b (patch)
tree15bd6d7f41a90b59d43cee1c58a84119b54b89d0 /recipes-bsp/powervr-drivers
parentaadaf8e9a5584da4fce8c6d560cc5b2d79f7e627 (diff)
downloadmeta-ti-299681899e5a0a292e290566fb2cc45c95b65a2b.tar.gz
ti-graphics: Add j7-hs-evm as a compatible machine.
The recent change to explicitly list the compatible machines is missing the j7-hs-evm. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'recipes-bsp/powervr-drivers')
-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 fbff6c51..6d2d68cd 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 = "a"
11PR = "${MACHINE_KERNEL_PR}" 11PR = "${MACHINE_KERNEL_PR}"
12 12
13PACKAGE_ARCH = "${MACHINE_ARCH}" 13PACKAGE_ARCH = "${MACHINE_ARCH}"
14COMPATIBLE_MACHINE = "j7-evm|j721s2-evm|am62xx" 14COMPATIBLE_MACHINE = "j7-evm|j7-hs-evm|j721s2-evm|am62xx"
15 15
16DEPENDS = "virtual/kernel" 16DEPENDS = "virtual/kernel"
17 17
@@ -29,9 +29,11 @@ S = "${WORKDIR}/git"
29SRCREV = "ee0674adccac16f5b2f7cb8d5d05948706080cb5" 29SRCREV = "ee0674adccac16f5b2f7cb8d5d05948706080cb5"
30 30
31TARGET_PRODUCT_j7-evm = "j721e_linux" 31TARGET_PRODUCT_j7-evm = "j721e_linux"
32TARGET_PRODUCT_j7-hs-evm = "j721e_linux"
32TARGET_PRODUCT_j721s2-evm = "j721s2_linux" 33TARGET_PRODUCT_j721s2-evm = "j721s2_linux"
33TARGET_PRODUCT_am62xx = "am62_linux" 34TARGET_PRODUCT_am62xx = "am62_linux"
34TARGET_BVNC_j7-evm = "22.104.208.318" 35TARGET_BVNC_j7-evm = "22.104.208.318"
36TARGET_BVNC_j7-hs-evm = "22.104.208.318"
35TARGET_BVNC_j721s2-evm = "36.53.104.796" 37TARGET_BVNC_j721s2-evm = "36.53.104.796"
36TARGET_BVNC_am62xx = "33.15.11.3" 38TARGET_BVNC_am62xx = "33.15.11.3"
37PVR_BUILD = "release" 39PVR_BUILD = "release"