From 32e6309bec5d3eaa62f8bc8bb698544437b8b252 Mon Sep 17 00:00:00 2001 From: Martin Borg Date: Tue, 19 Sep 2017 11:29:12 +0200 Subject: conf: Fix template for qemux86-64 Add missing layers and change ordering to match other templates Signed-off-by: Martin Borg Signed-off-by: Adrian Dudau --- conf/template.qemux86-64/bblayers.conf.sample | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'conf') 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 ?= "" BBLAYERS ?= " \ ##OEROOT##/meta \ + ##OEROOT##/meta-poky \ + ##OEROOT##/meta-intel \ + ##OEROOT##/meta-enea-bsp-common \ + ##OEROOT##/meta-enea-bsp-x86 \ + ##OEROOT##/meta-virtualization \ + ##OEROOT##/meta-enea-virtualization \ ##OEROOT##/meta-el-common \ ##OEROOT##/meta-el-nfv-access \ - ##OEROOT##/meta-enea-virtualization \ - ##OEROOT##/meta-enea-bsp-x86 \ - ##OEROOT##/meta-intel \ ##OEROOT##/meta-openembedded/meta-oe \ ##OEROOT##/meta-openembedded/meta-networking \ ##OEROOT##/meta-openembedded/meta-filesystems \ ##OEROOT##/meta-openembedded/meta-python \ - ##OEROOT##/meta-virtualization \ - ##OEROOT##/meta-poky \ + ##OEROOT##/meta-openembedded/meta-webserver \ + ##OEROOT##/meta-cloud-services \ ##OEROOT##/meta-cloud-services/meta-openstack \ " -- cgit v1.2.3-54-g00ecf