diff options
Diffstat (limited to 'meta/conf/layer.conf')
-rw-r--r-- | meta/conf/layer.conf | 3 |
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}" # We have a packages directory, add to BBFILES BBFILES := "${BBFILES} ${LAYERDIR}/packages/*/*.bb" -BBFILE_COLLECTIONS += "normal"" +BBFILE_COLLECTIONS += "normal" BBFILE_PATTERN_normal := "^${LAYERDIR}/meta/" BBFILE_PRIORITY_normal = "5" +require conf/distro/include/default-scm-revisions.inc |