summaryrefslogtreecommitdiffstats
path: root/bitbake/doc
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/doc')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
index 4cc647fe4b..879e096b08 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
@@ -1780,7 +1780,8 @@
1780 do_rootfs[recrdeptask] += "do_packagedata" 1780 do_rootfs[recrdeptask] += "do_packagedata"
1781 </literallayout> 1781 </literallayout>
1782 This statement says that the <filename>do_packagedata</filename> 1782 This statement says that the <filename>do_packagedata</filename>
1783 task of all recipes reachable (by way of dependencies) from the 1783 task of the current recipe and all recipes reachable
1784 (by way of dependencies) from the
1784 image recipe must run before the <filename>do_rootfs</filename> 1785 image recipe must run before the <filename>do_rootfs</filename>
1785 task can run. 1786 task can run.
1786 </para> 1787 </para>