Added a minor tweak to the third paragraph to be more inclusive
of the topic.
Fixes [YOCTO #9970]
(Bitbake rev:
a5d36e8bccf35ffbca41a4facaa041d36f587529)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
do_rootfs[recrdeptask] += "do_packagedata"
</literallayout>
This statement says that the <filename>do_packagedata</filename>
- 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 <filename>do_rootfs</filename>
task can run.
</para>