summaryrefslogtreecommitdiff
path: root/import-layers/yocto-poky/meta/lib/bblayers/templates/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'import-layers/yocto-poky/meta/lib/bblayers/templates/layer.conf')
-rw-r--r--import-layers/yocto-poky/meta/lib/bblayers/templates/layer.conf10
1 files changed, 0 insertions, 10 deletions
diff --git a/import-layers/yocto-poky/meta/lib/bblayers/templates/layer.conf b/import-layers/yocto-poky/meta/lib/bblayers/templates/layer.conf
deleted file mode 100644
index 3c0300226..000000000
--- a/import-layers/yocto-poky/meta/lib/bblayers/templates/layer.conf
+++ /dev/null
@@ -1,10 +0,0 @@
-# We have a conf and classes directory, add to BBPATH
-BBPATH .= ":${LAYERDIR}"
-
-# We have recipes-* directories, add to BBFILES
-BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
- ${LAYERDIR}/recipes-*/*/*.bbappend"
-
-BBFILE_COLLECTIONS += "%s"
-BBFILE_PATTERN_%s = "^${LAYERDIR}/"
-BBFILE_PRIORITY_%s = "%s"