From 8634480e8dbe1057bc6c152df764e94a50282091 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Fri, 8 Sep 2017 13:19:10 +0200 Subject: conf: Order layers in bblayers.conf.sample So we have the same order in all templates. Signed-off-by: Adrian Dudau Signed-off-by: Martin Borg --- conf/template.inteld1521-sdk/bblayers.conf.sample | 12 ++++++------ conf/template.inteld1521/bblayers.conf.sample | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/conf/template.inteld1521-sdk/bblayers.conf.sample b/conf/template.inteld1521-sdk/bblayers.conf.sample index 4212e13..0902965 100644 --- a/conf/template.inteld1521-sdk/bblayers.conf.sample +++ b/conf/template.inteld1521-sdk/bblayers.conf.sample @@ -7,19 +7,19 @@ BBFILES ?= "" BBLAYERS ?= " \ ##OEROOT##/meta \ - ##OEROOT##/meta-el-common \ - ##OEROOT##/meta-el-nfv-access \ - ##OEROOT##/meta-enea-virtualization \ + ##OEROOT##/meta-poky \ + ##OEROOT##/meta-intel \ ##OEROOT##/meta-enea-bsp-common \ ##OEROOT##/meta-enea-bsp-x86 \ - ##OEROOT##/meta-intel \ + ##OEROOT##/meta-virtualization \ + ##OEROOT##/meta-enea-virtualization \ + ##OEROOT##/meta-el-common \ + ##OEROOT##/meta-el-nfv-access \ ##OEROOT##/meta-openembedded/meta-oe \ ##OEROOT##/meta-openembedded/meta-networking \ ##OEROOT##/meta-openembedded/meta-filesystems \ ##OEROOT##/meta-openembedded/meta-python \ ##OEROOT##/meta-openembedded/meta-webserver \ - ##OEROOT##/meta-virtualization \ - ##OEROOT##/meta-poky \ ##OEROOT##/meta-cloud-services \ ##OEROOT##/meta-cloud-services/meta-openstack \ " diff --git a/conf/template.inteld1521/bblayers.conf.sample b/conf/template.inteld1521/bblayers.conf.sample index 4212e13..0902965 100644 --- a/conf/template.inteld1521/bblayers.conf.sample +++ b/conf/template.inteld1521/bblayers.conf.sample @@ -7,19 +7,19 @@ BBFILES ?= "" BBLAYERS ?= " \ ##OEROOT##/meta \ - ##OEROOT##/meta-el-common \ - ##OEROOT##/meta-el-nfv-access \ - ##OEROOT##/meta-enea-virtualization \ + ##OEROOT##/meta-poky \ + ##OEROOT##/meta-intel \ ##OEROOT##/meta-enea-bsp-common \ ##OEROOT##/meta-enea-bsp-x86 \ - ##OEROOT##/meta-intel \ + ##OEROOT##/meta-virtualization \ + ##OEROOT##/meta-enea-virtualization \ + ##OEROOT##/meta-el-common \ + ##OEROOT##/meta-el-nfv-access \ ##OEROOT##/meta-openembedded/meta-oe \ ##OEROOT##/meta-openembedded/meta-networking \ ##OEROOT##/meta-openembedded/meta-filesystems \ ##OEROOT##/meta-openembedded/meta-python \ ##OEROOT##/meta-openembedded/meta-webserver \ - ##OEROOT##/meta-virtualization \ - ##OEROOT##/meta-poky \ ##OEROOT##/meta-cloud-services \ ##OEROOT##/meta-cloud-services/meta-openstack \ " -- cgit v1.2.3-54-g00ecf