diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-27 14:14:40 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-27 14:14:40 -0300 |
| commit | de3a2bc8a264ba30bc9de7a5211e375335919583 (patch) | |
| tree | 6126fb68dc6a08f4dd6eab70cf3113ba1280e231 /recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.28.1.imx.bbappend | |
| parent | 8b51324db5a8a2b12c5308eadce3a00ea861b6ce (diff) | |
| parent | dca1cc5d02701c929f4b275c3558a5f9f4088e74 (diff) | |
| download | meta-freescale-de3a2bc8a264ba30bc9de7a5211e375335919583.tar.gz | |
Merge pull request #2591 from nxp-upstream/q1-mm
Upgrade multimedia/audio to LF6.18.20-2.0.0
Diffstat (limited to 'recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.28.1.imx.bbappend')
| -rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.28.1.imx.bbappend | 17 |
1 files changed, 17 insertions, 0 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 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 @@ | |||
| 1 | PACKAGECONFIG_GL:imxgpu2d = \ | ||
| 2 | "${@bb.utils.contains('DISTRO_FEATURES', 'opengl x11', 'opengl', '', d)}" | ||
| 3 | PACKAGECONFIG_GL:imxgpu3d = \ | ||
| 4 | "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2 egl', '', d)}" | ||
| 5 | PACKAGECONFIG_GL:use-mainline-bsp = \ | ||
| 6 | "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2 egl gbm', '', d)}" | ||
| 7 | |||
| 8 | # The i.MX8 uses KMS instead of the Vivante specific framebuffer API. | ||
| 9 | # The i.MX7 does not have a GPU, except for ULP. | ||
| 10 | # This leaves the i.MX6 - with the vendor BSP - as the remaining use case for viv-fb. | ||
| 11 | # | ||
| 12 | # (Note that viv-fb is about the _windowing system_. Vivante direct texture support | ||
| 13 | # does not depend on the viv-fb feature. It used to, but that was actually a bug | ||
| 14 | # which was fixed in GStreamer 1.22.5. Since then, the direct texture support is | ||
| 15 | # detected by Meson by checking for direct texture symbols like "glTexDirectVIV".) | ||
| 16 | PACKAGECONFIG_GL:imxgpu2d:append:mx6-nxp-bsp = " viv-fb" | ||
| 17 | PACKAGECONFIG_GL:imxgpu2d:append:mx7-nxp-bsp = " viv-fb" | ||
