[yocto] [meta-raspberrypi] Qt EGLFS frozen on VC4

2016-12-06 Thread Gerhard de Clercq
When I build Qt5 for my RPi 3 so that it uses EGLFS on VC4  (all using Yocto) 
then everything seems to go well initially and I can even get a program to 
launch but it then seems to render only one frame and then stay there. There is 
no response to user input and applications that are supposed to have constant 
animations do not change. It is also not possible to terminate the application 
with ^c.


I'm not even sure where to ask for support because I have no idea if this is a 
problem with Qt, VC4 or Yocto. Does anyone here have a clue of what might be 
wrong?
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] Yocto menuconfig not working

2015-03-30 Thread Gerhard de Clercq
For some reason the menuconfig menu does not come up when I try launching it 
from my Yocto installation. I am using the Toradex Yocto 1.6 system as is 
described here 
http://developer.toradex.com/software-resources/arm-family/linux/board-support-package/openembedded-%28core%29,
 with my board set to "apalis-t30". When I run either bitbake virtual/kernal -c 
menuconfig or bitbake linux-toradex -c menuconfig, it executes fine but 
finishes (without erros) before actually showing anything. Running devshell 
also gives the same results.

If I just use the kernel sources on their own as is described here 
http://developer.toradex.com/software-resources/arm-family/linux/board-support-package/build-u-boot-and-linux-kernel-from-source-code,
 I can get menuconfig open using make nconfig. From the Yocto scripts it 
appears as if though the exact same kernel sources are being used. If I try 
adding adding make nconfig to the do_configure_prepend script in the 
linux-toradex_git.bb file then the commands get stuck stating that the process 
(I assume menuconfig) is running and then provides a PID for it, but no window 
or menu is displayed anywhere and the task does not seem to finish.

PS. I am on Fedora 21 64-bit.
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto