summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gheorghiu <andrei.gheorghiu@enea.com>2018-10-31 14:55:17 +0200
committerAndrei Gheorghiu <andrei.gheorghiu@enea.com>2018-10-31 14:55:47 +0200
commit7aea1fd2b5256f91182955bbf73d4d0442247b96 (patch)
treec311fd13fb29d9b36535201e57ecc18ff8e3eeff
parente423bad0b09b8ae241c77074c2f2fc9f7e5bfb2b (diff)
downloadel_manifests-standard-7aea1fd2b5256f91182955bbf73d4d0442247b96.tar.gz
updated manifest with gerrit remotes
Change-Id: I6ba06c0e794897df6329535b53f530a3de9219fb
-rw-r--r--common/common_manifest.xml15
1 files changed, 10 insertions, 5 deletions
diff --git a/common/common_manifest.xml b/common/common_manifest.xml
index 66f1c7a..9d597a5 100644
--- a/common/common_manifest.xml
+++ b/common/common_manifest.xml
@@ -3,13 +3,18 @@
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="ssh://git@git.enea.com/"/> 5 <remote name="git-enea" fetch="ssh://git@git.enea.com/"/>
6 <remote name="gerrit-enea" fetch="ssh://gerrit.enea.se:29418/"/>
6 7
7 <default revision="sumo" remote="git-enea"/> 8 <default revision="sumo" remote="gerrit-enea"/>
8 9
9 <project name="linux/poky" path="poky" revision="51872d3f99e38f9d883ab0a8782ceecb41822fd0" upstream="sumo"/>
10 <project name="linux/meta-openembedded" path="poky/meta-openembedded" revision="be79b8b111a968efdbe5e1482d0c246d0b24763e" upstream="sumo"/>
11 <project name="linux/meta-el-common" path="poky/meta-el-common"/> 10 <project name="linux/meta-el-common" path="poky/meta-el-common"/>
12 <project name="linux/meta-el-standard" path="poky/meta-el-standard"/> 11 <project name="linux/meta-el-standard" path="poky/meta-el-standard"/>
13 <project name="linux/meta-qt5" path="poky/meta-qt5" revision="c429cedc9d6babf41feb70211285662356c4125d" upstream="sumo"/> 12
13 <!-- git.enea.com repos -->
14
15 <project name="linux/poky" path="poky" revision="51872d3f99e38f9d883ab0a8782ceecb41822fd0" upstream="sumo" remote="git-enea"/>
16 <project name="linux/meta-openembedded" path="poky/meta-openembedded" revision="be79b8b111a968efdbe5e1482d0c246d0b24763e" upstream="sumo" remote="git-enea"/>
17 <project name="linux/meta-qt5" path="poky/meta-qt5" revision="c429cedc9d6babf41feb70211285662356c4125d" upstream="sumo" remote="git-enea"/>
18
14 19
15</manifest> 20</manifest>