diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-25 11:48:44 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-25 11:48:44 +0000 |
commit | 4e821de9e2d0925ea5dac70402cdfb2742369a9b (patch) | |
tree | f975d88c074b262617a1fd1dcdc25a586acc8d67 /meta/conf/layer.conf | |
parent | e941ff652ab31a53584c7b20b6e8fad8f690b969 (diff) | |
download | poky-4e821de9e2d0925ea5dac70402cdfb2742369a9b.tar.gz |
meta-extras: Add layer configuration
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/conf/layer.conf')
-rw-r--r-- | meta/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 8ba991774c..7b3d539245 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf | |||
@@ -5,7 +5,7 @@ BBPATH := "${BBPATH}${LAYERDIR}" | |||
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}/" |
9 | BBFILE_PRIORITY_normal = "5" | 9 | BBFILE_PRIORITY_normal = "5" |
10 | 10 | ||
11 | require conf/distro/include/poky-default-revisions.inc | 11 | require conf/distro/include/poky-default-revisions.inc |