diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml index 2719ef1ee0..e9278ecc6c 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