summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-04-08 10:05:47 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-11 18:15:30 +0100
commit520b36fe4103de586044c4616289449f97ce5858 (patch)
tree454ecbaace37c640364449a369d8be16ebd75785 /documentation
parent82733c9f71461e0ded4f594e3fc340b93b0c82a9 (diff)
downloadpoky-520b36fe4103de586044c4616289449f97ce5858.tar.gz
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml10
1 files changed, 1 insertions, 9 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index f335ee7298..4a3c020b83 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -5964,9 +5964,7 @@
5964 <listitem><para><emphasis><filename>hasPackage(pkg)</filename>:</emphasis> 5964 <listitem><para><emphasis><filename>hasPackage(pkg)</filename>:</emphasis>
5965 Returns "True" if <filename>pkg</filename> is in the 5965 Returns "True" if <filename>pkg</filename> is in the
5966 installed package list of the image, which is based 5966 installed package list of the image, which is based
5967 on 5967 on the manifest file that is generated during the
5968 <filename>${WORKDIR}/installed_pkgs.txt</filename>
5969 that is generated during the
5970 <filename>do.rootfs</filename> task. 5968 <filename>do.rootfs</filename> task.
5971 </para></listitem> 5969 </para></listitem>
5972 <listitem><para><emphasis><filename>hasFeature(feature)</filename>:</emphasis> 5970 <listitem><para><emphasis><filename>hasFeature(feature)</filename>:</emphasis>
@@ -5975,12 +5973,6 @@
5975 or 5973 or
5976 <ulink url='&YOCTO_DOCS_REF_URL;#var-DISTRO_FEATURES'><filename>DISTRO_FEATURES</filename></ulink>. 5974 <ulink url='&YOCTO_DOCS_REF_URL;#var-DISTRO_FEATURES'><filename>DISTRO_FEATURES</filename></ulink>.
5977 </para></listitem> 5975 </para></listitem>
5978 <listitem><para><emphasis><filename>restartTarget(params)</filename>:</emphasis>
5979 Restarts the QEMU image optionally passing
5980 <filename>params</filename> to the
5981 <filename>runqemu</filename> script's
5982 <filename>qemuparams</filename> list (e.g "-m 1024" for
5983 more memory).</para></listitem>
5984 </itemizedlist> 5976 </itemizedlist>
5985 </para> 5977 </para>
5986 </section> 5978 </section>