diff options
Diffstat (limited to 'meta-moblin/conf')
-rw-r--r-- | meta-moblin/conf/layer.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-moblin/conf/layer.conf b/meta-moblin/conf/layer.conf new file mode 100644 index 0000000000..ce5b0ac5e8 --- /dev/null +++ b/meta-moblin/conf/layer.conf | |||
@@ -0,0 +1,9 @@ | |||
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 += "moblin" | ||
8 | BBFILE_PATTERN_moblin := "^${OEROOT}/meta-moblin/" | ||
9 | BBFILE_PRIORITY_moblin = "5" | ||