diff options
author | Sona Sarmadi <sona.sarmadi@enea.com> | 2018-07-13 15:21:00 +0200 |
---|---|---|
committer | Adrian Dudau <adrian.dudau@enea.com> | 2018-07-23 10:23:30 +0200 |
commit | a2869908b91fc0440b7073bfb583993a5826ef3f (patch) | |
tree | b99353e83a3c24cb065caf57856f651fc8198f12 /xeon-d | |
parent | 9a868e02cda6ea6a73e9c820fc00b20a568d2a54 (diff) | |
download | el_manifests-nfv-access-a2869908b91fc0440b7073bfb583993a5826ef3f.tar.gz |
Freeze rocko branch on upstream layers
Also bring back common_manifest.xml to store layers common to all
targets.
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'xeon-d')
-rw-r--r-- | xeon-d/manifest_template.xml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/xeon-d/manifest_template.xml b/xeon-d/manifest_template.xml index 2815bea..3fc3b38 100644 --- a/xeon-d/manifest_template.xml +++ b/xeon-d/manifest_template.xml | |||
@@ -1,6 +1,8 @@ | |||
1 | <manifest> | 1 | <manifest> |
2 | <!--Manifest template for xeon-d, virtualization profile --> | 2 | <!--Manifest template for xeon-d, virtualization profile --> |
3 | 3 | ||
4 | <include name="common/common_manifest.xml"/> | ||
5 | |||
4 | <remote name="git-enea" fetch="ssh://git@git.enea.com"/> | 6 | <remote name="git-enea" fetch="ssh://git@git.enea.com"/> |
5 | 7 | ||
6 | <default revision="rocko" remote="git-enea"/> | 8 | <default revision="rocko" remote="git-enea"/> |
@@ -14,11 +16,5 @@ | |||
14 | <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common"/> | 16 | <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common"/> |
15 | <project name="linux/meta-enea-bsp-x86" path="poky/meta-enea-bsp-x86"/> | 17 | <project name="linux/meta-enea-bsp-x86" path="poky/meta-enea-bsp-x86"/> |
16 | <project name="linux/meta-enea-virtualization" path="poky/meta-enea-virtualization"/> | 18 | <project name="linux/meta-enea-virtualization" path="poky/meta-enea-virtualization"/> |
17 | <project name="linux/meta-intel" path="poky/meta-intel"/> | ||
18 | <project name="linux/meta-dpdk" path="poky/meta-dpdk" revision="master"/> | ||
19 | <project name="linux/meta-openembedded" path="poky/meta-openembedded"/> | ||
20 | <project name="linux/meta-virtualization" path="poky/meta-virtualization"/> | ||
21 | <project name="linux/meta-cloud-services" path="poky/meta-cloud-services"/> | ||
22 | <project name="linux/meta-java" path="poky/meta-java"/> | ||
23 | 19 | ||
24 | </manifest> | 20 | </manifest> |