summaryrefslogtreecommitdiffstats
path: root/qemux86-64/manifest_template.xml
diff options
context:
space:
mode:
Diffstat (limited to 'qemux86-64/manifest_template.xml')
-rw-r--r--qemux86-64/manifest_template.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/qemux86-64/manifest_template.xml b/qemux86-64/manifest_template.xml
new file mode 100644
index 0000000..8cd68a9
--- /dev/null
+++ b/qemux86-64/manifest_template.xml
@@ -0,0 +1,21 @@
1<manifest>
2 <!--Manifest template for inteld1521, virtualization profile -->
3
4 <remote name="git-enea" fetch="ssh://git@git.enea.com"/>
5
6 <default revision="pyro" remote="git-enea"/>
7
8 <project name="linux/poky" path="poky">
9 <linkfile src="../.repo/manifests/README" dest="README"/>
10 </project>
11
12 <project name="linux/meta-el-common" path="poky/meta-el-common"/>
13 <project name="linux/meta-el-virtualization" path="poky/meta-el-virtualization"/>
14 <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common"/>
15 <project name="linux/meta-enea-bsp-x86" path="poky/meta-enea-bsp-x86"/>
16 <project name="linux/meta-enea-virtualization" path="poky/meta-enea-virtualization"/>
17 <project name="linux/meta-intel" path="poky/meta-intel"/>
18 <project name="linux/meta-openembedded" path="poky/meta-openembedded"/>
19 <project name="linux/meta-virtualization" path="poky/meta-virtualization"/>
20
21</manifest>