diff options
Diffstat (limited to 'meta-extras/conf/layer.conf')
-rw-r--r-- | meta-extras/conf/layer.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-extras/conf/layer.conf b/meta-extras/conf/layer.conf new file mode 100644 index 0000000000..1ba520a5a4 --- /dev/null +++ b/meta-extras/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 += "extras" | ||
8 | BBFILE_PATTERN_extras := "^${LAYERDIR}/" | ||
9 | BBFILE_PRIORITY_extras = "5" | ||
10 | |||
11 | require conf/distro/include/poky-extras-src-revisions.inc | ||