diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-04-09 15:19:17 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-10 09:23:17 +0100 |
commit | 78babc0664e5b735d5dc67f05cbfea6924254e32 (patch) | |
tree | 0986382affce6a8e7719b389afa36b71cfc33776 /meta-hob/conf | |
parent | a27557a09d71c009191287b5eb03577b4465cc77 (diff) | |
download | poky-78babc0664e5b735d5dc67f05cbfea6924254e32.tar.gz |
meta-*/conf/layer.conf: tweak BBFILES comment
"packages" was the old name (pre-2010) under which the recipe files were
stored.
(From OE-Core rev: c71fa87bc2e7155e69ea5ff7a284a05073602eed)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-hob/conf')
-rw-r--r-- | meta-hob/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-hob/conf/layer.conf b/meta-hob/conf/layer.conf index 6df27ac5a3..1785e65dda 100644 --- a/meta-hob/conf/layer.conf +++ b/meta-hob/conf/layer.conf | |||
@@ -1,7 +1,7 @@ | |||
1 | # We have a conf and classes directory, add to BBPATH | 1 | # We have a conf and classes directory, add to BBPATH |
2 | BBPATH .= ":${LAYERDIR}" | 2 | BBPATH .= ":${LAYERDIR}" |
3 | 3 | ||
4 | # We have a packages directory, add to BBFILES | 4 | # We have recipes-* directories, add to BBFILES |
5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb" | 5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb" |
6 | 6 | ||
7 | BBFILE_COLLECTIONS += "hob" | 7 | BBFILE_COLLECTIONS += "hob" |