From d158569aa9564a863bd8851b6488121a4810b81c Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 22 Mar 2010 23:35:48 +0000 Subject: Move default SCM versions into separate meta directory specific files to improve maintainability Signed-off-by: Richard Purdie --- meta/conf/layer.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/conf/layer.conf') 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 -- cgit v1.2.3-54-g00ecf