diff options
Diffstat (limited to 'xeon-d/manifest_template.xml')
-rw-r--r-- | xeon-d/manifest_template.xml | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/xeon-d/manifest_template.xml b/xeon-d/manifest_template.xml index 3fc3b38..88a9d86 100644 --- a/xeon-d/manifest_template.xml +++ b/xeon-d/manifest_template.xml | |||
@@ -1,19 +1,15 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
1 | <manifest> | 2 | <manifest> |
2 | <!--Manifest template for xeon-d, virtualization profile --> | 3 | <!--Manifest template for xeon-d, 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/xeon-d/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 | ||