dev-manual: Updated the "Class Methods" section.

Fixes [YOCTO #5554]

Removed the final bulleted item.  Changed the wording on the
first to account for the manifest file.

(From yocto-docs rev: 50e7557032a0dbf4bc2144e9d4f9a4e1a1726d6d)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2014-04-08 10:05:47 -07:00 committed by Richard Purdie
parent eb578b09bd
commit 285ffd8307
1 changed files with 1 additions and 9 deletions

View File

@ -5964,9 +5964,7 @@
<listitem><para><emphasis><filename>hasPackage(pkg)</filename>:</emphasis>
Returns "True" if <filename>pkg</filename> is in the
installed package list of the image, which is based
on
<filename>${WORKDIR}/installed_pkgs.txt</filename>
that is generated during the
on the manifest file that is generated during the
<filename>do.rootfs</filename> task.
</para></listitem>
<listitem><para><emphasis><filename>hasFeature(feature)</filename>:</emphasis>
@ -5975,12 +5973,6 @@
or
<ulink url='&YOCTO_DOCS_REF_URL;#var-DISTRO_FEATURES'><filename>DISTRO_FEATURES</filename></ulink>.
</para></listitem>
<listitem><para><emphasis><filename>restartTarget(params)</filename>:</emphasis>
Restarts the QEMU image optionally passing
<filename>params</filename> to the
<filename>runqemu</filename> script's
<filename>qemuparams</filename> list (e.g "-m 1024" for
more memory).</para></listitem>
</itemizedlist>
</para>
</section>