summaryrefslogtreecommitdiffstats
path: root/xeon-d/manifest_template.xml
diff options
context:
space:
mode:
authorSona Sarmadi <sona.sarmadi@enea.com>2018-08-06 08:35:33 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2018-08-07 11:14:58 +0200
commite3eb97a00f3c800317ae4717c33cf44345d3c7dd (patch)
tree86cb9244139c56e99e5584fdd0d69c8ff0266863 /xeon-d/manifest_template.xml
parent74f3a0274daea57d4c90fbcd5e23322ef9814f67 (diff)
downloadel_manifests-nfv-access-e3eb97a00f3c800317ae4717c33cf44345d3c7dd.tar.gz
Fix ELTF nightly build failure issue
Ref: LXCR-8623 Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'xeon-d/manifest_template.xml')
-rw-r--r--xeon-d/manifest_template.xml14
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