diff options
author | Martin Borg <martin.borg@enea.com> | 2017-09-19 11:29:12 +0200 |
---|---|---|
committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-09-19 12:06:54 +0200 |
commit | 32e6309bec5d3eaa62f8bc8bb698544437b8b252 (patch) | |
tree | beb6f63ceb831c45bee6eae8fe639fcc1082e3f5 /conf/template.qemux86-64 | |
parent | acabe0ecfc4726e459f34a2b35289c473dca3bf3 (diff) | |
download | meta-el-nfv-access-32e6309bec5d3eaa62f8bc8bb698544437b8b252.tar.gz |
conf: Fix template for qemux86-64
Add missing layers and change ordering to match other templates
Signed-off-by: Martin Borg <martin.borg@enea.com>
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'conf/template.qemux86-64')
-rw-r--r-- | conf/template.qemux86-64/bblayers.conf.sample | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/conf/template.qemux86-64/bblayers.conf.sample b/conf/template.qemux86-64/bblayers.conf.sample index 3ef85d8..0902965 100644 --- a/conf/template.qemux86-64/bblayers.conf.sample +++ b/conf/template.qemux86-64/bblayers.conf.sample | |||
@@ -7,16 +7,19 @@ BBFILES ?= "" | |||
7 | 7 | ||
8 | BBLAYERS ?= " \ | 8 | BBLAYERS ?= " \ |
9 | ##OEROOT##/meta \ | 9 | ##OEROOT##/meta \ |
10 | ##OEROOT##/meta-poky \ | ||
11 | ##OEROOT##/meta-intel \ | ||
12 | ##OEROOT##/meta-enea-bsp-common \ | ||
13 | ##OEROOT##/meta-enea-bsp-x86 \ | ||
14 | ##OEROOT##/meta-virtualization \ | ||
15 | ##OEROOT##/meta-enea-virtualization \ | ||
10 | ##OEROOT##/meta-el-common \ | 16 | ##OEROOT##/meta-el-common \ |
11 | ##OEROOT##/meta-el-nfv-access \ | 17 | ##OEROOT##/meta-el-nfv-access \ |
12 | ##OEROOT##/meta-enea-virtualization \ | ||
13 | ##OEROOT##/meta-enea-bsp-x86 \ | ||
14 | ##OEROOT##/meta-intel \ | ||
15 | ##OEROOT##/meta-openembedded/meta-oe \ | 18 | ##OEROOT##/meta-openembedded/meta-oe \ |
16 | ##OEROOT##/meta-openembedded/meta-networking \ | 19 | ##OEROOT##/meta-openembedded/meta-networking \ |
17 | ##OEROOT##/meta-openembedded/meta-filesystems \ | 20 | ##OEROOT##/meta-openembedded/meta-filesystems \ |
18 | ##OEROOT##/meta-openembedded/meta-python \ | 21 | ##OEROOT##/meta-openembedded/meta-python \ |
19 | ##OEROOT##/meta-virtualization \ | 22 | ##OEROOT##/meta-openembedded/meta-webserver \ |
20 | ##OEROOT##/meta-poky \ | 23 | ##OEROOT##/meta-cloud-services \ |
21 | ##OEROOT##/meta-cloud-services/meta-openstack \ | 24 | ##OEROOT##/meta-cloud-services/meta-openstack \ |
22 | " | 25 | " |