summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/am62xx.inc
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2023-02-21 01:02:41 +0000
committerRyan Eatmon <reatmon@ti.com>2023-02-21 09:03:43 -0600
commit85742dd95246b52f9947cec772b85728d8345a07 (patch)
tree8ba9ef844b0dda04b7d2273f43b4502ffbddaf04 /meta-ti-bsp/conf/machine/include/am62xx.inc
parent9f5db9c7134cd4902a5efc070ef121bb23645a4f (diff)
downloadmeta-ti-85742dd95246b52f9947cec772b85728d8345a07.tar.gz
Revert "meta-ti-bsp: machine: Remove all gpu features"
Merged by accident. This reverts commit 51bb56b74cd2e7f7e922cce84a023f669291ef00. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include/am62xx.inc')
-rw-r--r--meta-ti-bsp/conf/machine/include/am62xx.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am62xx.inc b/meta-ti-bsp/conf/machine/include/am62xx.inc
index 35f3f071..411e5265 100644
--- a/meta-ti-bsp/conf/machine/include/am62xx.inc
+++ b/meta-ti-bsp/conf/machine/include/am62xx.inc
@@ -1,11 +1,15 @@
1require conf/machine/include/k3.inc 1require conf/machine/include/k3.inc
2SOC_FAMILY:append = ":am62xx" 2SOC_FAMILY:append = ":am62xx"
3 3
4MACHINE_FEATURES += "screen touchscreen" 4MACHINE_FEATURES += "screen touchscreen gpu"
5 5
6SERIAL_CONSOLES = "115200;ttyS2" 6SERIAL_CONSOLES = "115200;ttyS2"
7SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" 7SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
8 8
9PREFERRED_PROVIDER_virtual/egl ?= "ti-img-rogue-umlibs"
10PREFERRED_PROVIDER_virtual/libgles1 ?= "ti-img-rogue-umlibs"
11PREFERRED_PROVIDER_virtual/libgles2 ?= "ti-img-rogue-umlibs"
12PREFERRED_PROVIDER_virtual/libgbm ?= "ti-img-rogue-umlibs"
9PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-img-rogue-driver" 13PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-img-rogue-driver"
10 14
11TFA_BOARD = "lite" 15TFA_BOARD = "lite"