summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml2
-rw-r--r--documentation/ref-manual/ref-tasks.xml18
2 files changed, 1 insertions, 19 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 71f2f469f5..6df56d8b2c 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -8865,7 +8865,7 @@ Some notes from Cal:
8865 Use the following BitBake command form to fetch all the 8865 Use the following BitBake command form to fetch all the
8866 necessary sources without starting the build: 8866 necessary sources without starting the build:
8867 <literallayout class='monospaced'> 8867 <literallayout class='monospaced'>
8868 $ bitbake -c fetchall <replaceable>target</replaceable> 8868 $ bitbake -c <replaceable>target</replaceable> runall="fetch"
8869 </literallayout> 8869 </literallayout>
8870 This variation of the BitBake command guarantees that you 8870 This variation of the BitBake command guarantees that you
8871 have all the sources for that BitBake target should you 8871 have all the sources for that BitBake target should you
diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml
index a463717fe7..968cc7af6a 100644
--- a/documentation/ref-manual/ref-tasks.xml
+++ b/documentation/ref-manual/ref-tasks.xml
@@ -596,16 +596,6 @@
596 </para> 596 </para>
597 </section> 597 </section>
598 598
599 <section id='ref-tasks-checkuriall'>
600 <title><filename>do_checkuriall</filename></title>
601
602 <para>
603 Validates the
604 <link linkend='var-SRC_URI'><filename>SRC_URI</filename></link>
605 value for all recipes required to build a target.
606 </para>
607 </section>
608
609 <section id='ref-tasks-clean'> 599 <section id='ref-tasks-clean'>
610 <title><filename>do_clean</filename></title> 600 <title><filename>do_clean</filename></title>
611 601
@@ -741,14 +731,6 @@
741 </para> 731 </para>
742 </section> 732 </section>
743 733
744 <section id='ref-tasks-fetchall'>
745 <title><filename>do_fetchall</filename></title>
746
747 <para>
748 Fetches all remote sources required to build a target.
749 </para>
750 </section>
751
752 <section id='ref-tasks-listtasks'> 734 <section id='ref-tasks-listtasks'>
753 <title><filename>do_listtasks</filename></title> 735 <title><filename>do_listtasks</filename></title>
754 736