aboutsummaryrefslogtreecommitdiff
path: root/meta-optee/conf
diff options
context:
space:
mode:
authorKoen Kooi <koen.kooi@linaro.org>2016-05-20 09:44:49 +0200
committerKoen Kooi <koen.kooi@linaro.org>2016-06-23 07:35:36 +0200
commit976ba17e667667194fbdc3369c85eb79ecd6d037 (patch)
tree8a4951c19fa95bea616b2b9471a00f1aa7c83c46 /meta-optee/conf
parent7390e4fd59f547f83efe128cb7040ad7c2da0d40 (diff)
meta-optee: create layer skeleton
Change-Id: I9add4bdc36493b680186684a8782ccc2ce3d8d8b Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Diffstat (limited to 'meta-optee/conf')
-rw-r--r--meta-optee/conf/layer.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-optee/conf/layer.conf b/meta-optee/conf/layer.conf
new file mode 100644
index 00000000..4469295d
--- /dev/null
+++ b/meta-optee/conf/layer.conf
@@ -0,0 +1,9 @@
+# We might have a conf and classes directory, append to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+# We have a recipes directory, add to BBFILES
+BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "meta-optee"
+BBFILE_PATTERN_meta-optee := "^${LAYERDIR}/"
+BBFILE_PRIORITY_meta-optee = "8"