summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-model.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-06-11 10:46:05 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-18 10:30:48 +0100
commita19f575cde39917e4632dab1e813d84402f95937 (patch)
tree856fc2d185f4eef07af46a14f1e659285793e42b /documentation/dev-manual/dev-manual-model.xml
parent50af2dc53778c712c21538f82025427d558cba63 (diff)
downloadpoky-a19f575cde39917e4632dab1e813d84402f95937.tar.gz
dev-manual, kernel-dev, ref-manual: Updated task name usage.
There was inconsistency on how we refer to a task name throughout the YP manual set. The proper way is "do_<taskname>". Some occurrences did not include the "do_" prefix. These have been fixed. (From yocto-docs rev: b32821bb0d3e6de7bca68b25c662a023526a10c4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-model.xml')
-rw-r--r--documentation/dev-manual/dev-manual-model.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index 4fd4c4e1e3..59e19a2bae 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -1773,8 +1773,10 @@
1773 Make your changes in the temporary source code to the files you added 1773 Make your changes in the temporary source code to the files you added
1774 to the patch.</para></listitem> 1774 to the patch.</para></listitem>
1775 <listitem><para><emphasis>Test Your Changes:</emphasis> 1775 <listitem><para><emphasis>Test Your Changes:</emphasis>
1776 Once you have modified the source code, the easiest way to test your changes 1776 Once you have modified the source code, the easiest way to
1777 is by calling the <filename>compile</filename> task as shown in the following example: 1777 your changes is by calling the
1778 <filename>do_compile</filename> task as shown in the
1779 following example:
1778 <literallayout class='monospaced'> 1780 <literallayout class='monospaced'>
1779 $ bitbake -c compile -f &lt;name_of_package&gt; 1781 $ bitbake -c compile -f &lt;name_of_package&gt;
1780 </literallayout> 1782 </literallayout>
@@ -1870,8 +1872,10 @@
1870 <listitem><para><emphasis>Edit the Files:</emphasis> 1872 <listitem><para><emphasis>Edit the Files:</emphasis>
1871 Make your changes to the temporary source code.</para></listitem> 1873 Make your changes to the temporary source code.</para></listitem>
1872 <listitem><para><emphasis>Test Your Changes:</emphasis> 1874 <listitem><para><emphasis>Test Your Changes:</emphasis>
1873 Once you have modified the source code, the easiest way to test your changes 1875 Once you have modified the source code, the easiest way
1874 is by calling the <filename>compile</filename> task as shown in the following example: 1876 to test your changes is by calling the
1877 <filename>do_compile</filename> task as shown in the
1878 following example:
1875 <literallayout class='monospaced'> 1879 <literallayout class='monospaced'>
1876 $ bitbake -c compile -f &lt;name_of_package&gt; 1880 $ bitbake -c compile -f &lt;name_of_package&gt;
1877 </literallayout> 1881 </literallayout>