meta-google: Add initial configuration layer

meta-google: provides a set of recipes for Google daemons shared with
OpenBMC as well as any recipe modifications Google needs for working
with OpenBMC.

Change-Id: Ib0038ab4ebe7d87bd1544ae2f4e097a767baf656
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/conf/layer.conf b/conf/layer.conf
new file mode 100644
index 0000000..3a77497
--- /dev/null
+++ b/conf/layer.conf
@@ -0,0 +1,10 @@
+# We have a conf and classes directory, add to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
+            ${LAYERDIR}/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "google-layer"
+BBFILE_PATTERN_google-layer = ""
+LAYERVERSION_google-layer = "1"
+LAYERSERIES_COMPAT_google-layer = "sumo"