summaryrefslogtreecommitdiffstats
path: root/qemuarm/manifest_template.xml
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 /qemuarm/manifest_template.xml
parentc0cb445301e7084c8370f47e673fde17fee11c8c (diff)
downloadel_manifests-standard-7d848c27c76b48442df23e5aeb174573f0aba6c5.tar.gz
Introduced common manifest include file
Diffstat (limited to 'qemuarm/manifest_template.xml')
-rw-r--r--qemuarm/manifest_template.xml11
1 files changed, 2 insertions, 9 deletions
diff --git a/qemuarm/manifest_template.xml b/qemuarm/manifest_template.xml
index 3a56d28..bde1ed6 100644
--- a/qemuarm/manifest_template.xml
+++ b/qemuarm/manifest_template.xml
@@ -1,17 +1,10 @@
1<?xml version="1.0" encoding="UTF-8"?> 1<?xml version="1.0" encoding="UTF-8"?>
2<manifest> 2<manifest>
3 <!--Manifest template for Qemu, arm --> 3 <!--Manifest template for Qemu, arm -->
4
5 <remote name="git-enea" fetch="git://git.enea.se/"/>
6 4
7 <default revision="krogoth" remote="git-enea"/> 5 <include name="common/common_manifest.xml"/>
8 6
9 <project name="linux/poky" path="poky"/> 7 <project name="linux/meta-enea-base-arm" path="poky/meta-enea-base-arm">
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 <linkfile src="../../.repo/manifests/qemuarm/README" dest="README"/> 8 <linkfile src="../../.repo/manifests/qemuarm/README" dest="README"/>
14 </project> 9 </project>
15 <project name="linux/meta-enea-base-arm" path="poky/meta-enea-base-arm"/>
16 <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common"/>
17</manifest> 10</manifest>