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.xml11
1 files changed, 2 insertions, 9 deletions
diff --git a/qemux86/manifest_template.xml b/qemux86/manifest_template.xml
index 08e1dbe..6798b61 100644
--- a/qemux86/manifest_template.xml
+++ b/qemux86/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, x86 --> 3 <!--Manifest template for Qemu, x86 -->
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-x86" path="poky/meta-enea-base-x86">
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/qemux86/README" dest="README"/> 8 <linkfile src="../../.repo/manifests/qemux86/README" dest="README"/>
14 </project> 9 </project>
15 <project name="linux/meta-enea-base-x86" path="poky/meta-enea-base-x86"/>
16 <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common"/>
17</manifest> 10</manifest>