summaryrefslogtreecommitdiffstats
path: root/common/common_manifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'common/common_manifest.xml')
-rw-r--r--common/common_manifest.xml25
1 files changed, 21 insertions, 4 deletions
diff --git a/common/common_manifest.xml b/common/common_manifest.xml
index 6f3f65c..a5b53bd 100644
--- a/common/common_manifest.xml
+++ b/common/common_manifest.xml
@@ -2,13 +2,30 @@
2<manifest> 2<manifest>
3 <!--Common parts of the manifest template for standard profile --> 3 <!--Common parts of the manifest template for standard profile -->
4 4
5 <remote name="git-enea" fetch="git://git.enea.se/"/> 5 <remote name="git-enea" fetch="git://git.enea.com/"/>
6 <remote name="git-enea-local" fetch="git://git.enea.se/"/>
6 7
7 <default revision="krogoth" remote="git-enea"/> 8 <default revision="krogoth" remote="git-enea"/>
8 9
9 <project name="linux/poky" path="poky"/> 10 <project name="linux/poky" path="poky"/>
10 <project name="linux/meta-openembedded" path="poky/meta-openembedded"/> 11 <project name="linux/meta-openembedded" path="poky/meta-openembedded"/>
11 <project name="linux/meta-el-common" path="poky/meta-el-common"/> 12
12 <project name="linux/meta-el-standard" path="poky/meta-el-standard"/> 13 <project
13 <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common"/> 14 name="linux/meta-el-common"
15 path="poky/meta-el-common"
16 remote="git-enea-local"
17 />
18
19 <project
20 name="linux/meta-el-standard"
21 path="poky/meta-el-standard"
22 remote="git-enea-local"
23 />
24
25 <project
26 name="linux/meta-enea-bsp-common"
27 path="poky/meta-enea-bsp-common"
28 remote="git-enea-local"
29 />
30
14</manifest> 31</manifest>