diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 00000000..fe943211 --- /dev/null +++ b/README.md | |||
| @@ -0,0 +1,32 @@ | |||
| 1 | Qt5 OpenEmbedded/Yocto Project layer | ||
| 2 | ==================================== | ||
| 3 | |||
| 4 | This layer depends on: | ||
| 5 | |||
| 6 | URI: https://github.com/openembedded/openembedded-core | ||
| 7 | branch: master | ||
| 8 | revision: HEAD | ||
| 9 | |||
| 10 | When building stuff like `qtdeclarative`, `qtquick`, `qtwebkit`, make | ||
| 11 | sure that you have required `PACKAGECONFIG` options enabled in qtbase | ||
| 12 | build, see `qtbase` recipe for detail. | ||
| 13 | |||
| 14 | |||
| 15 | Contributing | ||
| 16 | ------------ | ||
| 17 | |||
| 18 | Please submit any patches against the `meta-qt5` layer by using the | ||
| 19 | GitHub pull-request feature. Fork the repo, make a branch, do the | ||
| 20 | work, rebase from upstream, create the pull request, yada-yada. | ||
| 21 | |||
| 22 | Maintainers | ||
| 23 | ----------- | ||
| 24 | |||
| 25 | - Martin 'JaMa' Jansa <martin.jansa@gmail.com> | ||
| 26 | - Otavio Salvador <otavio@ossystems.com.br> | ||
| 27 | |||
| 28 | Yocto Project Compatible | ||
| 29 | ------------------------ | ||
| 30 | |||
| 31 | meta-qt5 has Yocto Project Compatible status since 2013: | ||
| 32 | https://www.yoctoproject.org/product/meta-qt5 | ||
