From 279e2515bf316c7f6baff39df8c6dffb396d7636 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Fri, 14 Sep 2018 09:40:26 -0700 Subject: 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 Signed-off-by: Brad Bishop --- meta-google/conf/layer.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-google/conf/layer.conf (limited to 'meta-google/conf') 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" -- cgit v1.2.1