summaryrefslogtreecommitdiffstats
path: root/qemux86/manifest_template.xml
diff options
context:
space:
mode:
authorThomas Lundström <thomas.lundstrom@enea.com>2016-04-12 14:53:08 +0200
committerThomas Lundström <thomas.lundstrom@enea.com>2016-04-12 14:53:08 +0200
commitbf70eca95171db379760fec43c072fcd14ecaaa7 (patch)
treedf8e28aed80cce7969b6d39f8f65677ebefb2f98 /qemux86/manifest_template.xml
downloadel_manifests-standard-bf70eca95171db379760fec43c072fcd14ecaaa7.tar.gz
First version
Diffstat (limited to 'qemux86/manifest_template.xml')
-rw-r--r--qemux86/manifest_template.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/qemux86/manifest_template.xml b/qemux86/manifest_template.xml
new file mode 100644
index 0000000..5d4aa9f
--- /dev/null
+++ b/qemux86/manifest_template.xml
@@ -0,0 +1,15 @@
1<manifest>
2 <!--Manifest template for Qemu, x86 -->
3
4 <remote name="git-enea" fetch="git://git.enea.se/"/>
5
6 <default revision="master" remote="git-enea"/>
7
8 <project name="linux/poky" path="poky" revision="krogoth"/>
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"/>
12 </project>
13 <project name="linux/meta-enea-base-x86" path="poky/meta-enea-base-x86"/>
14 <project name="linux/meta-enea-bsp-base" path="poky/meta-enea-bsp-base"/>
15</manifest>