mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-07 11:20:45 +00:00
ti-sgx-ddk-um: only the am65xx member of the k3 family is supported
The AM65xx is the only member of the K3 family with an SGX GPU. Be specific here to avoid confusion. Signed-off-by: Andrew Davis <afd@ti.com> Tested-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
committed by
Ryan Eatmon
parent
4d3664d918
commit
b95d0f999e
@@ -8,7 +8,7 @@ inherit features_check
|
||||
REQUIRED_MACHINE_FEATURES = "gpu"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k3"
|
||||
COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|am65xx"
|
||||
|
||||
PR = "r37"
|
||||
|
||||
@@ -20,7 +20,7 @@ SRCREV = "742cf38aba13e1ba1a910cf1f036a1a212c263b6"
|
||||
TARGET_PRODUCT:omap-a15 = "jacinto6evm"
|
||||
TARGET_PRODUCT:ti33x = "ti335x"
|
||||
TARGET_PRODUCT:ti43x = "ti437x"
|
||||
TARGET_PRODUCT:k3 = "ti654x"
|
||||
TARGET_PRODUCT:am65xx = "ti654x"
|
||||
|
||||
INITSCRIPT_NAME = "rc.pvr"
|
||||
INITSCRIPT_PARAMS = "defaults 8"
|
||||
|
||||
Reference in New Issue
Block a user