diff options
Diffstat (limited to 'qemux86-64/manifest_template.xml')
-rw-r--r-- | qemux86-64/manifest_template.xml | 22 |
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> | ||