phosphor: drop meta-webserver from sample conf

There aren't any dependencies in meta-phosphor on anything in
meta-webserver, so drop meta-webserver from the sample configuration.

Change-Id: I50671244894b7e1963b350e5a09ded6054f11a66
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/conf/bblayers.conf.sample b/conf/bblayers.conf.sample
index 559f3bf..aee74b6 100644
--- a/conf/bblayers.conf.sample
+++ b/conf/bblayers.conf.sample
@@ -11,7 +11,6 @@
   ##OEROOT##/meta-openembedded/meta-oe \
   ##OEROOT##/meta-openembedded/meta-networking \
   ##OEROOT##/meta-openembedded/meta-python \
-  ##OEROOT##/meta-openembedded/meta-webserver \
   ##OEROOT##/meta-phosphor \
   "
 BBLAYERS_NON_REMOVABLE ?= " \
@@ -20,5 +19,4 @@
   ##OEROOT##/meta-openembedded/meta-oe \
   ##OEROOT##/meta-openembedded/meta-networking \
   ##OEROOT##/meta-openembedded/meta-python \
-  ##OEROOT##/meta-openembedded/meta-webserver \
   "