diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2016-02-05 09:27:51 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2016-02-08 14:06:57 +0000 |
commit | 29cc104df980dd5684eb34f0c11f60d127ed6959 (patch) | |
tree | 88bcd6ff2217f739ae435f67e78dbfaefdf287e2 | |
parent | 3bf89974cee602602d98769010d79db2af5d6154 (diff) | |
download | meta-boot2qt-29cc104df980dd5684eb34f0c11f60d127ed6959.tar.gz |
Update readme
Task-number: QTEE-1035
Task-number: QTEE-916
Change-Id: I5a293c747c6a1eafd6963f1710244fff9c90e122
Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
-rw-r--r-- | README | 64 |
1 files changed, 23 insertions, 41 deletions
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
9 | ## Commercial License Usage Only | ||
10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
12 | ## may use this file in accordance with the terms contained in said license | ||
13 | ## agreement. | ||
14 | ## | ||
15 | ## For further information use the contact form at | ||
16 | ## http://www.qt.io/contact-us. | ||
17 | ## | 9 | ## |
10 | ## Commercial License Usage | ||
11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
12 | ## accordance with the commercial license agreement provided with the | ||
13 | ## Software or, alternatively, in accordance with the terms contained in | ||
14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | OpenEmbedded/Yocto meta layer for Boot to Qt Software Stack | 22 | OpenEmbedded/Yocto meta layer for Boot to Qt Software Stack |
24 | ========================================================== | 23 | ========================================================== |
@@ -26,33 +25,16 @@ OpenEmbedded/Yocto meta layer for Boot to Qt Software Stack | |||
26 | This layer provides B2Qt for embedded Linux recipes for use with | 25 | This layer provides B2Qt for embedded Linux recipes for use with |
27 | OpenEmbedded and Yocto. | 26 | OpenEmbedded and Yocto. |
28 | 27 | ||
29 | This layer depends on: | 28 | scripts/manifest.xml shows the currectly used meta repositories and |
30 | 29 | revisions. | |
31 | URI: git://git.yoctoproject.org/poky | ||
32 | branch: daisy | ||
33 | revision: b0ce70ffa820c8b4069bdb413f7aa9db668b9428 | ||
34 | |||
35 | URI: git://git.openembedded.org/meta-openembedded | ||
36 | layer: meta-oe | ||
37 | branch: daisy | ||
38 | revision: a6dcf6265822ca1484d991d10a3042e04a960cdb | ||
39 | |||
40 | URI: git://git.yoctoproject.org/meta-ti | ||
41 | branch: daisy | ||
42 | revision: 5dad1bc02dd922a6c4fa4d68f6ea9ec779cf5e66 | ||
43 | |||
44 | URI: git://git.yoctoproject.org/meta-fsl-arm | ||
45 | branch: daisy | ||
46 | revision: f5bf277a5a5fba2c3b64ed7d2dbec1903d96386b | ||
47 | 30 | ||
48 | URI: git://github.com/Freescale/meta-fsl-arm-extra | 31 | To initialize build environment, use the b2qt-init-build-env script. |
49 | branch: daisy | ||
50 | revision: 029f535cfbc5746288c6129babb2d7679927a183 | ||
51 | 32 | ||
52 | URI: git://git.yoctoproject.org/meta-raspberrypi | 33 | Usage: b2qt-init-build-env COMMAND [ARGS] |
53 | branch: daisy | ||
54 | revision: cc74bf6c1f9ab9beea52c4c75797f3ad51f72c55 | ||
55 | 34 | ||
56 | URI: git://git.toradex.com/meta-toradex.git | 35 | Initialize build environment: |
57 | branch: V2.2 | 36 | b2qt-init-build-env init --device <name> [--reference <mirror path>] |
58 | revision: 371ea626f29a2a12294ab6ea30e36743a9e2f78f | 37 | Initialize local mirror: |
38 | b2qt-init-build-env mirror | ||
39 | List available devices: | ||
40 | b2qt-init-build-env list-devices | ||