From 79cb2ed033fbba44335435fe7627e37fcfc0b33e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 7 Sep 2016 14:45:55 -0700 Subject: 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 --- documentation/ref-manual/usingpoky.xml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'documentation') 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 -- cgit v1.2.3-54-g00ecf