diff options
Diffstat (limited to 'qemux86-64/manifest_template.xml')
-rw-r--r-- | qemux86-64/manifest_template.xml | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/qemux86-64/manifest_template.xml b/qemux86-64/manifest_template.xml index 3c8128a..2172e9a 100644 --- a/qemux86-64/manifest_template.xml +++ b/qemux86-64/manifest_template.xml | |||
@@ -1,19 +1,15 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
1 | <manifest> | 2 | <manifest> |
2 | <!--Manifest template for inteld1521, virtualization profile --> | 3 | <!--Manifest template for qemux86-64 virtualization profile --> |
3 | 4 | ||
4 | <include name="common/common_manifest.xml"/> | 5 | <include name="common/common_manifest.xml"/> |
5 | 6 | ||
6 | <remote name="git-enea" fetch="ssh://git@git.enea.com"/> | ||
7 | |||
8 | <default revision="rocko" remote="git-enea"/> | ||
9 | |||
10 | <project name="linux/poky" path="poky"> | ||
11 | <linkfile src="../.repo/manifests/README" dest="README"/> | ||
12 | </project> | ||
13 | |||
14 | <project name="linux/meta-el-common" path="poky/meta-el-common"/> | 7 | <project name="linux/meta-el-common" path="poky/meta-el-common"/> |
15 | <project name="linux/meta-el-nfv-access" path="poky/meta-el-nfv-access"/> | 8 | <project name="linux/meta-el-nfv-access" path="poky/meta-el-nfv-access"/> |
16 | <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common"/> | 9 | |
10 | <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common"> | ||
11 | <linkfile src="../../.repo/manifests/qemux86-64/README" dest="README"/> | ||
12 | </project> | ||
17 | <project name="linux/meta-enea-bsp-x86" path="poky/meta-enea-bsp-x86"/> | 13 | <project name="linux/meta-enea-bsp-x86" path="poky/meta-enea-bsp-x86"/> |
18 | <project name="linux/meta-enea-virtualization" path="poky/meta-enea-virtualization"/> | 14 | <project name="linux/meta-enea-virtualization" path="poky/meta-enea-virtualization"/> |
19 | 15 | ||