summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2026-09-10 10:08:10 -0300
committerGitHub <noreply@github.com>2026-09-10 10:08:10 -0300
commitc83abeadda1cb8a8946a8254d776c15db7e06025 (patch)
treef3537cba3b04d8a178af7c4c7498222a9804ac95
parentb79b00dad83dd20acf5cc725e5dc83f643443628 (diff)
parent3f968e24bd841eefcd8f19b9b928328853ef19fa (diff)
downloadmeta-freescale-c83abeadda1cb8a8946a8254d776c15db7e06025.tar.gz
Merge pull request #2685 from lucianogdittgen/fix-gst-plugins-base-vivfb-override
gstreamer1.0-plugins-base: Fix viv-fb override so it reaches the i.MX6
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.28.1.imx.bbappend4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.28.1.imx.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.28.1.imx.bbappend
index b8b1e5e69..a08a06c06 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.28.1.imx.bbappend
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.28.1.imx.bbappend
@@ -10,5 +10,5 @@ PACKAGECONFIG_GL:use-mainline-bsp = "${@bb.utils.contains('DISTRO_FEATURES', 'op
10# does not depend on the viv-fb feature. It used to, but that was actually a bug 10# does not depend on the viv-fb feature. It used to, but that was actually a bug
11# which was fixed in GStreamer 1.22.5. Since then, the direct texture support is 11# which was fixed in GStreamer 1.22.5. Since then, the direct texture support is
12# detected by Meson by checking for direct texture symbols like "glTexDirectVIV".) 12# detected by Meson by checking for direct texture symbols like "glTexDirectVIV".)
13PACKAGECONFIG_GL:imxgpu2d:append:mx6-nxp-bsp = " viv-fb" 13PACKAGECONFIG_GL:append:imxgpu2d:mx6-nxp-bsp = " viv-fb"
14PACKAGECONFIG_GL:imxgpu2d:append:mx7-nxp-bsp = " viv-fb" 14PACKAGECONFIG_GL:append:imxgpu2d:mx7-nxp-bsp = " viv-fb"