diff options
Diffstat (limited to 'meta-lsb/conf/layer.conf')
-rw-r--r-- | meta-lsb/conf/layer.conf | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/meta-lsb/conf/layer.conf b/meta-lsb/conf/layer.conf deleted file mode 100644 index 1ef5c73a80..0000000000 --- a/meta-lsb/conf/layer.conf +++ /dev/null @@ -1,10 +0,0 @@ -# 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" - |