summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorThomas Lundström <thomas.lundstrom@enea.com>2016-05-12 09:29:26 +0200
committerThomas Lundström <thomas.lundstrom@enea.com>2016-05-12 09:29:26 +0200
commit911cc047ce810da8e7bb10de5bcb9706cdfb5711 (patch)
treee1d670eda153293a79e92df6d8bdf534b71ac404 /common
parenta3a960a7c000047e4ad5b536d4f5a0659e636179 (diff)
downloadel_manifests-standard-911cc047ce810da8e7bb10de5bcb9706cdfb5711.tar.gz
Completely replaced git.enea.se with git.enea.com
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>