summaryrefslogtreecommitdiffstats
path: root/qemuarm/manifest_template.xml
diff options
context:
space:
mode:
Diffstat (limited to 'qemuarm/manifest_template.xml')
-rw-r--r--qemuarm/manifest_template.xml12
1 files changed, 4 insertions, 8 deletions
diff --git a/qemuarm/manifest_template.xml b/qemuarm/manifest_template.xml
index d1240a4..3ffaac2 100644
--- a/qemuarm/manifest_template.xml
+++ b/qemuarm/manifest_template.xml
@@ -1,15 +1,11 @@
1<?xml version="1.0" encoding="UTF-8"?>
1<manifest> 2<manifest>
2 <!--Manifest template for Qemu, arm --> 3 <!--Manifest template for Qemu, arm -->
3
4 <remote name="git-enea" fetch="git://git.enea.se/"/>
5 4
6 <default revision="master" remote="git-enea"/> 5 <include name="common/common_manifest.xml"/>
7 6
8 <project name="linux/poky" path="poky" revision="krogoth"/> 7 <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common">
9 <project name="linux/meta-openembedded" path="poky/meta-openembedded"/>
10 <project name="linux/meta-enea-base" path="poky/meta-enea-base">
11 <linkfile src="../../.repo/manifests/qemuarm/README" dest="README"/> 8 <linkfile src="../../.repo/manifests/qemuarm/README" dest="README"/>
12 </project> 9 </project>
13 <project name="linux/meta-enea-base-arm" path="poky/meta-enea-base-arm"/> 10
14 <project name="linux/meta-enea-bsp-base" path="poky/meta-enea-bsp-base"/>
15</manifest> 11</manifest>