summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorThomas Lundström <thomas.lundstrom@enea.com>2016-04-26 15:34:10 +0200
committerThomas Lundström <thomas.lundstrom@enea.com>2016-04-26 15:34:10 +0200
commit7d848c27c76b48442df23e5aeb174573f0aba6c5 (patch)
treea2001614f4e0172e0cb600a922731cb8ddb3c476 /common
parentc0cb445301e7084c8370f47e673fde17fee11c8c (diff)
downloadel_manifests-standard-7d848c27c76b48442df23e5aeb174573f0aba6c5.tar.gz
Introduced common manifest include file
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..6f3f65c
--- /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.se/"/>
6
7 <default revision="krogoth" 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 <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common"/>
14</manifest>