Those patches cross-impacts QorIQ targets build and the following build error appears when gstreamer1.0-plugins-bad is built for QorIQ PPC targets. Apply the patches for imx targets only.
Error log: | In file included from ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglbufferpool.c:33:0: | ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglphymemory.h:27:47: fatal error: gst/allocators/gstallocatorphymem.h: No such file or directory | #include <gst/allocators/gstallocatorphymem.h> | ^ | compilation terminated. | Makefile:1134: recipe for target 'libgstgl_1.0_la-gstglbufferpool.lo' failed Signed-off-by: Zhenhua Luo <[email protected]> --- recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend index 55fc760..119583a 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend @@ -10,7 +10,7 @@ PACKAGECONFIG_GL_imxgpu2d = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl x11 PACKAGECONFIG_GL_imxgpu3d = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}" -SRC_URI_append = " \ +SRC_URI_append_imx = " \ file://0001-glplugin-Change-wayland-default-res-to-1024x768.patch \ file://0002-Support-fb-backend-for-gl-plugins.patch \ file://0003-Add-directviv-to-glimagesink-to-improve-playback-per.patch \ -- 2.7.4 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
