diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-22 23:35:48 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-22 23:35:48 +0000 |
commit | d158569aa9564a863bd8851b6488121a4810b81c (patch) | |
tree | c71cf20ffaaf7405dd19a3ed5486b76bc9f34ec3 /meta/conf/layer.conf | |
parent | 90040ce7b5bcba842f3d1eca92a2dc150fd296fd (diff) | |
download | poky-d158569aa9564a863bd8851b6488121a4810b81c.tar.gz |
Move default SCM versions into separate meta directory specific files to improve maintainability
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
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}" | |||
4 | # We have a packages directory, add to BBFILES | 4 | # We have a packages directory, add to BBFILES |
5 | BBFILES := "${BBFILES} ${LAYERDIR}/packages/*/*.bb" | 5 | BBFILES := "${BBFILES} ${LAYERDIR}/packages/*/*.bb" |
6 | 6 | ||
7 | BBFILE_COLLECTIONS += "normal"" | 7 | BBFILE_COLLECTIONS += "normal" |
8 | BBFILE_PATTERN_normal := "^${LAYERDIR}/meta/" | 8 | BBFILE_PATTERN_normal := "^${LAYERDIR}/meta/" |
9 | BBFILE_PRIORITY_normal = "5" | 9 | BBFILE_PRIORITY_normal = "5" |
10 | 10 | ||
11 | require conf/distro/include/default-scm-revisions.inc | ||
11 | 12 | ||