diff options
Diffstat (limited to 'meta-networking/conf/layer.conf')
-rw-r--r-- | meta-networking/conf/layer.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-networking/conf/layer.conf b/meta-networking/conf/layer.conf new file mode 100644 index 000000000..f26a17265 --- /dev/null +++ b/meta-networking/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}/recipes-*/*/*.bb \ | ||
6 | ${LAYERDIR}/recipes-*/*/*.bbappend" | ||
7 | |||
8 | BBFILE_COLLECTIONS += "networking" | ||
9 | BBFILE_PATTERN_networking := "^${LAYERDIR}/" | ||
10 | BBFILE_PRIORITY_networking = "5" | ||
11 | |||