summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2016-05-18 15:55:59 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2016-05-19 09:41:58 +0000
commit8788fbce268503f8c1b4020ce52a6ed1c74d4144 (patch)
tree754533da8ecf7d1107c41cffa3dd747e9457788b /README
parentedc4f9274cc129d3550a0249c4e500db7f81a9af (diff)
downloadmeta-boot2qt-8788fbce268503f8c1b4020ce52a6ed1c74d4144.tar.gz
Update README
Add source URL, contribution and maintainer info. Change-Id: Ice614c7a4b26cd8879fc1a8f508ea3c94d6eed35 Reviewed-by: Louai Al-Khanji <louai.al-khanji@qt.io> Reviewed-by: Topi Reiniƶ <topi.reinio@theqtcompany.com>
Diffstat (limited to 'README')
-rw-r--r--README40
1 files changed, 34 insertions, 6 deletions
diff --git a/README b/README
index 99a841b..ee5f725 100644
--- a/README
+++ b/README
@@ -27,14 +27,42 @@
27## 27##
28############################################################################ 28############################################################################
29 29
30OpenEmbedded/Yocto meta layer for Boot to Qt Software Stack 30Meta layer for Boot to Qt Software Stack
31========================================================== 31========================================
32 32
33This layer provides B2Qt for embedded Linux recipes for use with 33Boot to Qt (b2qt) is the reference distro used in Qt for Device Creation [1].
34OpenEmbedded and Yocto. 34It combines Poky, meta-qt5 and various BSP meta layers to provide an integrated
35solution for building device images and toolchains with the latest Qt version.
35 36
36scripts/manifest.xml shows the currectly used meta repositories and 37Currently used dependencies, meta repositories and their revisions are shown in
37revisions. 38scripts/manifest.xml
39
40[1] http://www.qt.io/qt-for-device-creation/
41
42Sources
43-------
44
45Git: git://code.qt.io/yocto/meta-b2qt
46Web: http://code.qt.io/cgit/yocto/meta-b2qt.git
47Gerrit: https://codereview.qt-project.org/#/admin/projects/yocto/meta-b2qt
48
49Contributing
50------------
51
52To contribute to this layer you should submit the patches for review using
53Qt Gerrit (https://codereview.qt-project.org).
54
55More information about Qt Gerrit and how to use it:
56https://wiki.qt.io/Gerrit_Introduction
57https://wiki.qt.io/Setting_up_Gerrit
58
59Layer maintainers
60-----------------
61
62Samuli Piippo <samuli.piippo@qt.io>
63
64Setting up build environment
65----------------------------
38 66
39To initialize build environment, use the b2qt-init-build-env script. 67To initialize build environment, use the b2qt-init-build-env script.
40 68