ref-manual: Applied some re-writes to oe-pkgdata-util use section.

(From yocto-docs rev: 40175a3e120fd57fcd03fdfd19c84ffd8336595d)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2016-09-07 14:45:55 -07:00 committed by Richard Purdie
parent 7267910323
commit 79cb2ed033
1 changed files with 7 additions and 5 deletions

View File

@ -292,20 +292,22 @@
that package.</para> that package.</para>
<para> <para>
If you want to inspect the If you want to inspect the
<filename>${WORKDIR}/packages-split directory</filename>, <filename>${WORKDIR}/packages-split</filename>
make sure that you are not running with directory, make sure that
<link linkend='ref-classes-rm-work'><filename>rm_work</filename></link> <link linkend='ref-classes-rm-work'><filename>rm_work</filename></link>
enabled when building the recipe.</para> is not enabled when you build the recipe.</para>
</note> </note>
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
<filename>oe-pkgdata-util find-path&nbsp;</filename><replaceable>path</replaceable><filename>&nbsp;...</filename>: <filename>oe-pkgdata-util find-path&nbsp;</filename><replaceable>path</replaceable><filename>&nbsp;...</filename>:
Lists the names of the packages that contain the given Lists the names of the packages that contain the given
paths. paths.
For example, the following might return For example, the following tells us that the
<filename>make-doc: /usr/share/man/man1/make.1</filename>: <filename>make-doc</filename> package contains
<filename>/usr/share/man/man1/make.1</filename>:
<literallayout class='monospaced'> <literallayout class='monospaced'>
$ oe-pkgdata-util find-path /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
</literallayout> </literallayout>
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>