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