summaryrefslogtreecommitdiffstats
path: root/scripts/manifest_dizzy.xml
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/manifest_dizzy.xml')
-rw-r--r--scripts/manifest_dizzy.xml10
1 files changed, 8 insertions, 2 deletions
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