Hi Gary, But dispmanx is really only provided by userland, it does not exist in other flavors of egl/libgles. Actually, dispmanx should not be selected in PACKAGECONFIG if userland is not in use for EGL/GLES.
Cheers, Herve -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Gary Thomas Sent: mardi 6 décembre 2016 10:34 To: [email protected] Cc: Gary Thomas <[email protected]> Subject: [yocto] [meta-raspberrypi][PATCH] gstreamer1.0-plugins-bad: Don't hard wire use of userland Selection of the libgl packages should be by virtual/XXX. Using 'userland' directly can lead to build conflicts and make the system unbuildable. Signed-off-by: Gary Thomas <[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 7292f90..432869d 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend @@ -9,4 +9,4 @@ PACKAGECONFIG_GL_rpi = "egl gles2" PACKAGECONFIG_append_rpi = " hls libmms faad" -PACKAGECONFIG[dispmanx] = "--enable-dispmanx,--disable-dispmanx,userland" +PACKAGECONFIG[dispmanx] = "--enable-dispmanx,--disable-dispmanx,virtual/egl virtual/libgles2" -- 2.7.4 -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
