Re: [yocto] Compiling raspberry2 with eglinfo-x11

2016-03-19 Thread David Weisgerber
Hi all, I just wanted to add that I got the qt5everywheredemo running. However it seems as changing the GPU_MEM variable is not picked up correctly when changing it. I had to change my boot type to uImage (which did work because the raspberry pi did not boot up with it) and back, then I had the

Re: [yocto] Compiling raspberry2 with eglinfo-x11

2016-03-19 Thread David Weisgerber
Hi, I got Qt to compile by solving the following "problem" in the userland EGL / GLESv2 code: # Khronos # # Note: in Android the linker is unable or unwilling to resolve # dynamically using already loaded symbols. The libraries here # have quite a few circular dependencies, and so the only way # t

[yocto] Compiling raspberry2 with eglinfo-x11

2016-03-18 Thread David Weisgerber
Hi, I have problems compiling eglinfo-x11 (as well as Qt 5 from meta-qt5) with egl. I have setup poky, meta-raspberrypi (and meta-qt5) from git and I am on branch master. My target is to get a distribution with working (hw acceleratetd) Qt5 with QML GUI. I have already spent some days on getting

Re: [yocto] Compiling raspberry2 with eglinfo-x11

2016-03-18 Thread SIVA SUBRAMANIAN.P
What is your preferred GLES provider set to, userland or mesa? On Wed, Mar 16, 2016 at 8:51 PM, David Weisgerber wrote: > Hi, > > I have problems compiling eglinfo-x11 (as well as Qt 5 from meta-qt5) with > egl. > > I have setup poky, meta-raspberrypi (and meta-qt5) from git and I am on > branch