From 843ac09e88a27395badc54bff5ffa4a0c6180f59 Mon Sep 17 00:00:00 2001 From: Flora Hu Date: Wed, 22 Jul 2026 17:29:25 +0800 Subject: gst/gstreamer: Bump 1.26.6 -> 1.28.1 Update license file reference: COPYING -> LICENSE.txt gstreamer1.0-vaapi remains at 1.26.6 Signed-off-by: Flora Hu --- .../gstreamer1.0-plugins-base_1.28.1.imx.bbappend | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.28.1.imx.bbappend (limited to 'recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.28.1.imx.bbappend') 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 new file mode 100644 index 000000000..528d7e1a3 --- /dev/null +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.28.1.imx.bbappend @@ -0,0 +1,17 @@ +PACKAGECONFIG_GL:imxgpu2d = \ + "${@bb.utils.contains('DISTRO_FEATURES', 'opengl x11', 'opengl', '', d)}" +PACKAGECONFIG_GL:imxgpu3d = \ + "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2 egl', '', d)}" +PACKAGECONFIG_GL:use-mainline-bsp = \ + "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2 egl gbm', '', d)}" + +# The i.MX8 uses KMS instead of the Vivante specific framebuffer API. +# The i.MX7 does not have a GPU, except for ULP. +# This leaves the i.MX6 - with the vendor BSP - as the remaining use case for viv-fb. +# +# (Note that viv-fb is about the _windowing system_. Vivante direct texture support +# does not depend on the viv-fb feature. It used to, but that was actually a bug +# which was fixed in GStreamer 1.22.5. Since then, the direct texture support is +# detected by Meson by checking for direct texture symbols like "glTexDirectVIV".) +PACKAGECONFIG_GL:imxgpu2d:append:mx6-nxp-bsp = " viv-fb" +PACKAGECONFIG_GL:imxgpu2d:append:mx7-nxp-bsp = " viv-fb" -- cgit v1.2.3-54-g00ecf