summaryrefslogtreecommitdiff
path: root/meta-facebook/meta-bletchley/conf/layer.conf
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2021-05-26 21:50:54 +0300
committerPatrick Williams <patrick@stwcx.xyz>2021-06-04 18:02:41 +0300
commit17a0c0b3346cf71cf3ae5d59ba5fc02508ebcc71 (patch)
tree7c4e88d9460c988ff5d017027681beec446f0eef /meta-facebook/meta-bletchley/conf/layer.conf
parent1d1d7a618a702f1a70eee8c5f2b82c73dc6758f6 (diff)
downloadopenbmc-17a0c0b3346cf71cf3ae5d59ba5fc02508ebcc71.tar.xz
meta-facebook: bletchley: create basic machine
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I5801ad2ce5b7e421a62619c57787465bfa585e95
Diffstat (limited to 'meta-facebook/meta-bletchley/conf/layer.conf')
-rw-r--r--meta-facebook/meta-bletchley/conf/layer.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-facebook/meta-bletchley/conf/layer.conf b/meta-facebook/meta-bletchley/conf/layer.conf
new file mode 100644
index 000000000..505e67c68
--- /dev/null
+++ b/meta-facebook/meta-bletchley/conf/layer.conf
@@ -0,0 +1,11 @@
+# We have a conf and classes directory, add to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+# We have recipes-* directories, add to BBFILES
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
+ ${LAYERDIR}/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "bletchley-layer"
+BBFILE_PATTERN_bletchley-layer := "^${LAYERDIR}/"
+
+LAYERSERIES_COMPAT_bletchley-layer := "gatesgarth hardknott"