summaryrefslogtreecommitdiffstats
path: root/meta-lsb/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-lsb/conf/layer.conf')
-rw-r--r--meta-lsb/conf/layer.conf10
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 @@
1# We have a conf and classes directory, add to BBPATH
2BBPATH := "${BBPATH}:${LAYERDIR}"
3
4# We have a packages directory, add to BBFILES
5BBFILES := "${BBFILES} ${LAYERDIR}/packages/*/*.bb"
6
7BBFILE_COLLECTIONS += "lsb"
8BBFILE_PATTERN_lsb := "^${LAYERDIR}/"
9BBFILE_PRIORITY_lsb = "5"
10