summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/usingpoky.xml12
1 files changed, 7 insertions, 5 deletions
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 @@
292 that package.</para> 292 that package.</para>
293 <para> 293 <para>
294 If you want to inspect the 294 If you want to inspect the
295 <filename>${WORKDIR}/packages-split directory</filename>, 295 <filename>${WORKDIR}/packages-split</filename>
296 make sure that you are not running with 296 directory, make sure that
297 <link linkend='ref-classes-rm-work'><filename>rm_work</filename></link> 297 <link linkend='ref-classes-rm-work'><filename>rm_work</filename></link>
298 enabled when building the recipe.</para> 298 is not enabled when you build the recipe.</para>
299 </note> 299 </note>
300 </para></listitem> 300 </para></listitem>
301 <listitem><para> 301 <listitem><para>
302 <filename>oe-pkgdata-util find-path&nbsp;</filename><replaceable>path</replaceable><filename>&nbsp;...</filename>: 302 <filename>oe-pkgdata-util find-path&nbsp;</filename><replaceable>path</replaceable><filename>&nbsp;...</filename>:
303 Lists the names of the packages that contain the given 303 Lists the names of the packages that contain the given
304 paths. 304 paths.
305 For example, the following might return 305 For example, the following tells us that the
306 <filename>make-doc: /usr/share/man/man1/make.1</filename>: 306 <filename>make-doc</filename> package contains
307 <filename>/usr/share/man/man1/make.1</filename>:
307 <literallayout class='monospaced'> 308 <literallayout class='monospaced'>
308 $ oe-pkgdata-util find-path /usr/share/man/man1/make.1 309 $ oe-pkgdata-util find-path /usr/share/man/man1/make.1
310 make-doc: /usr/share/man/man1/make.1
309 </literallayout> 311 </literallayout>
310 </para></listitem> 312 </para></listitem>
311 <listitem><para> 313 <listitem><para>