mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 13:49:49 +00:00
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:
committed by
Richard Purdie
parent
eb578b09bd
commit
285ffd8307
@@ -5964,9 +5964,7 @@
|
|||||||
<listitem><para><emphasis><filename>hasPackage(pkg)</filename>:</emphasis>
|
<listitem><para><emphasis><filename>hasPackage(pkg)</filename>:</emphasis>
|
||||||
Returns "True" if <filename>pkg</filename> is in the
|
Returns "True" if <filename>pkg</filename> is in the
|
||||||
installed package list of the image, which is based
|
installed package list of the image, which is based
|
||||||
on
|
on the manifest file that is generated during the
|
||||||
<filename>${WORKDIR}/installed_pkgs.txt</filename>
|
|
||||||
that is generated during the
|
|
||||||
<filename>do.rootfs</filename> task.
|
<filename>do.rootfs</filename> task.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para><emphasis><filename>hasFeature(feature)</filename>:</emphasis>
|
<listitem><para><emphasis><filename>hasFeature(feature)</filename>:</emphasis>
|
||||||
@@ -5975,12 +5973,6 @@
|
|||||||
or
|
or
|
||||||
<ulink url='&YOCTO_DOCS_REF_URL;#var-DISTRO_FEATURES'><filename>DISTRO_FEATURES</filename></ulink>.
|
<ulink url='&YOCTO_DOCS_REF_URL;#var-DISTRO_FEATURES'><filename>DISTRO_FEATURES</filename></ulink>.
|
||||||
</para></listitem>
|
</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>
|
</itemizedlist>
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user