mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-01-12 01:20:20 +00:00
ti-graphics: Add j784s4-hs-evm as a compatible machine
Add HS platform to the list of compatible machines. Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
committed by
Ryan Eatmon
parent
95d1f6503c
commit
286794b4d3
@@ -11,7 +11,7 @@ MACHINE_KERNEL_PR_append = "b"
|
||||
PR = "${MACHINE_KERNEL_PR}"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
COMPATIBLE_MACHINE = "j7-evm|j7-hs-evm|j721s2-evm|j721s2-hs-evm|j784s4-evm|am62xx"
|
||||
COMPATIBLE_MACHINE = "j7-evm|j7-hs-evm|j721s2-evm|j721s2-hs-evm|j784s4-evm|j784s4-hs-evm|am62xx"
|
||||
|
||||
DEPENDS = "virtual/kernel"
|
||||
|
||||
@@ -33,6 +33,7 @@ TARGET_PRODUCT_j7-hs-evm = "j721e_linux"
|
||||
TARGET_PRODUCT_j721s2-evm = "j721s2_linux"
|
||||
TARGET_PRODUCT_j721s2-hs-evm = "j721s2_linux"
|
||||
TARGET_PRODUCT_j784s4-evm = "j784s4_linux"
|
||||
TARGET_PRODUCT_j784s4-hs-evm = "j784s4_linux"
|
||||
TARGET_PRODUCT_am62xx = "am62_linux"
|
||||
PVR_BUILD = "release"
|
||||
PVR_WS = "wayland"
|
||||
|
||||
@@ -8,7 +8,7 @@ inherit features_check
|
||||
REQUIRED_MACHINE_FEATURES = "gpu"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
COMPATIBLE_MACHINE = "j7-evm|j7-hs-evm|j721s2-evm|j721s2-hs-evm|j784s4-evm|am62xx"
|
||||
COMPATIBLE_MACHINE = "j7-evm|j7-hs-evm|j721s2-evm|j721s2-hs-evm|j784s4-evm|j784s4-hs-evm|am62xx"
|
||||
|
||||
PR = "r2"
|
||||
|
||||
@@ -22,6 +22,7 @@ TARGET_PRODUCT_j7-hs-evm = "j721e_linux"
|
||||
TARGET_PRODUCT_j721s2-evm = "j721s2_linux"
|
||||
TARGET_PRODUCT_j721s2-hs-evm = "j721s2_linux"
|
||||
TARGET_PRODUCT_j784s4-evm = "j784s4_linux"
|
||||
TARGET_PRODUCT_j784s4-hs-evm = "j784s4_linux"
|
||||
TARGET_PRODUCT_am62xx = "am62_linux"
|
||||
PVR_BUILD ?= "release"
|
||||
PVR_WS = "wayland"
|
||||
|
||||
Reference in New Issue
Block a user