From: Scott Rifenbark Date: Mon, 13 Aug 2012 15:17:40 +0000 (-0700) Subject: documentation/dev-manual/dev-manual-common-tasks.xml: Packages dir removed X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=49e8c5aa6d7e3ea80e8e728b8d12313cf55f87b7;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 018bc521996..fe198119b7e 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -99,7 +99,7 @@ # We have a conf and classes directory, add to BBPATH BBPATH := "${LAYERDIR}:${BBPATH}" - # We have a packages directory, add to BBFILES + # We have recipes-* directories, add to BBFILES BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ ${LAYERDIR}/recipes-*/*/*.bbappend"