diff options
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/layer.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf new file mode 100644 index 0000000000..567964f1ef --- /dev/null +++ b/meta/conf/layer.conf | |||
@@ -0,0 +1,11 @@ | |||
1 | # We have a conf and classes directory, add to BBPATH | ||
2 | BBPATH := "${BBPATH}${LAYERDIR}" | ||
3 | |||
4 | # We have a packages directory, add to BBFILES | ||
5 | BBFILES := "${BBFILES} ${LAYERDIR}/packages/*/*.bb" | ||
6 | |||
7 | BBFILE_COLLECTIONS += "normal"" | ||
8 | BBFILE_PATTERN_normal := "^${LAYERDIR}/meta/" | ||
9 | BBFILE_PRIORITY_normal = "5" | ||
10 | |||
11 | |||