summaryrefslogtreecommitdiffstats
path: root/meta-tpm/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-tpm/conf/layer.conf')
-rw-r--r--meta-tpm/conf/layer.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-tpm/conf/layer.conf b/meta-tpm/conf/layer.conf
new file mode 100644
index 0000000..5085db5
--- /dev/null
+++ b/meta-tpm/conf/layer.conf
@@ -0,0 +1,13 @@
1# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have a recipes directory, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend ${LAYERDIR}/classes/*.bbclass"
6
7BBFILE_COLLECTIONS += "tpm-layer"
8BBFILE_PATTERN_tpm-layer = "^${LAYERDIR}/"
9BBFILE_PRIORITY_tpm-layer = "6"
10
11LAYERDEPENDS_tpm-layer = " \
12 core \
13"