diff options
author | Sona Sarmadi <sona.sarmadi@enea.com> | 2018-08-08 09:52:23 +0200 |
---|---|---|
committer | Adrian Dudau <adrian.dudau@enea.com> | 2018-08-08 11:20:26 +0200 |
commit | 6f44efbd636f4071b00ad426f8c61ff55510b7b2 (patch) | |
tree | 62a17221f573642e99426296518157d3024dfb5c /qemux86-64 | |
parent | e3eb97a00f3c800317ae4717c33cf44345d3c7dd (diff) | |
download | el_manifests-nfv-access-6f44efbd636f4071b00ad426f8c61ff55510b7b2.tar.gz |
Fix ELTF nightly build failure issue
Fix for qemu and atom-c3000 targets.
Ref: LXCR-8623
Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com>
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'qemux86-64')
-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 | ||