diff options
Diffstat (limited to 'meta-ti-bsp/conf/machine')
-rw-r--r-- | meta-ti-bsp/conf/machine/include/j784s4.inc | 10 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/j784s4-evm.conf | 4 |
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 @@ | |||
1 | require conf/machine/include/j7.inc | ||
2 | SOC_FAMILY:append = ":j784s4" | ||
3 | |||
4 | MACHINE_FEATURES += "gpu" | ||
5 | |||
6 | PREFERRED_PROVIDER_virtual/egl ?= "ti-img-rogue-umlibs" | ||
7 | PREFERRED_PROVIDER_virtual/libgles1 ?= "ti-img-rogue-umlibs" | ||
8 | PREFERRED_PROVIDER_virtual/libgles2 ?= "ti-img-rogue-umlibs" | ||
9 | PREFERRED_PROVIDER_virtual/libgbm ?= "ti-img-rogue-umlibs" | ||
10 | PREFERRED_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 | ||
5 | require conf/machine/include/j7.inc | 5 | require conf/machine/include/j784s4.inc |
6 | |||
7 | MACHINE_FEATURES += "gpu" | ||
8 | 6 | ||
9 | SERIAL_CONSOLES = "115200;ttyS2" | 7 | SERIAL_CONSOLES = "115200;ttyS2" |
10 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 8 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |