diff options
author | Jayesh Choudhary <j-choudhary@ti.com> | 2022-06-07 16:05:28 +0530 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-06-15 13:47:15 -0500 |
commit | cf62b56f2199488ebb89db3bd901c899b5784c00 (patch) | |
tree | be8ca12961fb877cb36a0034850363f1674ac591 /recipes-bsp | |
parent | 518ffd348307808d949eff244b20406111fda94b (diff) | |
download | meta-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.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 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" | |||
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|j7-hs-evm|j721s2-evm|am62xx" | 14 | COMPATIBLE_MACHINE = "j7-evm|j7-hs-evm|j721s2-evm|j721s2-hs-evm|am62xx" |
15 | 15 | ||
16 | DEPENDS = "virtual/kernel" | 16 | DEPENDS = "virtual/kernel" |
17 | 17 | ||
@@ -31,10 +31,12 @@ SRCREV = "6d3d62a15ceb85b719c35f34c6c9e35f556b406b" | |||
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_j7-hs-evm = "j721e_linux" |
33 | TARGET_PRODUCT_j721s2-evm = "j721s2_linux" | 33 | TARGET_PRODUCT_j721s2-evm = "j721s2_linux" |
34 | TARGET_PRODUCT_j721s2-hs-evm = "j721s2_linux" | ||
34 | TARGET_PRODUCT_am62xx = "am62_linux" | 35 | TARGET_PRODUCT_am62xx = "am62_linux" |
35 | TARGET_BVNC_j7-evm = "22.104.208.318" | 36 | TARGET_BVNC_j7-evm = "22.104.208.318" |
36 | TARGET_BVNC_j7-hs-evm = "22.104.208.318" | 37 | TARGET_BVNC_j7-hs-evm = "22.104.208.318" |
37 | TARGET_BVNC_j721s2-evm = "36.53.104.796" | 38 | TARGET_BVNC_j721s2-evm = "36.53.104.796" |
39 | TARGET_BVNC_j721s2-hs-evm = "36.53.104.796" | ||
38 | TARGET_BVNC_am62xx = "33.15.11.3" | 40 | TARGET_BVNC_am62xx = "33.15.11.3" |
39 | PVR_BUILD = "release" | 41 | PVR_BUILD = "release" |
40 | PVR_WS = "wayland" | 42 | PVR_WS = "wayland" |