Name Date Size #Lines LOC

..--

classes/H05-Jun-2025-411354

conf/H05-Jun-2025-4214

files/H05-Jun-2025-

lib/recipetool/H05-Jun-2025-165120

licenses/H05-Jun-2025-2,0601,752

recipes-connectivity/H05-Jun-2025-169132

recipes-devtools/gdb/H05-Jun-2025-32

recipes-python/H05-Jun-2025-151113

recipes-qt/H05-Jun-2025-9,7378,205

.gitattributesH A D05-Jun-202566 32

COPYING.MITH A D05-Jun-20251 KiB1815

README.mdH A D05-Jun-20251.3 KiB4028

README.md

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![Yocto Project Compatible](https://github.com/meta-qt5/meta-qt5/blob/master/files/YoctoProject_Badge_Compatible.png)
37
38meta-qt5 has Yocto Project Compatible status since 2013. Check it at:
39https://www.yoctoproject.org/product/meta-qt5
40