From 19fc09a1ad61b3a97ea662e3c8c5fac069f5ef8f Mon Sep 17 00:00:00 2001 From: Chris Austen Date: Wed, 27 Sep 2017 10:13:52 -0500 Subject: Enable use of meta-webserver layer One use case on some systems for this layer will be to pull in Nginx Signed-Off-By: Chris Austen Signed-off-by: Andrew Geissler Change-Id: I1ac55bc182e7d24704d0fe3405438d8e1c97f1a4 --- meta-phosphor/conf/bblayers.conf.sample | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta-phosphor/conf') 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 \ " -- cgit v1.2.3