summaryrefslogtreecommitdiff
path: root/meta-phosphor/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-phosphor/conf')
-rw-r--r--meta-phosphor/conf/bblayers.conf.sample4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-phosphor/conf/bblayers.conf.sample b/meta-phosphor/conf/bblayers.conf.sample
index c137b6200..3f9182d75 100644
--- a/meta-phosphor/conf/bblayers.conf.sample
+++ b/meta-phosphor/conf/bblayers.conf.sample
@@ -1,6 +1,6 @@
# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
# changes incompatibly
-LCONF_VERSION = "6"
+LCONF_VERSION = "7"
BBPATH = "${TOPDIR}"
BBFILES ?= ""
@@ -11,6 +11,7 @@ BBLAYERS ?= " \
##OEROOT##/import-layers/meta-openembedded/meta-oe \
##OEROOT##/import-layers/meta-openembedded/meta-networking \
##OEROOT##/import-layers/meta-openembedded/meta-python \
+ ##OEROOT##/import-layers/meta-openembedded/meta-webserver \
##OEROOT##/import-layers/meta-virtualization \
##OEROOT##/meta-phosphor \
"
@@ -20,5 +21,6 @@ BBLAYERS_NON_REMOVABLE ?= " \
##OEROOT##/import-layers/meta-openembedded/meta-oe \
##OEROOT##/import-layers/meta-openembedded/meta-networking \
##OEROOT##/import-layers/meta-openembedded/meta-python \
+ ##OEROOT##/import-layers/meta-openembedded/meta-webserver \
##OEROOT##/import-layers/meta-virtualization \
"