diff options
author | Ryan Eatmon <reatmon@ti.com> | 2022-04-18 13:43:08 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-04-18 17:17:38 -0500 |
commit | 299681899e5a0a292e290566fb2cc45c95b65a2b (patch) | |
tree | 15bd6d7f41a90b59d43cee1c58a84119b54b89d0 /recipes-bsp | |
parent | aadaf8e9a5584da4fce8c6d560cc5b2d79f7e627 (diff) | |
download | meta-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')
-rw-r--r-- | recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb | 4 |
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" | |||
11 | PR = "${MACHINE_KERNEL_PR}" | 11 | PR = "${MACHINE_KERNEL_PR}" |
12 | 12 | ||
13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
14 | COMPATIBLE_MACHINE = "j7-evm|j721s2-evm|am62xx" | 14 | COMPATIBLE_MACHINE = "j7-evm|j7-hs-evm|j721s2-evm|am62xx" |
15 | 15 | ||
16 | DEPENDS = "virtual/kernel" | 16 | DEPENDS = "virtual/kernel" |
17 | 17 | ||
@@ -29,9 +29,11 @@ S = "${WORKDIR}/git" | |||
29 | SRCREV = "ee0674adccac16f5b2f7cb8d5d05948706080cb5" | 29 | SRCREV = "ee0674adccac16f5b2f7cb8d5d05948706080cb5" |
30 | 30 | ||
31 | TARGET_PRODUCT_j7-evm = "j721e_linux" | 31 | TARGET_PRODUCT_j7-evm = "j721e_linux" |
32 | TARGET_PRODUCT_j7-hs-evm = "j721e_linux" | ||
32 | TARGET_PRODUCT_j721s2-evm = "j721s2_linux" | 33 | TARGET_PRODUCT_j721s2-evm = "j721s2_linux" |
33 | TARGET_PRODUCT_am62xx = "am62_linux" | 34 | TARGET_PRODUCT_am62xx = "am62_linux" |
34 | TARGET_BVNC_j7-evm = "22.104.208.318" | 35 | TARGET_BVNC_j7-evm = "22.104.208.318" |
36 | TARGET_BVNC_j7-hs-evm = "22.104.208.318" | ||
35 | TARGET_BVNC_j721s2-evm = "36.53.104.796" | 37 | TARGET_BVNC_j721s2-evm = "36.53.104.796" |
36 | TARGET_BVNC_am62xx = "33.15.11.3" | 38 | TARGET_BVNC_am62xx = "33.15.11.3" |
37 | PVR_BUILD = "release" | 39 | PVR_BUILD = "release" |