summaryrefslogtreecommitdiffstats
path: root/meta/lib/bblayers/templates/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/bblayers/templates/layer.conf')
-rw-r--r--meta/lib/bblayers/templates/layer.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/lib/bblayers/templates/layer.conf b/meta/lib/bblayers/templates/layer.conf
index e2eaff4346..dddfbf716e 100644
--- a/meta/lib/bblayers/templates/layer.conf
+++ b/meta/lib/bblayers/templates/layer.conf
@@ -5,9 +5,9 @@ BBPATH .= ":${{LAYERDIR}}"
5BBFILES += "${{LAYERDIR}}/recipes-*/*/*.bb \ 5BBFILES += "${{LAYERDIR}}/recipes-*/*/*.bb \
6 ${{LAYERDIR}}/recipes-*/*/*.bbappend" 6 ${{LAYERDIR}}/recipes-*/*/*.bbappend"
7 7
8BBFILE_COLLECTIONS += "{layername}" 8BBFILE_COLLECTIONS += "{layerid}"
9BBFILE_PATTERN_{layername} = "^${{LAYERDIR}}/" 9BBFILE_PATTERN_{layerid} = "^${{LAYERDIR}}/"
10BBFILE_PRIORITY_{layername} = "{priority}" 10BBFILE_PRIORITY_{layerid} = "{priority}"
11 11
12LAYERDEPENDS_{layername} = "core" 12LAYERDEPENDS_{layerid} = "core"
13LAYERSERIES_COMPAT_{layername} = "{compat}" 13LAYERSERIES_COMPAT_{layerid} = "{compat}"