summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2018-07-06 13:59:13 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2018-07-06 13:59:13 +0200
commit596d67a7e195039dc6ec455e00e8446ef8f5aa07 (patch)
tree6ed140f75570d34e402d31bfc3f3aa4ef62c3ac1 /common
downloadel_manifests-rt-596d67a7e195039dc6ec455e00e8446ef8f5aa07.tar.gz
Initial commit
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'common')
-rw-r--r--common/common_manifest.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/common/common_manifest.xml b/common/common_manifest.xml
new file mode 100644
index 0000000..ec02252
--- /dev/null
+++ b/common/common_manifest.xml
@@ -0,0 +1,14 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
3 <!--Common parts of the manifest template for RT profile -->
4
5 <remote name="git-enea" fetch="ssh://git@git.enea.com/"/>
6
7 <default revision="sumo" remote="git-enea"/>
8
9 <project name="linux/poky" path="poky"/>
10 <project name="linux/meta-openembedded" path="poky/meta-openembedded"/>
11 <project name="linux/meta-el-common" path="poky/meta-el-common"/>
12 <project name="linux/meta-el-rt" path="poky/meta-el-rt"/>
13
14</manifest>