On Thu, Dec 22, 2016 at 01:18:48PM +0000, Flavio Suligoi wrote: > Hi Raj, > > I've already used in my image .bb recipe the parameter: > > DISTRO_FEATURES += "x11 opengl"
DISTRO_FEATURES is a global list, not per recipe/image... > to enable the "-opengl desktop" swith in qtbase_git.bb receipe, but It > doesn't work, I always have this error. > > Any other idea or other point where start to investigate? > Or do you have a image recipe with x11 and the QT5.7 ? > > Thanks, > > Flavio > > ________________________________________ > Da: [email protected] > <[email protected]> per conto di Khem Raj > <[email protected]> > Inviato: giovedì 22 dicembre 2016 07:00 > A: [email protected] > Oggetto: Re: [oe] [OE][meta-qt5] Runtime error with qt5.7 > > > On Dec 21, 2016, at 4:50 AM, Flavio Suligoi <[email protected]> wrote: > > > > QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor EGL > > are enabled > > Failed to create OpenGL context for format QSurfaceFormat(version 2.0, > > options QFlags(), depthBufferSize 24, redBufferSize -1, greenBufferSize -1, > > blueBufferSize -1, alphaBufferSize -1, stencilBufferSize 8, samples -1, > > swapBehavior 2, swapInterval 1, profile 0) > > Aborted > > You might want to check if you have enabled egl in PACKAGECONFIG for qtbase > may be you need to enable opengl in DISTRO_FEATURES and/or set > packageconfig for qtbase > -- > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-devel > -- > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-devel -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
