Anyone can offer guide in using Yocto
-
See the "Yocto documentation":http://www.yoctoproject.org/docs/1.7/mega-manual/mega-manual.html#var-SRCREV
Also, There is possible useful:- "Freescale docs":https://community.freescale.com/docs/DOC-94953
- "meta-qt5":https://github.com/meta-qt5
- "Angstrom distribution":https://github.com/Angstrom-distribution
-
Yocto provides bootloader, kernel and File system?
if bootloader is used to boot up a system, kernel is like a cabinet and File system a drawer. How do we describe Qt embedded? it resides in the File system? where?Learning about Hob
https://www.yoctoproject.org/documentation/hob-manual-171 -
Yocto is tool for creating your own Linux distro (Linux kernel + utils). You can say to Yocto (through recipes) to fetch, compile and package Qt libs to the distro image. In my case qt libs is placed in /usr/lib/qt5.
First, try to build and run a simple yocto distr, for example:
$ bitbake -k core-image-sato -
I don't know such forums, but use google:
- "IRC":https://www.yoctoproject.org/tools-resources/community/irc
- "Freescale Yocto Project main page":https://community.freescale.com/docs/DOC-1616
- ...
And read official documentation