diff options
Diffstat (limited to 'documentation/dev-manual/dev-manual-model.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 12 |
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 <name_of_package> | 1781 | $ bitbake -c compile -f <name_of_package> |
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 <name_of_package> | 1880 | $ bitbake -c compile -f <name_of_package> |
1877 | </literallayout> | 1881 | </literallayout> |