summaryrefslogtreecommitdiffstats
path: root/qemux86/manifest_template.xml
diff options
context:
space:
mode:
Diffstat (limited to 'qemux86/manifest_template.xml')
-rw-r--r--qemux86/manifest_template.xml12
1 files changed, 4 insertions, 8 deletions
diff --git a/qemux86/manifest_template.xml b/qemux86/manifest_template.xml
index 5d4aa9f..fd5fe47 100644
--- a/qemux86/manifest_template.xml
+++ b/qemux86/manifest_template.xml
@@ -1,15 +1,11 @@
1<?xml version="1.0" encoding="UTF-8"?>
1<manifest> 2<manifest>
2 <!--Manifest template for Qemu, x86 --> 3 <!--Manifest template for Qemu, x86 -->
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/qemux86/README" dest="README"/> 8 <linkfile src="../../.repo/manifests/qemux86/README" dest="README"/>
12 </project> 9 </project>
13 <project name="linux/meta-enea-base-x86" path="poky/meta-enea-base-x86"/> 10
14 <project name="linux/meta-enea-bsp-base" path="poky/meta-enea-bsp-base"/>
15</manifest> 11</manifest>