summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorThomas Lundström <thomas.lundstrom@enea.com>2016-04-29 15:50:38 +0200
committerThomas Lundström <thomas.lundstrom@enea.com>2016-04-29 15:50:38 +0200
commit3eed031a65672546447aacc6b0f6e6721478ddfa (patch)
treef3710c377f3fe9c08ad1164f6c2ccb7aa68a6a3a /common
parentcba7dacab716a4717b13a8901d88f3e07325f1a7 (diff)
downloadel_manifests-standard-3eed031a65672546447aacc6b0f6e6721478ddfa.tar.gz
Changed to public source for some repos
Diffstat (limited to 'common')
-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>