]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
documentation/dev-manual/dev-manual-common-tasks.xml: Packages dir removed
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Mon, 13 Aug 2012 15:17:40 +0000 (08:17 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 14 Aug 2012 08:34:57 +0000 (09:34 +0100)
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>
documentation/dev-manual/dev-manual-common-tasks.xml

index 018bc5219962edd3eaad93ac9146760e075bec59..fe198119b7e3a611bbd226e2289119b2f64d0ce8 100644 (file)
@@ -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"