diff options
Diffstat (limited to 'meta-emenlow/conf/layer.conf')
| -rw-r--r-- | meta-emenlow/conf/layer.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-emenlow/conf/layer.conf b/meta-emenlow/conf/layer.conf new file mode 100644 index 0000000000..781df4b016 --- /dev/null +++ b/meta-emenlow/conf/layer.conf | |||
| @@ -0,0 +1,10 @@ | |||
| 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 | ${LAYERDIR}/packages/*/*.bbappend" | ||
| 7 | |||
| 8 | BBFILE_COLLECTIONS += "emenlow" | ||
| 9 | BBFILE_PATTERN_emenlow := "^${LAYERDIR}/" | ||
| 10 | BBFILE_PRIORITY_emenlow = "6" | ||
