summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gheorghiu <andrei.gheorghiu@enea.com>2018-11-01 08:55:44 +0100
committerAndrei Gheorghiu <andrei.gheorghiu@enea.com>2018-11-01 09:03:00 +0100
commit637747d34466e570ef611f35f780ffe3f7add7a0 (patch)
tree876045b810da994333725d09ee8ee02c7b8b72ea
parenta4bea375c6634de5294ecbfec1721acdadf6066f (diff)
downloadel_manifests-rt-637747d34466e570ef611f35f780ffe3f7add7a0.tar.gz
updated manifests with gerrit repository
- also removed extra whitespace on empty lines Change-Id: Idfb8001c1e7d7f7a9c9f5772f60668fb2bc9b1e8
-rw-r--r--common/common_manifest.xml16
-rw-r--r--intel-corei7-64/manifest_template.xml10
2 files changed, 15 insertions, 11 deletions
diff --git a/common/common_manifest.xml b/common/common_manifest.xml
index 0d7c11f..50c8659 100644
--- a/common/common_manifest.xml
+++ b/common/common_manifest.xml
@@ -2,13 +2,17 @@
2<manifest> 2<manifest>
3 <!--Common parts of the manifest template for RT profile --> 3 <!--Common parts of the manifest template for RT 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 6 <remote name="gerrit-enea" fetch="ssh://gerrit.enea.se:29418/"/>
7 <default revision="sumo" remote="git-enea"/> 7
8 8 <default revision="sumo" remote="gerrit-enea"/>
9 <project name="linux/poky" path="poky" revision="51872d3f99e38f9d883ab0a8782ceecb41822fd0" upstream="sumo"/> 9
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-rt" path="poky/meta-el-rt"/> 11 <project name="linux/meta-el-rt" path="poky/meta-el-rt"/>
13 12
13 <!-- git.enea.com repositories -->
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
14</manifest> 18</manifest>
diff --git a/intel-corei7-64/manifest_template.xml b/intel-corei7-64/manifest_template.xml
index 1365860..7a13a64 100644
--- a/intel-corei7-64/manifest_template.xml
+++ b/intel-corei7-64/manifest_template.xml
@@ -1,15 +1,15 @@
1<?xml version="1.0" encoding="UTF-8"?> 1<?xml version="1.0" encoding="UTF-8"?>
2<manifest> 2<manifest>
3 <!--Manifest template for intel-corei7-64 --> 3 <!--Manifest template for intel-corei7-64 -->
4 4
5 <include name="common/common_manifest.xml"/> 5 <include name="common/common_manifest.xml"/>
6 6
7 <project name="linux/meta-intel" path="poky/meta-intel" revision="4da0ebea8d6d7423d734e80c0d9450ed16b62fbb" upstream="sumo"/> 7 <project name="linux/meta-intel" path="poky/meta-intel" revision="4da0ebea8d6d7423d734e80c0d9450ed16b62fbb" upstream="sumo" remote="git-enea"/>
8 8
9 <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common"> 9 <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common">
10 <linkfile src="../../.repo/manifests/intel-corei7-64/README" dest="README"/> 10 <linkfile src="../../.repo/manifests/intel-corei7-64/README" dest="README"/>
11 </project> 11 </project>
12 12
13 <project name="linux/meta-enea-bsp-x86" path="poky/meta-enea-bsp-x86"/> 13 <project name="linux/meta-enea-bsp-x86" path="poky/meta-enea-bsp-x86"/>
14 14
15</manifest> 15</manifest>