From: Randolph Sapp <[email protected]> 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 <[email protected]> --- 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 --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" -- 2.40.0 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14396): https://lists.yoctoproject.org/g/meta-arago/message/14396 Mute This Topic: https://lists.yoctoproject.org/mt/98665193/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
