diff options
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/layer.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf new file mode 100644 index 0000000000..567964f1ef --- /dev/null +++ b/meta/conf/layer.conf @@ -0,0 +1,11 @@ +# We have a conf and classes directory, add to BBPATH +BBPATH := "${BBPATH}${LAYERDIR}" + +# We have a packages directory, add to BBFILES +BBFILES := "${BBFILES} ${LAYERDIR}/packages/*/*.bb" + +BBFILE_COLLECTIONS += "normal"" +BBFILE_PATTERN_normal := "^${LAYERDIR}/meta/" +BBFILE_PRIORITY_normal = "5" + + |