diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-22 18:11:41 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-22 18:11:41 +0000 |
commit | 90040ce7b5bcba842f3d1eca92a2dc150fd296fd (patch) | |
tree | 3211fcabae23477f9244b28d8d1524dac47f00c6 /meta | |
parent | 666c753d4bf3d6d1defb4e4326a4264b4625aca0 (diff) | |
download | poky-90040ce7b5bcba842f3d1eca92a2dc150fd296fd.tar.gz |
Switch to bblayers configuration
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/layer.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf new file mode 100644 index 0000000000..567964f1ef --- /dev/null +++ b/meta/conf/layer.conf | |||
@@ -0,0 +1,11 @@ | |||
1 | # We have a conf and classes directory, add to BBPATH | ||
2 | BBPATH := "${BBPATH}${LAYERDIR}" | ||
3 | |||
4 | # We have a packages directory, add to BBFILES | ||
5 | BBFILES := "${BBFILES} ${LAYERDIR}/packages/*/*.bb" | ||
6 | |||
7 | BBFILE_COLLECTIONS += "normal"" | ||
8 | BBFILE_PATTERN_normal := "^${LAYERDIR}/meta/" | ||
9 | BBFILE_PRIORITY_normal = "5" | ||
10 | |||
11 | |||