summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2023-05-01 15:33:58 +0000
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-05-08 09:57:31 +0000
commitf78dd2828b5c76cbabb3b57454549faa3ccb7576 (patch)
treec761c7023e5feb4504a2377a9b68a76c9dc7d489
parent453d85b8326525e91ba4866bba68b867a4799b34 (diff)
agl_beaglebone.inc: remove old graphics preferences
Latest TI graphics completely redone its dependencies and preferences to be aligned with upstream and use Mesa packages as proper providers for GBM, EGL, GLES, etc. components. There's no more need for local workarounds to adjust graphics settings. Note: SGX is currently set in meta-ti-bsp to fall back to software rendering and will be fixed later. Rogue in newer K3 devices is fully functioning though. Bug-AGL: SPEC-4723 Change-Id: Ifb6f594c6203924aa1b90f421d475b716c61a796 Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28743 Reviewed-by: Scott Murray <scott.murray@konsulko.com> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Tested-by: Jenkins Job builder account (cherry picked from commit d176193ef540fca9ed0c7a8d081b810ecd48946c) Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28773 ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
-rw-r--r--meta-agl-bsp/conf/include/agl_beaglebone.inc21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-agl-bsp/conf/include/agl_beaglebone.inc b/meta-agl-bsp/conf/include/agl_beaglebone.inc
index 292a54401..0f61caaaa 100644
--- a/meta-agl-bsp/conf/include/agl_beaglebone.inc
+++ b/meta-agl-bsp/conf/include/agl_beaglebone.inc
@@ -4,24 +4,3 @@
DISTRO_FEATURES:append = " agl-medium-arm-compiler"
WKS_FILE = "sdimage-bootpart-uuid.wks"
-
-#-------------------------------------------------
-## Graphics section ##
-#-------------------------------------------------
-PACKAGES_GFX = "ti-sgx-ddk-km"
-IMAGE_INSTALL:append = " ${PACKAGES_GFX}"
-
-# Enable Gfx Pkgs
-MACHINE_FEATURES:append = " gpu"
-BB_MULTI_PROVIDER_ALLOWED += "virtual/libgl virtual/egl virtual/libgles1 virtual/libgles2 virtual/libgles3"
-
-# NOTE: SGX GPU driver use disabled until TI provides updated drivers
-# that Weston 10.0.0 can be built against.
-
-# Preferred providers
-#PREFERRED_PROVIDER_virtual/libgles1 = ""
-#PREFERRED_PROVIDER_virtual/libgles2 = "ti-sgx-ddk-um"
-#PREFERRED_PROVIDER_virtual/libgles3 = "ti-sgx-ddk-um"
-#PREFERRED_PROVIDER_virtual/egl = "ti-sgx-ddk-um"
-#PREFERRED_PROVIDER_virtual/libgbm = "ti-sgx-ddk-um"
-#PREFERRED_PROVIDER_virtual/mesa = "mesa-gl"