mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-27 14:28:05 +00:00
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>
This commit is contained in:
committed by
Ryan Eatmon
parent
518ffd3483
commit
cf62b56f21
@@ -11,7 +11,7 @@ MACHINE_KERNEL_PR_append = "b"
|
|||||||
PR = "${MACHINE_KERNEL_PR}"
|
PR = "${MACHINE_KERNEL_PR}"
|
||||||
|
|
||||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
COMPATIBLE_MACHINE = "j7-evm|j7-hs-evm|j721s2-evm|am62xx"
|
COMPATIBLE_MACHINE = "j7-evm|j7-hs-evm|j721s2-evm|j721s2-hs-evm|am62xx"
|
||||||
|
|
||||||
DEPENDS = "virtual/kernel"
|
DEPENDS = "virtual/kernel"
|
||||||
|
|
||||||
@@ -31,10 +31,12 @@ SRCREV = "6d3d62a15ceb85b719c35f34c6c9e35f556b406b"
|
|||||||
TARGET_PRODUCT_j7-evm = "j721e_linux"
|
TARGET_PRODUCT_j7-evm = "j721e_linux"
|
||||||
TARGET_PRODUCT_j7-hs-evm = "j721e_linux"
|
TARGET_PRODUCT_j7-hs-evm = "j721e_linux"
|
||||||
TARGET_PRODUCT_j721s2-evm = "j721s2_linux"
|
TARGET_PRODUCT_j721s2-evm = "j721s2_linux"
|
||||||
|
TARGET_PRODUCT_j721s2-hs-evm = "j721s2_linux"
|
||||||
TARGET_PRODUCT_am62xx = "am62_linux"
|
TARGET_PRODUCT_am62xx = "am62_linux"
|
||||||
TARGET_BVNC_j7-evm = "22.104.208.318"
|
TARGET_BVNC_j7-evm = "22.104.208.318"
|
||||||
TARGET_BVNC_j7-hs-evm = "22.104.208.318"
|
TARGET_BVNC_j7-hs-evm = "22.104.208.318"
|
||||||
TARGET_BVNC_j721s2-evm = "36.53.104.796"
|
TARGET_BVNC_j721s2-evm = "36.53.104.796"
|
||||||
|
TARGET_BVNC_j721s2-hs-evm = "36.53.104.796"
|
||||||
TARGET_BVNC_am62xx = "33.15.11.3"
|
TARGET_BVNC_am62xx = "33.15.11.3"
|
||||||
PVR_BUILD = "release"
|
PVR_BUILD = "release"
|
||||||
PVR_WS = "wayland"
|
PVR_WS = "wayland"
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ inherit features_check
|
|||||||
REQUIRED_MACHINE_FEATURES = "gpu"
|
REQUIRED_MACHINE_FEATURES = "gpu"
|
||||||
|
|
||||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
COMPATIBLE_MACHINE = "j7-evm|j7-hs-evm|j721s2-evm|am62xx"
|
COMPATIBLE_MACHINE = "j7-evm|j7-hs-evm|j721s2-evm|j721s2-hs-evm|am62xx"
|
||||||
|
|
||||||
PR = "r2"
|
PR = "r2"
|
||||||
|
|
||||||
@@ -20,6 +20,7 @@ SRCREV = "fba0c770b712640ab3761dbe8369d43f89f616ed"
|
|||||||
TARGET_PRODUCT_j7-evm = "j721e_linux"
|
TARGET_PRODUCT_j7-evm = "j721e_linux"
|
||||||
TARGET_PRODUCT_j7-hs-evm = "j721e_linux"
|
TARGET_PRODUCT_j7-hs-evm = "j721e_linux"
|
||||||
TARGET_PRODUCT_j721s2-evm = "j721s2_linux"
|
TARGET_PRODUCT_j721s2-evm = "j721s2_linux"
|
||||||
|
TARGET_PRODUCT_j721s2-hs-evm = "j721s2_linux"
|
||||||
TARGET_PRODUCT_am62xx = "am62_linux"
|
TARGET_PRODUCT_am62xx = "am62_linux"
|
||||||
PVR_BUILD ?= "release"
|
PVR_BUILD ?= "release"
|
||||||
PVR_WS = "wayland"
|
PVR_WS = "wayland"
|
||||||
|
|||||||
Reference in New Issue
Block a user