Hi Alvin, On 01/13/2015 06:20 PM, Alvin D.M. DIZON wrote: > Hello, > > I am building an image using the "bitbake fsl-image-x11" command. > Bitbake seems to run through all the tasks but the output freezes at > "recipe qt4-x11-free-1_4.8.5-r0: task do_compile: Started". I have tried > stopping bitbake and rebuilding, but it always stops at the same task. I > am using a Ubuntu 12.04 VM running on Oracle Virtualbox. Here is my > local.conf: >
I'm not sure about Qt4, but Qt5 eats a **lot** of memory when linking the Webkit libraries (~7GiB), so you may just be thrashing here. I'd suggest running top and possibly strace against the offending process to see if it's moving forward. Regards, Eric -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
