Hi Marius, I understand your frustration, it is indeed quite a maze quest to get things working with qt and yocto. And I am afraid there is no such thing as a single guide that covers everything for the start.
But still, to me, yocto is the best way to get a qt cross-compile environment. I have successfully achieved what you describe with a raspberry pi (B, B+ and 2 actually). So maybe I can help... Where are you stuck ? What version of yocto do you use ? I would advise against using anything above 1.8.1 for now. What layers ? did bitbake whatever-image suceeded ? I personally use meta-qt5 recipes instead of the yocto ones for qt5. There is an important file to edit in the layer (qbase.inc if my memory is correct), mostly to add "icu" somewhere. did you bitbake meta-toolchain ? did you bitbake meta-toolchain-qt5 ? did you run the setup environnement script (in tmp/deploy/sdk) ? then there is a trick to get qtcreator working correctly with your cross compiling environment. Let me know ! -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
