summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/j721e.inc
diff options
context:
space:
mode:
authorRandolph Sapp <rs@ti.com>2023-02-24 10:12:16 +0000
committerRyan Eatmon <reatmon@ti.com>2023-02-24 08:37:42 -0600
commit38bf9791a282621bc48e9f0b9cb88748c5f331f1 (patch)
tree0c6a79d4091bf68340b82bc21ac0dc19beeaeed0 /meta-ti-bsp/conf/machine/include/j721e.inc
parent56be4618abdde45649f0f92d383d5f44e5ec6efb (diff)
downloadmeta-ti-38bf9791a282621bc48e9f0b9cb88748c5f331f1.tar.gz
meta-ti-bsp: machine: remove default preferences for egl,gles,gbm
Remove default preferences for virtual/egl, virtual/libgles and virtual/libgbm from machine configs to follow the new dependency chains via mesa in oder to support accelerated and software-rendered graphics, which is selected by virtual/gpudriver preference. Signed-off-by: Randolph Sapp <rs@ti.com> 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/j721e.inc')
-rw-r--r--meta-ti-bsp/conf/machine/include/j721e.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-ti-bsp/conf/machine/include/j721e.inc b/meta-ti-bsp/conf/machine/include/j721e.inc
index eba10d8d..74cdc0e7 100644
--- a/meta-ti-bsp/conf/machine/include/j721e.inc
+++ b/meta-ti-bsp/conf/machine/include/j721e.inc
@@ -3,10 +3,6 @@ SOC_FAMILY:append = ":j721e"
3 3
4MACHINE_FEATURES += "gpu" 4MACHINE_FEATURES += "gpu"
5 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" 6PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-img-rogue-driver"
11 7
12# On J721e the file tiboot3.bin comes from the bootloader not ti-sci-fw 8# On J721e the file tiboot3.bin comes from the bootloader not ti-sci-fw