diff options
Diffstat (limited to 'meta-lsb/conf/layer.conf')
-rw-r--r-- | meta-lsb/conf/layer.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-lsb/conf/layer.conf b/meta-lsb/conf/layer.conf new file mode 100644 index 0000000000..1ef5c73a80 --- /dev/null +++ b/meta-lsb/conf/layer.conf @@ -0,0 +1,10 @@ +# 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 += "lsb" +BBFILE_PATTERN_lsb := "^${LAYERDIR}/" +BBFILE_PRIORITY_lsb = "5" + |