diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-04-09 15:21:59 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-10 13:04:49 +0100 |
commit | 8f645396ba3a7d0492ce0d0885ed86eab4a0ac59 (patch) | |
tree | 949140a82790c4c85de48bb3a43def1a6bffb5d9 /meta-yocto/conf | |
parent | 4b2f07551648ac5c5e2c5d9f28d15cf20072e42b (diff) | |
download | poky-8f645396ba3a7d0492ce0d0885ed86eab4a0ac59.tar.gz |
meta-yocto*/conf/layer.conf: tweak BBFILES comments
"packages" was the old name (pre-2010) under which the recipe files were
stored.
(From meta-yocto rev: b8c2e0207147105093bf6aa9beb340d4422cfb42)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/conf')
-rw-r--r-- | meta-yocto/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto/conf/layer.conf b/meta-yocto/conf/layer.conf index 89ed171003..e012f24092 100644 --- a/meta-yocto/conf/layer.conf +++ b/meta-yocto/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 | ${LAYERDIR}/recipes-*/*/*.bbappend" | 6 | ${LAYERDIR}/recipes-*/*/*.bbappend" |
7 | 7 | ||