summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Mangeac <Adrian.Mangeac@enea.com>2019-07-26 16:52:12 +0200
committerAdrian Mangeac <Adrian.Mangeac@enea.com>2019-07-26 16:53:58 +0200
commitb1b919f6382ba10b895f5e270d774103b126b723 (patch)
treeca5e7ed78f2a834958f9e4dcba4b6776b0949c01
parent592090d431c435b30a3423b3ba3a5663e080d20d (diff)
downloadel_manifests-standard-b1b919f6382ba10b895f5e270d774103b126b723.tar.gz
intel-corei7-64: Initial commit on warrior
Change-Id: Idd679952c829470591d486aac7ea813302ef168f Signed-off-by: Adrian Mangeac <Adrian.Mangeac@enea.com>
-rw-r--r--common/common_manifest.xml9
-rw-r--r--intel-corei7-64/README5
-rw-r--r--intel-corei7-64/default.xml17
-rw-r--r--intel-corei7-64/manifest_template.xml3
4 files changed, 14 insertions, 20 deletions
diff --git a/common/common_manifest.xml b/common/common_manifest.xml
index 9d597a5..b3caab3 100644
--- a/common/common_manifest.xml
+++ b/common/common_manifest.xml
@@ -5,16 +5,13 @@
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 <remote name="gerrit-enea" fetch="ssh://gerrit.enea.se:29418/"/>
7 7
8 <default revision="sumo" remote="gerrit-enea"/> 8 <default revision="warrior" remote="gerrit-enea"/>
9 9
10 <project name="linux/meta-el-common" path="poky/meta-el-common"/> 10 <project name="linux/meta-el-common" path="poky/meta-el-common"/>
11 <project name="linux/meta-el-standard" path="poky/meta-el-standard"/> 11 <project name="linux/meta-el-standard" path="poky/meta-el-standard"/>
12 12
13 <!-- git.enea.com repos --> 13 <!-- git.enea.com repos -->
14 14 <project name="linux/poky" path="poky" upstream="warrior" remote="git-enea"/>
15 <project name="linux/poky" path="poky" revision="51872d3f99e38f9d883ab0a8782ceecb41822fd0" upstream="sumo" remote="git-enea"/> 15 <project name="linux/meta-openembedded" path="poky/meta-openembedded" upstream="warrior" 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
19 16
20</manifest> 17</manifest>
diff --git a/intel-corei7-64/README b/intel-corei7-64/README
index 47e7502..c45f2b1 100644
--- a/intel-corei7-64/README
+++ b/intel-corei7-64/README
@@ -1,6 +1,5 @@
1This file contains build and boot instructions for Enea Linux on RaspberryPi3, 1This file contains build and boot instructions for Enea Linux on
2 2intel-corei7-64, standard profile.
3standard profile.
4 3
5 4
6 5
diff --git a/intel-corei7-64/default.xml b/intel-corei7-64/default.xml
index d7486a9..ce7eaa5 100644
--- a/intel-corei7-64/default.xml
+++ b/intel-corei7-64/default.xml
@@ -3,14 +3,13 @@
3 <remote fetch="ssh://gerrit.enea.se:29418/" name="gerrit-enea"/> 3 <remote fetch="ssh://gerrit.enea.se:29418/" name="gerrit-enea"/>
4 <remote fetch="ssh://git@git.enea.com/" name="git-enea"/> 4 <remote fetch="ssh://git@git.enea.com/" name="git-enea"/>
5 5
6 <default remote="gerrit-enea" revision="sumo"/> 6 <default remote="gerrit-enea" revision="warrior"/>
7 7
8 <project name="linux/meta-el-common" path="poky/meta-el-common" revision="27753e6e297fc6f17490cf700f4da10d0df1855e" upstream="sumo"/> 8 <project name="linux/meta-el-common" path="poky/meta-el-common" upstream="warrior"/>
9 <project name="linux/meta-el-standard" path="poky/meta-el-standard" revision="cad8fe01dace60d5a5dfc2ef36fb74fd2edc0c8f" upstream="sumo"/> 9 <project name="linux/meta-el-standard" path="poky/meta-el-standard" upstream="warrior"/>
10 <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common" revision="b20bd9277ff4cbfbdffc4ed48ab6644e7dc17ddd" upstream="sumo"/> 10 <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common" upstream="warrior"/>
11 <project name="linux/meta-enea-bsp-x86" path="poky/meta-enea-bsp-x86" revision="9283658e870eb5070a02275fef0023acd368cc34" upstream="sumo"/> 11 <project name="linux/meta-enea-bsp-x86" path="poky/meta-enea-bsp-x86" upstream="warrior"/>
12 <project name="linux/meta-intel" path="poky/meta-intel" remote="git-enea" revision="4da0ebea8d6d7423d734e80c0d9450ed16b62fbb" upstream="sumo"/> 12 <project name="linux/meta-intel" path="poky/meta-intel" remote="git-enea" upstream="warrior"/>
13 <project name="linux/meta-openembedded" path="poky/meta-openembedded" remote="git-enea" revision="be79b8b111a968efdbe5e1482d0c246d0b24763e" upstream="sumo"/> 13 <project name="linux/meta-openembedded" path="poky/meta-openembedded" remote="git-enea" upstream="warrior"/>
14 <project name="linux/meta-qt5" path="poky/meta-qt5" remote="git-enea" revision="c429cedc9d6babf41feb70211285662356c4125d" upstream="sumo"/> 14 <project name="linux/poky" path="poky" remote="git-enea" upstream="warrior"/>
15 <project name="linux/poky" path="poky" remote="git-enea" revision="51872d3f99e38f9d883ab0a8782ceecb41822fd0" upstream="sumo"/>
16</manifest> 15</manifest>
diff --git a/intel-corei7-64/manifest_template.xml b/intel-corei7-64/manifest_template.xml
index 8c16041..edbe6f2 100644
--- a/intel-corei7-64/manifest_template.xml
+++ b/intel-corei7-64/manifest_template.xml
@@ -4,10 +4,9 @@
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" remote="git-enea"/> 7 <project name="linux/meta-intel" path="poky/meta-intel" upstream="warrior" 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
11 <project name="linux/meta-enea-bsp-x86" path="poky/meta-enea-bsp-x86"/> 10 <project name="linux/meta-enea-bsp-x86" path="poky/meta-enea-bsp-x86"/>
12 11
13</manifest> 12</manifest>