summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--atom-c3000/.README2
-rw-r--r--common/common_manifest.xml6
-rw-r--r--xeon-d/.README2
-rw-r--r--xeon-d/manifest_template.xml14
4 files changed, 8 insertions, 16 deletions
diff --git a/atom-c3000/.README b/atom-c3000/.README
index 65556bc..1552daf 100644
--- a/atom-c3000/.README
+++ b/atom-c3000/.README
@@ -2,7 +2,7 @@ This file is a template used to produce the real README. Read that one instead.
2 2
3________END_OF_HEADER________ 3________END_OF_HEADER________
4This file contains build and boot instructions for Enea Linux NFV Access Platfrom 4This file contains build and boot instructions for Enea Linux NFV Access Platfrom
5on denverton. 5on atom-c3000.
6 6
7________INSERT_BUILD_SEQUENCES_HERE________ 7________INSERT_BUILD_SEQUENCES_HERE________
8 8
diff --git a/common/common_manifest.xml b/common/common_manifest.xml
index f244c2c..74e4e62 100644
--- a/common/common_manifest.xml
+++ b/common/common_manifest.xml
@@ -6,12 +6,8 @@
6 6
7 <default revision="rocko" remote="git-enea"/> 7 <default revision="rocko" remote="git-enea"/>
8 8
9 <project name="linux/poky" path="poky" revision="7e7ee662f5dea4d090293045f7498093322802cc" upstream="rocko"> 9 <project name="linux/poky" path="poky" revision="7e7ee662f5dea4d090293045f7498093322802cc" upstream="rocko"/>
10 <linkfile src="../.repo/manifests/README" dest="README"/>
11 </project>
12
13 <project name="linux/meta-intel" path="poky/meta-intel" revision="f66ce51d059d291a441d896854be8db70de5a554" upstream="rocko"/> 10 <project name="linux/meta-intel" path="poky/meta-intel" revision="f66ce51d059d291a441d896854be8db70de5a554" upstream="rocko"/>
14 <project name="linux/meta-dpdk" path="poky/meta-dpdk" revision="9d2d7a606278131479cc5b6c8cad65ddea3ff9f6" upstream="rocko"/>
15 <project name="linux/meta-dpdk" path="poky/meta-dpdk" revision="9d2d7a606278131479cc5b6c8cad65ddea3ff9f6" upstream="master"/> 11 <project name="linux/meta-dpdk" path="poky/meta-dpdk" revision="9d2d7a606278131479cc5b6c8cad65ddea3ff9f6" upstream="master"/>
16 <project name="linux/meta-openembedded" path="poky/meta-openembedded" revision="dacfa2b1920e285531bec55cd2f08743390aaf57" upstream="rocko"/> 12 <project name="linux/meta-openembedded" path="poky/meta-openembedded" revision="dacfa2b1920e285531bec55cd2f08743390aaf57" upstream="rocko"/>
17 <project name="linux/meta-virtualization" path="poky/meta-virtualization" revision="bd77388f31929f38e7d4cc9c711f0f83f563007e" upstream="rocko"/> 13 <project name="linux/meta-virtualization" path="poky/meta-virtualization" revision="bd77388f31929f38e7d4cc9c711f0f83f563007e" upstream="rocko"/>
diff --git a/xeon-d/.README b/xeon-d/.README
index 53d10df..ba847c8 100644
--- a/xeon-d/.README
+++ b/xeon-d/.README
@@ -2,7 +2,7 @@ This file is a template used to produce the real README. Read that one instead.
2 2
3________END_OF_HEADER________ 3________END_OF_HEADER________
4This file contains build and boot instructions for Enea Linux NFV Access Platfrom 4This file contains build and boot instructions for Enea Linux NFV Access Platfrom
5on inteld1521. 5on xeon-d.
6 6
7________INSERT_BUILD_SEQUENCES_HERE________ 7________INSERT_BUILD_SEQUENCES_HERE________
8 8
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