diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-20 14:20:04 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-20 14:20:04 +0100 |
commit | 4dc54a274d1db14e6499abf99f38057265153a15 (patch) | |
tree | 914ffc752e5f75533472991920566b5b20f6ad60 /meta/conf | |
parent | d39ae18df26852b96a6493649bfd53c917d58297 (diff) | |
download | poky-4dc54a274d1db14e6499abf99f38057265153a15.tar.gz |
layer.conf: Set BBPATH correctly
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/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 a780245c29..d0d74884ec 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf | |||
@@ -1,5 +1,6 @@ | |||
1 | BBPATH ?= "" | ||
1 | # We have a conf and classes directory, add to BBPATH | 2 | # We have a conf and classes directory, add to BBPATH |
2 | BBPATH := "${BBPATH}${LAYERDIR}" | 3 | BBPATH := "${BBPATH}:${LAYERDIR}" |
3 | 4 | ||
4 | # We have a packages directory, add to BBFILES | 5 | # We have a packages directory, add to BBFILES |
5 | BBFILES := "${BBFILES} ${LAYERDIR}/packages/*/*.bb" | 6 | BBFILES := "${BBFILES} ${LAYERDIR}/packages/*/*.bb" |