diff options
Diffstat (limited to 'documentation/dev-manual/dev-manual-model.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 59e19a2bae..bd24905ad7 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml | |||
@@ -1785,8 +1785,14 @@ | |||
1785 | If you find problems with your code, you can just keep editing and | 1785 | If you find problems with your code, you can just keep editing and |
1786 | re-testing iteratively until things work as expected. | 1786 | re-testing iteratively until things work as expected. |
1787 | <note>All the modifications you make to the temporary source code | 1787 | <note>All the modifications you make to the temporary source code |
1788 | disappear once you <filename>-c clean</filename> or | 1788 | disappear once you run the |
1789 | <filename>-c cleanall</filename> with BitBake for the package. | 1789 | <ulink url='&YOCTO_DOCS_REF_URL;#ref-tasks-clean'><filename>do_clean</filename></ulink> |
1790 | or | ||
1791 | <ulink url='&YOCTO_DOCS_REF_URL;#ref-tasks-cleanall'><filename>do_cleanall</filename></ulink> | ||
1792 | tasks using BitBake (i.e. | ||
1793 | <filename>bitbake -c clean <name_of_package></filename> | ||
1794 | and | ||
1795 | <filename>bitbake -c cleanall <name_of_package></filename>). | ||
1790 | Modifications will also disappear if you use the <filename>rm_work</filename> | 1796 | Modifications will also disappear if you use the <filename>rm_work</filename> |
1791 | feature as described in the | 1797 | feature as described in the |
1792 | "<ulink url='&YOCTO_DOCS_QS_URL;#building-image'>Building an Image</ulink>" | 1798 | "<ulink url='&YOCTO_DOCS_QS_URL;#building-image'>Building an Image</ulink>" |