summaryrefslogtreecommitdiffstats
path: root/meta-security/meta-tpm/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-security/meta-tpm/conf/layer.conf')
-rw-r--r--meta-security/meta-tpm/conf/layer.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-security/meta-tpm/conf/layer.conf b/meta-security/meta-tpm/conf/layer.conf
new file mode 100644
index 000000000..a2f0cabaf
--- /dev/null
+++ b/meta-security/meta-tpm/conf/layer.conf
@@ -0,0 +1,15 @@
+# We have a conf and classes directory, add to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+# We have a recipes directory, add to BBFILES
+BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "tpm-layer"
+BBFILE_PATTERN_tpm-layer = "^${LAYERDIR}/"
+BBFILE_PRIORITY_tpm-layer = "6"
+
+LAYERSERIES_COMPAT_tpm-layer = "sumo"
+
+LAYERDEPENDS_tpm-layer = " \
+ core \
+"
OpenPOWER on IntegriCloud