summaryrefslogtreecommitdiffstats
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
parenta3a960a7c000047e4ad5b536d4f5a0659e636179 (diff)
downloadel_manifests-standard-911cc047ce810da8e7bb10de5bcb9706cdfb5711.tar.gz
Completely replaced git.enea.se with git.enea.com
-rw-r--r--common/common_manifest.xml15
-rw-r--r--ls1021aiot/manifest_template.xml12
-rw-r--r--p2041rdb/manifest_template.xml14
-rw-r--r--qemuarm/manifest_template.xml6
-rw-r--r--qemuppc/manifest_template.xml6
-rw-r--r--qemux86/manifest_template.xml6
6 files changed, 10 insertions, 49 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>
diff --git a/ls1021aiot/manifest_template.xml b/ls1021aiot/manifest_template.xml
index f532107..3ffbb28 100644
--- a/ls1021aiot/manifest_template.xml
+++ b/ls1021aiot/manifest_template.xml
@@ -6,18 +6,10 @@
6 6
7 <project name="linux/meta-fsl-arm" path="poky/meta-fsl-arm"/> 7 <project name="linux/meta-fsl-arm" path="poky/meta-fsl-arm"/>
8 8
9 <project 9 <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common">
10 name="linux/meta-enea-bsp-common"
11 path="poky/meta-enea-bsp-common"
12 remote="git-enea-local"
13 >
14 <linkfile src="../../.repo/manifests/ls1021aiot/README" dest="README"/> 10 <linkfile src="../../.repo/manifests/ls1021aiot/README" dest="README"/>
15 </project> 11 </project>
16 12
17 <project 13 <project name="linux/meta-enea-bsp-arm" path="poky/meta-enea-bsp-arm"/>
18 name="linux/meta-enea-bsp-arm"
19 path="poky/meta-enea-bsp-arm"
20 remote="git-enea-local"
21 />
22 14
23</manifest> 15</manifest>
diff --git a/p2041rdb/manifest_template.xml b/p2041rdb/manifest_template.xml
index 876837b..c92b10f 100644
--- a/p2041rdb/manifest_template.xml
+++ b/p2041rdb/manifest_template.xml
@@ -6,18 +6,10 @@
6 6
7 <project name="linux/meta-fsl-ppc" path="poky/meta-fsl-ppc"/> 7 <project name="linux/meta-fsl-ppc" path="poky/meta-fsl-ppc"/>
8 8
9 <project 9 <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common">
10 name="linux/meta-enea-bsp-common"
11 path="poky/meta-enea-bsp-common"
12 remote="git-enea-local"
13 >
14 <linkfile src="../../.repo/manifests/p2041rdb/README" dest="README"/> 10 <linkfile src="../../.repo/manifests/p2041rdb/README" dest="README"/>
15 </project> 11 </project>
16 12
17 <project 13 <project name="linux/meta-enea-bsp-ppc" path="poky/meta-enea-bsp-ppc"/>
18 name="linux/meta-enea-bsp-ppc"
19 path="poky/meta-enea-bsp-ppc"
20 remote="git-enea-local"
21 />
22 14
23</manifest> 15</manifest>
diff --git a/qemuarm/manifest_template.xml b/qemuarm/manifest_template.xml
index 93bd088..3ffaac2 100644
--- a/qemuarm/manifest_template.xml
+++ b/qemuarm/manifest_template.xml
@@ -4,11 +4,7 @@
4 4
5 <include name="common/common_manifest.xml"/> 5 <include name="common/common_manifest.xml"/>
6 6
7 <project 7 <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common">
8 name="linux/meta-enea-bsp-common"
9 path="poky/meta-enea-bsp-common"
10 remote="git-enea-local"
11 >
12 <linkfile src="../../.repo/manifests/qemuarm/README" dest="README"/> 8 <linkfile src="../../.repo/manifests/qemuarm/README" dest="README"/>
13 </project> 9 </project>
14 10
diff --git a/qemuppc/manifest_template.xml b/qemuppc/manifest_template.xml
index eecbe3d..31f580c 100644
--- a/qemuppc/manifest_template.xml
+++ b/qemuppc/manifest_template.xml
@@ -4,11 +4,7 @@
4 4
5 <include name="common/common_manifest.xml"/> 5 <include name="common/common_manifest.xml"/>
6 6
7 <project 7 <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common">
8 name="linux/meta-enea-bsp-common"
9 path="poky/meta-enea-bsp-common"
10 remote="git-enea-local"
11 >
12 <linkfile src="../../.repo/manifests/qemuppc/README" dest="README"/> 8 <linkfile src="../../.repo/manifests/qemuppc/README" dest="README"/>
13 </project> 9 </project>
14 10
diff --git a/qemux86/manifest_template.xml b/qemux86/manifest_template.xml
index 59d6400..fd5fe47 100644
--- a/qemux86/manifest_template.xml
+++ b/qemux86/manifest_template.xml
@@ -4,11 +4,7 @@
4 4
5 <include name="common/common_manifest.xml"/> 5 <include name="common/common_manifest.xml"/>
6 6
7 <project 7 <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common">
8 name="linux/meta-enea-bsp-common"
9 path="poky/meta-enea-bsp-common"
10 remote="git-enea-local"
11 >
12 <linkfile src="../../.repo/manifests/qemux86/README" dest="README"/> 8 <linkfile src="../../.repo/manifests/qemux86/README" dest="README"/>
13 </project> 9 </project>
14 10