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