diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-09-23 19:21:23 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-07 10:54:26 +0100 |
commit | c99fdab61210115fd483409ea3c9a0c9fb2e9186 (patch) | |
tree | 158e60076e5996ba4193ce9fee1870e816838f61 | |
parent | c9c7ace79544d9da7599e2a25f1d3df1c7847c91 (diff) | |
download | poky-c99fdab61210115fd483409ea3c9a0c9fb2e9186.tar.gz |
dev-manual: common-tasks.rst: add reference to "do_clean" task
[YOCTO #14508]
Reported-by: Quentin Schulz <foss@0leil.net>
(From yocto-docs rev: 68261dc8b8c26df7aad19b37c2300ec5174525c9)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/dev-manual/common-tasks.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst index 94a2e46799..93007d5a1b 100644 --- a/documentation/dev-manual/common-tasks.rst +++ b/documentation/dev-manual/common-tasks.rst | |||
@@ -3458,7 +3458,7 @@ Follow these general steps: | |||
3458 | .. note:: | 3458 | .. note:: |
3459 | 3459 | ||
3460 | All the modifications you make to the temporary source code disappear | 3460 | All the modifications you make to the temporary source code disappear |
3461 | once you run the ``do_clean`` or ``do_cleanall`` tasks using BitBake | 3461 | once you run the :ref:`ref-tasks-clean` or ``do_cleanall`` tasks using BitBake |
3462 | (i.e. ``bitbake -c clean package`` and ``bitbake -c cleanall package``). | 3462 | (i.e. ``bitbake -c clean package`` and ``bitbake -c cleanall package``). |
3463 | Modifications will also disappear if you use the ``rm_work`` feature as | 3463 | Modifications will also disappear if you use the ``rm_work`` feature as |
3464 | described in the | 3464 | described in the |