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 @@ do_rootfs[recrdeptask] += "do_packagedata" This statement says that the do_packagedata - task of all recipes reachable (by way of dependencies) from the + task of the current recipe and all recipes reachable + (by way of dependencies) from the image recipe must run before the do_rootfs task can run.