summaryrefslogtreecommitdiffstats
path: root/meta/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/layer.conf')
-rw-r--r--meta/conf/layer.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index 567964f1ef..8d4370a0ae 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -4,8 +4,9 @@ BBPATH := "${BBPATH}${LAYERDIR}"
4# We have a packages directory, add to BBFILES 4# We have a packages directory, add to BBFILES
5BBFILES := "${BBFILES} ${LAYERDIR}/packages/*/*.bb" 5BBFILES := "${BBFILES} ${LAYERDIR}/packages/*/*.bb"
6 6
7BBFILE_COLLECTIONS += "normal"" 7BBFILE_COLLECTIONS += "normal"
8BBFILE_PATTERN_normal := "^${LAYERDIR}/meta/" 8BBFILE_PATTERN_normal := "^${LAYERDIR}/meta/"
9BBFILE_PRIORITY_normal = "5" 9BBFILE_PRIORITY_normal = "5"
10 10
11require conf/distro/include/default-scm-revisions.inc
11 12