diff mbox series

[meta-arago,kirkstone/master] arago.conf: drop the cairo gles override

Message ID 20230503155935.2151933-1-rs@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,kirkstone/master] arago.conf: drop the cairo gles override | expand

Commit Message

Randolph Sapp May 3, 2023, 3:59 p.m. UTC
From: Randolph Sapp <rs@ti.com>

Cairo OpenGLES selector logic has been moved into the bsp layer so that
other distros can get this optimization on our platforms as well.

Also it's necessary to drop this as not setting a gpudriver provider in
the meta-ti layer will create the exact clashing configs that extra
logic was created to resolve. Gotta love layer priority!

Signed-off-by: Randolph Sapp <rs@ti.com>
---

This is dependent on the following patch:
https://lists.yoctoproject.org/g/meta-ti/message/16449

 meta-arago-distro/conf/distro/arago.conf | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
index bf54eb2a..89772b2e 100644
--- a/meta-arago-distro/conf/distro/arago.conf
+++ b/meta-arago-distro/conf/distro/arago.conf
@@ -113,9 +113,6 @@  PACKAGECONFIG:append:pn-openssl = " cryptodev-linux"
 # Enable GST_TRACER logging in gstreamer
 PACKAGECONFIG:append:pn-gstreamer1.0 = " tracer-hooks"
 
-# Enable EGL/GLESv2 support
-PACKAGECONFIG:append:pn-cairo = " egl glesv2"
-
 # Disable pulseaudio routing in alsa by default
 PACKAGECONFIG:remove:pn-alsa-plugins = "pulseaudio"
 RDEPENDS:pulseaudio-server:remove = "alsa-plugins-pulseaudio-conf"