From: Scott Rifenbark Date: Wed, 7 Sep 2016 21:45:55 +0000 (-0700) Subject: ref-manual: Applied some re-writes to oe-pkgdata-util use section. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=79cb2ed033fbba44335435fe7627e37fcfc0b33e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Applied some re-writes to oe-pkgdata-util use section. (From yocto-docs rev: 40175a3e120fd57fcd03fdfd19c84ffd8336595d) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml index 2719ef1ee08..e9278ecc6c5 100644 --- a/documentation/ref-manual/usingpoky.xml +++ b/documentation/ref-manual/usingpoky.xml @@ -292,20 +292,22 @@ that package. If you want to inspect the - ${WORKDIR}/packages-split directory, - make sure that you are not running with + ${WORKDIR}/packages-split + directory, make sure that rm_work - enabled when building the recipe. + is not enabled when you build the recipe. oe-pkgdata-util find-path path ...: Lists the names of the packages that contain the given paths. - For example, the following might return - make-doc: /usr/share/man/man1/make.1: + For example, the following tells us that the + make-doc package contains + /usr/share/man/man1/make.1: $ oe-pkgdata-util find-path /usr/share/man/man1/make.1 + make-doc: /usr/share/man/man1/make.1