diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-08-13 08:17:40 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-14 09:34:57 +0100 |
commit | 49e8c5aa6d7e3ea80e8e728b8d12313cf55f87b7 (patch) | |
tree | 76ca1a7b703fd90692d5b41c91d2c56e4d957bba /documentation/dev-manual | |
parent | eea510cfd3ad31ae74727873cc6d27bb273c4040 (diff) | |
download | poky-49e8c5aa6d7e3ea80e8e728b8d12313cf55f87b7.tar.gz |
documentation/dev-manual/dev-manual-common-tasks.xml: Packages dir removed
Updated an old comment in the layers.conf file example to say we
have recipes-* directories instead of the old packages directory.
(From yocto-docs rev: c39394e848d6039e6728b7e53de86958f951e258)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 018bc52199..fe198119b7 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -99,7 +99,7 @@ | |||
99 | # We have a conf and classes directory, add to BBPATH | 99 | # We have a conf and classes directory, add to BBPATH |
100 | BBPATH := "${LAYERDIR}:${BBPATH}" | 100 | BBPATH := "${LAYERDIR}:${BBPATH}" |
101 | 101 | ||
102 | # We have a packages directory, add to BBFILES | 102 | # We have recipes-* directories, add to BBFILES |
103 | BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ | 103 | BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ |
104 | ${LAYERDIR}/recipes-*/*/*.bbappend" | 104 | ${LAYERDIR}/recipes-*/*/*.bbappend" |
105 | 105 | ||