diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-06-09 13:29:16 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-06-11 08:50:42 +0300 |
commit | af74eaeda04ab4cbca42abc4bb4818a9b3df465e (patch) | |
tree | 5cc065c93d375435acb52c6632ec05fe8b09c5ae /scripts | |
parent | 9a52dfdf5988a422d1831eba1081ef383b5244ca (diff) | |
download | meta-boot2qt-af74eaeda04ab4cbca42abc4bb4818a9b3df465e.tar.gz |
tibidabo: use latest version poky for tibidabo
Instead of using old patched version of poky for the meta-tibidabo layer,
use the same version of all the meta layer as for the other devices.
This requires the old u-boot, kernel, gpu driver and imx-lib recipes
to be copied from meta-fsl-arm.
Change-Id: I2e804fbe895370c23f8ae89cff4fe283302dabe1
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/manifest.xml | 10 | ||||
-rw-r--r-- | scripts/manifest_dizzy.xml | 10 | ||||
-rw-r--r-- | scripts/manifest_tibidabo.xml | 31 |
3 files changed, 16 insertions, 35 deletions
diff --git a/scripts/manifest.xml b/scripts/manifest.xml index 714a84d..2a39879 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://github.com/meta-qt5" name="qt5"/> | 10 | <remote fetch="git://github.com/meta-qt5" name="qt5"/> |
11 | <remote fetch="git://git.toradex.com" name="toradex"/> | 11 | <remote fetch="git://git.toradex.com" name="toradex"/> |
12 | <remote fetch="git://github.com/architech-boards" name="architech"/> | ||
12 | <remote fetch="ssh://qt-gerrit.ci.local/QtRD-15810" name="gerrit"/> | 13 | <remote fetch="ssh://qt-gerrit.ci.local/QtRD-15810" name="gerrit"/> |
13 | 14 | ||
14 | <project name="poky" | 15 | <project name="poky" |
@@ -28,7 +29,7 @@ | |||
28 | remote="yocto" | 29 | remote="yocto" |
29 | revision="db1571f40c375a398a8cdbb42de4c4f272ab0cd1" | 30 | revision="db1571f40c375a398a8cdbb42de4c4f272ab0cd1" |
30 | path="sources/meta-fsl-arm" | 31 | path="sources/meta-fsl-arm" |
31 | groups="notdefault,fsl,toradex"/> | 32 | groups="notdefault,fsl,toradex,architech"/> |
32 | <project name="meta-ti" | 33 | <project name="meta-ti" |
33 | remote="yocto" | 34 | remote="yocto" |
34 | revision="6d1c337af7d43953f6d0802ffd0bf1d9d3cfb146" | 35 | revision="6d1c337af7d43953f6d0802ffd0bf1d9d3cfb146" |
@@ -43,7 +44,7 @@ | |||
43 | remote="freescale" | 44 | remote="freescale" |
44 | revision="794e46e0b0a3e7e270a2f3c217d8fe5751a6b2c6" | 45 | revision="794e46e0b0a3e7e270a2f3c217d8fe5751a6b2c6" |
45 | path="sources/meta-fsl-arm-extra" | 46 | path="sources/meta-fsl-arm-extra" |
46 | groups="notdefault,fsl,toradex"/> | 47 | groups="notdefault,fsl,toradex,architech"/> |
47 | <project name="meta-beagleboard" | 48 | <project name="meta-beagleboard" |
48 | remote="beagleboard" | 49 | remote="beagleboard" |
49 | revision="b5c709b2b6bd3bf236df923fa8f245a00fbb1b60" | 50 | revision="b5c709b2b6bd3bf236df923fa8f245a00fbb1b60" |
@@ -54,6 +55,11 @@ | |||
54 | revision="36c19b10b340983946f8f52ab7fa91d9aa1e53f6" | 55 | revision="36c19b10b340983946f8f52ab7fa91d9aa1e53f6" |
55 | path="sources/meta-toradex" | 56 | path="sources/meta-toradex" |
56 | groups="notdefault,toradex"/> | 57 | groups="notdefault,toradex"/> |
58 | <project name="meta-tibidabo" | ||
59 | remote="architech" | ||
60 | revision="06c6b09e0776507e1230aa98b5ca10d9d3968286" | ||
61 | path="sources/meta-tibidabo" | ||
62 | groups="notdefault,architech"/> | ||
57 | 63 | ||
58 | </manifest> | 64 | </manifest> |
59 | 65 | ||
diff --git a/scripts/manifest_dizzy.xml b/scripts/manifest_dizzy.xml index ac9098f..956ff74 100644 --- a/scripts/manifest_dizzy.xml +++ b/scripts/manifest_dizzy.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://github.com/meta-qt5" name="qt5"/> | 10 | <remote fetch="git://github.com/meta-qt5" name="qt5"/> |
11 | <remote fetch="git://git.toradex.com" name="toradex"/> | 11 | <remote fetch="git://git.toradex.com" name="toradex"/> |
12 | <remote fetch="git://github.com/architech-boards" name="architech"/> | ||
12 | <remote fetch="ssh://qt-gerrit.ci.local/QtRD-15810" name="gerrit"/> | 13 | <remote fetch="ssh://qt-gerrit.ci.local/QtRD-15810" name="gerrit"/> |
13 | 14 | ||
14 | <project name="poky" | 15 | <project name="poky" |
@@ -28,7 +29,7 @@ | |||
28 | remote="yocto" | 29 | remote="yocto" |
29 | revision="dizzy" | 30 | revision="dizzy" |
30 | path="sources/meta-fsl-arm" | 31 | path="sources/meta-fsl-arm" |
31 | groups="notdefault,fsl,toradex"/> | 32 | groups="notdefault,fsl,toradex,architech"/> |
32 | <project name="meta-ti" | 33 | <project name="meta-ti" |
33 | remote="yocto" | 34 | remote="yocto" |
34 | revision="master" | 35 | revision="master" |
@@ -43,7 +44,7 @@ | |||
43 | remote="freescale" | 44 | remote="freescale" |
44 | revision="dizzy" | 45 | revision="dizzy" |
45 | path="sources/meta-fsl-arm-extra" | 46 | path="sources/meta-fsl-arm-extra" |
46 | groups="notdefault,fsl,toradex"/> | 47 | groups="notdefault,fsl,toradex,architech"/> |
47 | <project name="meta-beagleboard" | 48 | <project name="meta-beagleboard" |
48 | remote="beagleboard" | 49 | remote="beagleboard" |
49 | revision="master" | 50 | revision="master" |
@@ -54,6 +55,11 @@ | |||
54 | revision="V2.3-next" | 55 | revision="V2.3-next" |
55 | path="sources/meta-toradex" | 56 | path="sources/meta-toradex" |
56 | groups="notdefault,toradex"/> | 57 | groups="notdefault,toradex"/> |
58 | <project name="meta-tibidabo" | ||
59 | remote="architech" | ||
60 | revision="dora" | ||
61 | path="sources/meta-tibidabo" | ||
62 | groups="notdefault,architech"/> | ||
57 | 63 | ||
58 | </manifest> | 64 | </manifest> |
59 | 65 | ||
diff --git a/scripts/manifest_tibidabo.xml b/scripts/manifest_tibidabo.xml deleted file mode 100644 index 97c18dd..0000000 --- a/scripts/manifest_tibidabo.xml +++ /dev/null | |||
@@ -1,31 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <manifest> | ||
3 | |||
4 | <default sync-j="4" revision="dora"/> | ||
5 | |||
6 | <remote fetch="git://git.yoctoproject.org" name="yocto"/> | ||
7 | <remote fetch="git://git.openembedded.org" name="oe"/> | ||
8 | <remote fetch="git://github.com/Freescale" name="freescale"/> | ||
9 | <remote fetch="https://github.com/architech-boards/" name="architech"/> | ||
10 | |||
11 | <project name="poky" | ||
12 | remote="yocto" | ||
13 | revision="84c2763fa0bf08a83caa2c5ee532b5bef2ff918b" | ||
14 | path="sources/poky"/> | ||
15 | <project name="meta-openembedded" | ||
16 | remote="oe" | ||
17 | revision="40e0f371f3eb1628655c484feac0cebf810737b4" | ||
18 | path="sources/meta-openembedded"/> | ||
19 | |||
20 | <project name="meta-fsl-arm" | ||
21 | remote="yocto" | ||
22 | revision="fb1681666fac9c096314cd01242be4613b7ff140" | ||
23 | path="sources/meta-fsl-arm" | ||
24 | groups="notdefault,architech"/> | ||
25 | <project name="meta-tibidabo" | ||
26 | remote="architech" | ||
27 | revision="06c6b09e0776507e1230aa98b5ca10d9d3968286" | ||
28 | path="sources/meta-tibidabo" | ||
29 | groups="notdefault,architech"/> | ||
30 | |||
31 | </manifest> | ||