summaryrefslogtreecommitdiffstats
path: root/qemux86-64/manifest_template.xml
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-03-22 10:51:31 +0100
committerMartin Borg <martin.borg@enea.com>2017-03-23 10:18:03 +0100
commit41f72f6ab0db528eb4826d55569c97402831508b (patch)
tree5bf1084accc94bea6ad9d5395f68d43e0327650a /qemux86-64/manifest_template.xml
parentcd10a237651613806c46804def640a622e9034c3 (diff)
downloadel_manifests-virtualization-41f72f6ab0db528eb4826d55569c97402831508b.tar.gz
Add qemux86-64 template and move images to their specific targets
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
Diffstat (limited to 'qemux86-64/manifest_template.xml')
-rw-r--r--qemux86-64/manifest_template.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/qemux86-64/manifest_template.xml b/qemux86-64/manifest_template.xml
new file mode 100644
index 0000000..46bba49
--- /dev/null
+++ b/qemux86-64/manifest_template.xml
@@ -0,0 +1,22 @@
1<manifest>
2 <!--Manifest template for inteld1521, virtualization profile -->
3
4 <remote name="git-enea" fetch="git://git.enea.com"/>
5 <remote name="git-enea-local" fetch="git://git.enea.se"/>
6
7 <default revision="master" remote="git-enea"/>
8
9 <project name="linux/poky" path="poky">
10 <linkfile src="../.repo/manifests/README" dest="README"/>
11 </project>
12
13 <project name="linux/meta-el-common" path="poky/meta-el-common"/>
14 <project name="linux/meta-el-virtualization" path="poky/meta-el-virtualization" remote="git-enea-local"/>
15 <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common"/>
16 <project name="linux/meta-enea-bsp-x86" path="poky/meta-enea-bsp-x86"/>
17 <project name="linux/meta-enea-virtualization" path="poky/meta-enea-virtualization" remote="git-enea-local"/>
18 <project name="linux/meta-intel" path="poky/meta-intel" remote="git-enea-local"/>
19 <project name="linux/meta-openembedded" path="poky/meta-openembedded"/>
20 <project name="linux/meta-virtualization" path="poky/meta-virtualization"/>
21
22</manifest>