summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/common_manifest.xml15
1 files changed, 2 insertions, 13 deletions
diff --git a/common/common_manifest.xml b/common/common_manifest.xml
index 55b2e4c..73cc703 100644
--- a/common/common_manifest.xml
+++ b/common/common_manifest.xml
@@ -3,23 +3,12 @@
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.com/"/> 5 <remote name="git-enea" fetch="git://git.enea.com/"/>
6 <remote name="git-enea-local" fetch="git://git.enea.se/"/>
7 6
8 <default revision="krogoth" remote="git-enea"/> 7 <default revision="krogoth" remote="git-enea"/>
9 8
10 <project name="linux/poky" path="poky"/> 9 <project name="linux/poky" path="poky"/>
11 <project name="linux/meta-openembedded" path="poky/meta-openembedded"/> 10 <project name="linux/meta-openembedded" path="poky/meta-openembedded"/>
12 11 <project name="linux/meta-el-common" path="poky/meta-el-common"/>
13 <project 12 <project name="linux/meta-el-standard" path="poky/meta-el-standard"/>
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 13
25</manifest> 14</manifest>