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 08:46:10 +0100 |
commit | c71fa87bc2e7155e69ea5ff7a284a05073602eed (patch) | |
tree | d3c4c6fefc2d173a794450c3ca8286227c26570a /meta | |
parent | 79c2845b12a53d9cdcf4f7beacd09db7ee1ae2bc (diff) | |
download | openembedded-core-c71fa87bc2e7155e69ea5ff7a284a05073602eed.tar.gz openembedded-core-c71fa87bc2e7155e69ea5ff7a284a05073602eed.tar.bz2 openembedded-core-c71fa87bc2e7155e69ea5ff7a284a05073602eed.zip |
meta-*/conf/layer.conf: tweak BBFILES comment
"packages" was the old name (pre-2010) under which the recipe files were
stored.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 23ef09a183..a112e8632a 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf @@ -1,6 +1,6 @@ # We have a conf and classes directory, add to BBPATH BBPATH .= ":${LAYERDIR}" -# We have a packages directory, add to BBFILES +# We have recipes-* directories, add to BBFILES BBFILES += "${LAYERDIR}/recipes-*/*/*.bb" BBFILE_COLLECTIONS += "core" |