diff options
| author | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-09-10 09:37:57 -0300 |
|---|---|---|
| committer | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-09-10 09:37:57 -0300 |
| commit | 3f968e24bd841eefcd8f19b9b928328853ef19fa (patch) | |
| tree | f3537cba3b04d8a178af7c4c7498222a9804ac95 | |
| parent | b79b00dad83dd20acf5cc725e5dc83f643443628 (diff) | |
| download | meta-freescale-3f968e24bd841eefcd8f19b9b928328853ef19fa.tar.gz | |
gstreamer1.0-plugins-base: Fix viv-fb override so it reaches the i.MX6
Writing the override scope before :append attaches the append to
PACKAGECONFIG_GL:imxgpu2d. MACHINEOVERRIDES lists imxgpu2d before
imxgpu3d, so on every i.MX6/7ULP that has a 3D GPU the imxgpu3d scope
won the selection and viv-fb was silently dropped; only mx6sl still
got it. Regression from d1c6878cf. Tested with bitbake
gstreamer1.0-plugins-base on imx6qdlsabresd/fslc-framebuffer.
Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br>
| -rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.28.1.imx.bbappend | 4 |
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".) |
| 13 | PACKAGECONFIG_GL:imxgpu2d:append:mx6-nxp-bsp = " viv-fb" | 13 | PACKAGECONFIG_GL:append:imxgpu2d:mx6-nxp-bsp = " viv-fb" |
| 14 | PACKAGECONFIG_GL:imxgpu2d:append:mx7-nxp-bsp = " viv-fb" | 14 | PACKAGECONFIG_GL:append:imxgpu2d:mx7-nxp-bsp = " viv-fb" |
