diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-06-12 10:40:56 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-06-12 14:18:30 +0300 |
commit | 1bbd0fb4808f1ba64678c807d60717dc4127b993 (patch) | |
tree | d0d3c48048f19d1c7557f0526a5187ed4fdae48e | |
parent | 5b366a1bbf220a0fb5774f30b0bcf9d9ac30d992 (diff) | |
download | meta-boot2qt-1bbd0fb4808f1ba64678c807d60717dc4127b993.tar.gz |
Change how meta-qt5 repo is used with init script
The manifest.xml and manifest_dizzy.xml no longer checkouts the meta-qt5
repo, but the init script expects it to exists next to the meta-b2qt repo.
This will then work with BYOS where both meta layer are available. For
internal use, add manifest_qt5.xml, which checkouts the meta-qt5 repo from
internal playground server.
Change-Id: Id00f18de80ca11ee4813248bc2a84861df265b6f
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
-rwxr-xr-x | b2qt-init-build-env | 4 | ||||
-rw-r--r-- | scripts/manifest.xml | 8 | ||||
-rw-r--r-- | scripts/manifest_dizzy.xml | 8 | ||||
-rw-r--r-- | scripts/manifest_qt5.xml | 13 |
4 files changed, 19 insertions, 14 deletions
diff --git a/b2qt-init-build-env b/b2qt-init-build-env index 83776eb..2dfed01 100755 --- a/b2qt-init-build-env +++ b/b2qt-init-build-env | |||
@@ -153,6 +153,10 @@ init() { | |||
153 | ln -s ${DIR} sources/meta-b2qt | 153 | ln -s ${DIR} sources/meta-b2qt |
154 | fi | 154 | fi |
155 | 155 | ||
156 | if [ ! -e "sources/meta-qt5" ] && [ -e "${DIR}/../meta-qt5" ]; then | ||
157 | ln -s $(readlink -f ${DIR}/../meta-qt5) sources/meta-qt5 | ||
158 | fi | ||
159 | |||
156 | cp ${DIR}/scripts/setup-environment.sh . | 160 | cp ${DIR}/scripts/setup-environment.sh . |
157 | 161 | ||
158 | } | 162 | } |
diff --git a/scripts/manifest.xml b/scripts/manifest.xml index 2a39879..4a88a1b 100644 --- a/scripts/manifest.xml +++ b/scripts/manifest.xml | |||
@@ -1,16 +1,14 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <manifest> | 2 | <manifest> |
3 | 3 | ||
4 | <default sync-j="4" revision="daisy"/> | 4 | <default sync-j="4" revision="dizzy"/> |
5 | 5 | ||
6 | <remote fetch="git://git.yoctoproject.org" name="yocto"/> | 6 | <remote fetch="git://git.yoctoproject.org" name="yocto"/> |
7 | <remote fetch="git://git.openembedded.org" name="oe"/> | 7 | <remote fetch="git://git.openembedded.org" name="oe"/> |
8 | <remote fetch="git://github.com/Freescale" name="freescale"/> | 8 | <remote fetch="git://github.com/Freescale" name="freescale"/> |
9 | <remote fetch="git://github.com/beagleboard" name="beagleboard"/> | 9 | <remote fetch="git://github.com/beagleboard" name="beagleboard"/> |
10 | <remote fetch="git://github.com/meta-qt5" name="qt5"/> | ||
11 | <remote fetch="git://git.toradex.com" name="toradex"/> | 10 | <remote fetch="git://git.toradex.com" name="toradex"/> |
12 | <remote fetch="git://github.com/architech-boards" name="architech"/> | 11 | <remote fetch="git://github.com/architech-boards" name="architech"/> |
13 | <remote fetch="ssh://qt-gerrit.ci.local/QtRD-15810" name="gerrit"/> | ||
14 | 12 | ||
15 | <project name="poky" | 13 | <project name="poky" |
16 | remote="yocto" | 14 | remote="yocto" |
@@ -20,10 +18,6 @@ | |||
20 | remote="oe" | 18 | remote="oe" |
21 | revision="5b6f39ce325d490fc382d5d59c5b8b9d5fa38b38" | 19 | revision="5b6f39ce325d490fc382d5d59c5b8b9d5fa38b38" |
22 | path="sources/meta-openembedded"/> | 20 | path="sources/meta-openembedded"/> |
23 | <project name="qt5-yocto-meta" | ||
24 | remote="gerrit" | ||
25 | revision="b2qt" | ||
26 | path="sources/meta-qt5"/> | ||
27 | 21 | ||
28 | <project name="meta-fsl-arm" | 22 | <project name="meta-fsl-arm" |
29 | remote="yocto" | 23 | remote="yocto" |
diff --git a/scripts/manifest_dizzy.xml b/scripts/manifest_dizzy.xml index 956ff74..d6fdd0b 100644 --- a/scripts/manifest_dizzy.xml +++ b/scripts/manifest_dizzy.xml | |||
@@ -1,16 +1,14 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <manifest> | 2 | <manifest> |
3 | 3 | ||
4 | <default sync-j="4" revision="daisy"/> | 4 | <default sync-j="4" revision="dizzy"/> |
5 | 5 | ||
6 | <remote fetch="git://git.yoctoproject.org" name="yocto"/> | 6 | <remote fetch="git://git.yoctoproject.org" name="yocto"/> |
7 | <remote fetch="git://git.openembedded.org" name="oe"/> | 7 | <remote fetch="git://git.openembedded.org" name="oe"/> |
8 | <remote fetch="git://github.com/Freescale" name="freescale"/> | 8 | <remote fetch="git://github.com/Freescale" name="freescale"/> |
9 | <remote fetch="git://github.com/beagleboard" name="beagleboard"/> | 9 | <remote fetch="git://github.com/beagleboard" name="beagleboard"/> |
10 | <remote fetch="git://github.com/meta-qt5" name="qt5"/> | ||
11 | <remote fetch="git://git.toradex.com" name="toradex"/> | 10 | <remote fetch="git://git.toradex.com" name="toradex"/> |
12 | <remote fetch="git://github.com/architech-boards" name="architech"/> | 11 | <remote fetch="git://github.com/architech-boards" name="architech"/> |
13 | <remote fetch="ssh://qt-gerrit.ci.local/QtRD-15810" name="gerrit"/> | ||
14 | 12 | ||
15 | <project name="poky" | 13 | <project name="poky" |
16 | remote="yocto" | 14 | remote="yocto" |
@@ -20,10 +18,6 @@ | |||
20 | remote="oe" | 18 | remote="oe" |
21 | revision="dizzy" | 19 | revision="dizzy" |
22 | path="sources/meta-openembedded"/> | 20 | path="sources/meta-openembedded"/> |
23 | <project name="qt5-yocto-meta" | ||
24 | remote="gerrit" | ||
25 | revision="b2qt" | ||
26 | path="sources/meta-qt5"/> | ||
27 | 21 | ||
28 | <project name="meta-fsl-arm" | 22 | <project name="meta-fsl-arm" |
29 | remote="yocto" | 23 | remote="yocto" |
diff --git a/scripts/manifest_qt5.xml b/scripts/manifest_qt5.xml new file mode 100644 index 0000000..fce17e0 --- /dev/null +++ b/scripts/manifest_qt5.xml | |||
@@ -0,0 +1,13 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <manifest> | ||
3 | |||
4 | <include name="manifest_dizzy.xml"/> | ||
5 | |||
6 | <remote fetch="git://playground.ci.local" name="playground"/> | ||
7 | |||
8 | <project name="meta-qt5" | ||
9 | remote="playground" | ||
10 | revision="5.4" | ||
11 | path="sources/meta-qt5"/> | ||
12 | |||
13 | </manifest> | ||