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.

(From meta-google rev: 320c29c7579f74fff6c13244e8d471521b6844bf)

Change-Id: I76275485a574b02e92333aff4f95e209eb3f4ede
Signed-off-by: Patrick Venture <venture@google.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-google/conf/layer.conf b/meta-google/conf/layer.conf
new file mode 100644
index 0000000..3a77497
--- /dev/null
+++ b/meta-google/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"