summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-01-20 01:40:45 +0000
committerRyan Eatmon <reatmon@ti.com>2023-01-20 15:55:32 -0600
commitad3d14240d10970de46043ae78d8de7eed6bf884 (patch)
treee222afd4d73dbf67dd9086110bf8b490262cce3a /meta-ti-bsp
parent7ed4e33a9d80cfe6b7e79f934ea44257aa906096 (diff)
downloadmeta-ti-ad3d14240d10970de46043ae78d8de7eed6bf884.tar.gz
conf: machine: j784s4: Move common defines into j784s4.inc
Like we do with J721e, J7200, and J721s2, use a SoC header include file to define common properties. This eases adding new boards based on these SoC. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp')
-rw-r--r--meta-ti-bsp/conf/machine/include/j784s4.inc10
-rw-r--r--meta-ti-bsp/conf/machine/j784s4-evm.conf4
2 files changed, 11 insertions, 3 deletions
diff --git a/meta-ti-bsp/conf/machine/include/j784s4.inc b/meta-ti-bsp/conf/machine/include/j784s4.inc
new file mode 100644
index 00000000..d7a598d6
--- /dev/null
+++ b/meta-ti-bsp/conf/machine/include/j784s4.inc
@@ -0,0 +1,10 @@
1require conf/machine/include/j7.inc
2SOC_FAMILY:append = ":j784s4"
3
4MACHINE_FEATURES += "gpu"
5
6PREFERRED_PROVIDER_virtual/egl ?= "ti-img-rogue-umlibs"
7PREFERRED_PROVIDER_virtual/libgles1 ?= "ti-img-rogue-umlibs"
8PREFERRED_PROVIDER_virtual/libgles2 ?= "ti-img-rogue-umlibs"
9PREFERRED_PROVIDER_virtual/libgbm ?= "ti-img-rogue-umlibs"
10PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-img-rogue-driver"
diff --git a/meta-ti-bsp/conf/machine/j784s4-evm.conf b/meta-ti-bsp/conf/machine/j784s4-evm.conf
index 96acca13..10d8aad0 100644
--- a/meta-ti-bsp/conf/machine/j784s4-evm.conf
+++ b/meta-ti-bsp/conf/machine/j784s4-evm.conf
@@ -2,9 +2,7 @@
2#@NAME: J784S4 EVM 2#@NAME: J784S4 EVM
3#@DESCRIPTION: Machine configuration for the TI J784S4 EVM 3#@DESCRIPTION: Machine configuration for the TI J784S4 EVM
4 4
5require conf/machine/include/j7.inc 5require conf/machine/include/j784s4.inc
6
7MACHINE_FEATURES += "gpu"
8 6
9SERIAL_CONSOLES = "115200;ttyS2" 7SERIAL_CONSOLES = "115200;ttyS2"
10SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" 8SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"