summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorThomas Lundström <thomas.lundstrom@enea.com>2016-06-20 09:19:40 +0200
committerThomas Lundström <thomas.lundstrom@enea.com>2016-06-20 09:29:03 +0200
commitd61a097efcabc61c046f2ed41a2a14dbddda04f4 (patch)
treed6fc0229f086d9ced76d666bffffe2c4f75fcaa5 /common
parentbf70eca95171db379760fec43c072fcd14ecaaa7 (diff)
downloadel_manifests-standard-d61a097efcabc61c046f2ed41a2a14dbddda04f4.tar.gz
Setup of master branch
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..d600dbc
--- /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 standard profile -->
4
5 <remote name="git-enea" fetch="git://git.enea.com/"/>
6
7 <default revision="master" 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-standard" path="poky/meta-el-standard"/>
13
14</manifest>