summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-model.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-06-16 11:45:19 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-18 10:30:49 +0100
commitac6bdb4d41bb8b2e1deb78d406ce0d2afb0b8505 (patch)
treefb1e3f677e0ca4621c1460377dd87baaa45252c7 /documentation/dev-manual/dev-manual-model.xml
parentcf0be8389c834a32c0a5246e3444573e4f5024ae (diff)
downloadpoky-ac6bdb4d41bb8b2e1deb78d406ce0d2afb0b8505.tar.gz
dev-manual, kernel-dev: Provides some cross-reference to "clean" stuff.
I scrubbed the manual set for appropriate places to reference into the do_clean* type tasks. Found and added several occurrences. (From yocto-docs rev: 01594823b1d556bc70e928af1838039cc15a816d) 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.xml10
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 &lt;name_of_package&gt;</filename>
1794 and
1795 <filename>bitbake -c cleanall &lt;name_of_package&gt;</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>"