1Qt5 OpenEmbedded/Yocto Project layer 2==================================== 3 4This layer depends on: 5 6URI: https://github.com/openembedded/openembedded-core (branch: master) 7 8When building stuff like `qtdeclarative`, `qtquick`, `qtwebkit`, make 9sure that you have required `PACKAGECONFIG` options enabled in qtbase 10build, see `qtbase` recipe for detail. 11 12Some recipes like qtwebengine would need 32bit multilib compiler on build 13host, especially when target to be built is 32bit, e.g. arm since it builds 14v8 engine which requires `$CC -m32` to work, so ensure that host compiler 15can generate 32bit code, on archlinux distributions this would be 16``` 17pacman -S lib32-gcc-libs lib32-glibc 18``` 19 20Contributing 21------------ 22 23Please submit any patches against the `meta-qt5` layer by using the 24GitHub pull-request feature. Fork the repo, make a branch, do the 25work, rebase from upstream, create the pull request, yada-yada. 26 27Maintainers 28----------- 29 30- Martin 'JaMa' Jansa <martin.jansa@gmail.com> 31- Otavio Salvador <otavio@ossystems.com.br> 32 33Yocto Project Compatible 34------------------------ 35 36 37 38meta-qt5 has Yocto Project Compatible status since 2013. Check it at: 39https://www.yoctoproject.org/product/meta-qt5 40