summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2014-09-11 17:25:28 -0700
committerKhem Raj <raj.khem@gmail.com>2014-09-11 17:25:28 -0700
commit7d75cff3a28f9635efd6a85af0a374cb41538f58 (patch)
tree228078ef151eb305a8851a4415d13e8e3c4507a4 /conf/layer.conf
downloadmeta-clang-7d75cff3a28f9635efd6a85af0a374cb41538f58.tar.gz
Intial commit
Add clang recipes Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
new file mode 100644
index 0000000..91c6ff0
--- /dev/null
+++ b/conf/layer.conf
@@ -0,0 +1,9 @@
1# We have a conf and classes directory, append to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have a recipes directory, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
6
7BBFILE_COLLECTIONS += "clang-layer"
8BBFILE_PATTERN_clang-layer := "^${LAYERDIR}/"
9BBFILE_PRIORITY_clang-layer = "7"