diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-10-20 11:50:38 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-10-20 11:53:02 +0300 |
commit | c07d20cd49283b784cef94bdb299f130a917f08a (patch) | |
tree | 6382af2c8e3098df91800e80187982d37ed857d4 /scripts | |
parent | f79cf6816751fd1db6ab80b935395c51ecb49e06 (diff) | |
parent | a2d7a1698ebebdb40829fc20cd89115bc584fd94 (diff) | |
download | meta-boot2qt-c07d20cd49283b784cef94bdb299f130a917f08a.tar.gz |
Merge remote-tracking branch 'origin/dizzy' into dev
* origin/dizzy:
qt5: all repos moved from qt-gerrit to codereview
qt5: sync installed qt modules in image and toolchain
qt5: use the upstream meta-qt5 layer
qt5: add qt5-module.bbclass
Change-Id: I0d846be785acfd1e673eac8dbefe39ab2ef84cbb
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/manifest.xml | 5 | ||||
-rw-r--r-- | scripts/manifest_fido.xml | 5 | ||||
-rw-r--r-- | scripts/manifest_qt5.xml | 13 |
3 files changed, 10 insertions, 13 deletions
diff --git a/scripts/manifest.xml b/scripts/manifest.xml index 7e0c0f9..8471c30 100644 --- a/scripts/manifest.xml +++ b/scripts/manifest.xml | |||
@@ -9,6 +9,7 @@ | |||
9 | <remote fetch="git://github.com/beagleboard" name="beagleboard"/> | 9 | <remote fetch="git://github.com/beagleboard" name="beagleboard"/> |
10 | <remote fetch="git://git.toradex.com" name="toradex"/> | 10 | <remote fetch="git://git.toradex.com" name="toradex"/> |
11 | <remote fetch="git://github.com/architech-boards" name="architech"/> | 11 | <remote fetch="git://github.com/architech-boards" name="architech"/> |
12 | <remote fetch="git://github.com/meta-qt5" name="meta-qt5"/> | ||
12 | 13 | ||
13 | <project name="poky" | 14 | <project name="poky" |
14 | remote="yocto" | 15 | remote="yocto" |
@@ -18,6 +19,10 @@ | |||
18 | remote="oe" | 19 | remote="oe" |
19 | revision="214e1801d0efc38d3b6142bdc0d8e58ca593e34c" | 20 | revision="214e1801d0efc38d3b6142bdc0d8e58ca593e34c" |
20 | path="sources/meta-openembedded"/> | 21 | path="sources/meta-openembedded"/> |
22 | <project name="meta-qt5" | ||
23 | remote="meta-qt5" | ||
24 | revision="51b4620392aa9041d8512549bfa554bea368c5ea" | ||
25 | path="sources/meta-qt5"/> | ||
21 | 26 | ||
22 | <project name="meta-fsl-arm" | 27 | <project name="meta-fsl-arm" |
23 | remote="yocto" | 28 | remote="yocto" |
diff --git a/scripts/manifest_fido.xml b/scripts/manifest_fido.xml index 1c89e64..f146b2b 100644 --- a/scripts/manifest_fido.xml +++ b/scripts/manifest_fido.xml | |||
@@ -9,6 +9,7 @@ | |||
9 | <remote fetch="git://github.com/beagleboard" name="beagleboard"/> | 9 | <remote fetch="git://github.com/beagleboard" name="beagleboard"/> |
10 | <remote fetch="git://git.toradex.com" name="toradex"/> | 10 | <remote fetch="git://git.toradex.com" name="toradex"/> |
11 | <remote fetch="git://github.com/architech-boards" name="architech"/> | 11 | <remote fetch="git://github.com/architech-boards" name="architech"/> |
12 | <remote fetch="git://github.com/meta-qt5" name="meta-qt5"/> | ||
12 | 13 | ||
13 | <project name="poky" | 14 | <project name="poky" |
14 | remote="yocto" | 15 | remote="yocto" |
@@ -18,6 +19,10 @@ | |||
18 | remote="oe" | 19 | remote="oe" |
19 | revision="fido" | 20 | revision="fido" |
20 | path="sources/meta-openembedded"/> | 21 | path="sources/meta-openembedded"/> |
22 | <project name="meta-qt5" | ||
23 | remote="meta-qt5" | ||
24 | revision="master" | ||
25 | path="sources/meta-qt5"/> | ||
21 | 26 | ||
22 | <project name="meta-fsl-arm" | 27 | <project name="meta-fsl-arm" |
23 | remote="yocto" | 28 | remote="yocto" |
diff --git a/scripts/manifest_qt5.xml b/scripts/manifest_qt5.xml deleted file mode 100644 index 1e4f902..0000000 --- a/scripts/manifest_qt5.xml +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <manifest> | ||
3 | |||
4 | <include name="manifest.xml"/> | ||
5 | |||
6 | <remote fetch="git://playground.ci.local" name="playground"/> | ||
7 | |||
8 | <project name="meta-qt5" | ||
9 | remote="playground" | ||
10 | revision="5.5.1" | ||
11 | path="sources/meta-qt5"/> | ||
12 | |||
13 | </manifest> | ||