diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-05-23 10:17:42 -0700 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-23 19:20:39 +0200 |
commit | 5f38b5661d5ec24cc863e5ffc2d84130a8ca9c25 (patch) | |
tree | f4857325dc41ba2138eb3528d283ea074a85fd47 /conf/layer.conf | |
parent | d697ad0981c5e1d44ab7dd071e61c1d70e0bfe72 (diff) | |
download | meta-ti-5f38b5661d5ec24cc863e5ffc2d84130a8ca9c25.tar.gz |
conf/layer.conf: Document the operation on BBPATH correctly in the comment
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'conf/layer.conf')
-rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index fbe529f2..4afb4f34 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -1,4 +1,4 @@ | |||
1 | # We have a conf and classes directory, prepend to BBPATH | 1 | # We have a conf and classes directory, append to BBPATH |
2 | BBPATH .= ":${LAYERDIR}" | 2 | BBPATH .= ":${LAYERDIR}" |
3 | 3 | ||
4 | # We have a recipes directory, add to BBFILES | 4 | # We have a recipes directory, add to BBFILES |