diff options
| author | Khem Raj <raj.khem@gmail.com> | 2014-09-11 17:25:28 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2014-09-11 17:25:28 -0700 |
| commit | 7d75cff3a28f9635efd6a85af0a374cb41538f58 (patch) | |
| tree | 228078ef151eb305a8851a4415d13e8e3c4507a4 /conf/layer.conf | |
| download | meta-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.conf | 9 |
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 | ||
| 2 | BBPATH .= ":${LAYERDIR}" | ||
| 3 | |||
| 4 | # We have a recipes directory, add to BBFILES | ||
| 5 | BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" | ||
| 6 | |||
| 7 | BBFILE_COLLECTIONS += "clang-layer" | ||
| 8 | BBFILE_PATTERN_clang-layer := "^${LAYERDIR}/" | ||
| 9 | BBFILE_PRIORITY_clang-layer = "7" | ||
