mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-06 10:50:37 +00:00
conf: machine: Remove j7 grouping and j7.inc
J7 is an unneeded level of grouping that is now causing issues and leading to mistakes when adding new J7 based platforms. Each J7x family device should use the SoC name specifically to prevent accidentally adding or removing features that are not meant for the new SoC. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
committed by
Ryan Eatmon
parent
f5653ce0ae
commit
c9f9e4e9ac
@@ -1,5 +0,0 @@
|
||||
require conf/machine/include/k3.inc
|
||||
SOC_FAMILY:append = ":j7"
|
||||
|
||||
OPTEEMACHINE = "k3-j721e"
|
||||
OPTEEOUTPUTMACHINE = "k3"
|
||||
@@ -1,2 +1,5 @@
|
||||
require conf/machine/include/j7.inc
|
||||
require conf/machine/include/k3.inc
|
||||
SOC_FAMILY:append = ":j7200"
|
||||
|
||||
OPTEEMACHINE = "k3-j721e"
|
||||
OPTEEOUTPUTMACHINE = "k3"
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
require conf/machine/include/j7.inc
|
||||
require conf/machine/include/k3.inc
|
||||
SOC_FAMILY:append = ":j721e"
|
||||
|
||||
OPTEEMACHINE = "k3-j721e"
|
||||
OPTEEOUTPUTMACHINE = "k3"
|
||||
|
||||
MACHINE_FEATURES += "gpu"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/egl ?= "ti-img-rogue-umlibs"
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
require conf/machine/include/j7.inc
|
||||
require conf/machine/include/k3.inc
|
||||
SOC_FAMILY:append = ":j721s2"
|
||||
|
||||
OPTEEMACHINE = "k3-j721e"
|
||||
OPTEEOUTPUTMACHINE = "k3"
|
||||
|
||||
MACHINE_FEATURES += "gpu"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/egl ?= "ti-img-rogue-umlibs"
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
require conf/machine/include/j7.inc
|
||||
require conf/machine/include/k3.inc
|
||||
SOC_FAMILY:append = ":j784s4"
|
||||
|
||||
OPTEEMACHINE = "k3-j721e"
|
||||
OPTEEOUTPUTMACHINE = "k3"
|
||||
|
||||
MACHINE_FEATURES += "gpu"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/egl ?= "ti-img-rogue-umlibs"
|
||||
|
||||
Reference in New Issue
Block a user