summaryrefslogtreecommitdiffstats
path: root/meta-google/conf
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-09-14 09:40:26 -0700
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-09-17 08:55:10 -0400
commit279e2515bf316c7f6baff39df8c6dffb396d7636 (patch)
tree5c3dc08acae40bda04431b88477123f9128d02a3 /meta-google/conf
parent41d3e4d43dd2d81a460a6562c6513b9196116284 (diff)
downloadtalos-openbmc-279e2515bf316c7f6baff39df8c6dffb396d7636.tar.gz
talos-openbmc-279e2515bf316c7f6baff39df8c6dffb396d7636.zip
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>
Diffstat (limited to 'meta-google/conf')
-rw-r--r--meta-google/conf/layer.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-google/conf/layer.conf b/meta-google/conf/layer.conf
new file mode 100644
index 000000000..3a77497a1
--- /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"
OpenPOWER on IntegriCloud