summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/j721s2.inc
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-01-20 01:40:47 +0000
committerRyan Eatmon <reatmon@ti.com>2023-01-20 15:55:32 -0600
commit4ef78323c2029fa184ffd2b3b73e848d815701ae (patch)
tree201b796f0a6e526a97312b784f001aceda1e26f4 /meta-ti-bsp/conf/machine/include/j721s2.inc
parent86d02e62e543e341b0bed9e9874e19bf04e29c39 (diff)
downloadmeta-ti-4ef78323c2029fa184ffd2b3b73e848d815701ae.tar.gz
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>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include/j721s2.inc')
-rw-r--r--meta-ti-bsp/conf/machine/include/j721s2.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/include/j721s2.inc b/meta-ti-bsp/conf/machine/include/j721s2.inc
index 5cd74683..4959ad8f 100644
--- a/meta-ti-bsp/conf/machine/include/j721s2.inc
+++ b/meta-ti-bsp/conf/machine/include/j721s2.inc
@@ -1,6 +1,9 @@
1require conf/machine/include/j7.inc 1require conf/machine/include/k3.inc
2SOC_FAMILY:append = ":j721s2" 2SOC_FAMILY:append = ":j721s2"
3 3
4OPTEEMACHINE = "k3-j721e"
5OPTEEOUTPUTMACHINE = "k3"
6
4MACHINE_FEATURES += "gpu" 7MACHINE_FEATURES += "gpu"
5 8
6PREFERRED_PROVIDER_virtual/egl ?= "ti-img-rogue-umlibs" 9PREFERRED_PROVIDER_virtual/egl ?= "ti-img-rogue-umlibs"