From a5d36e8bccf35ffbca41a4facaa041d36f587529 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 19 Jul 2016 11:35:26 -0700 Subject: bitbake-user-manual: Applied review edits to "Recursive Dependencies" Added a minor tweak to the third paragraph to be more inclusive of the topic. Fixes [YOCTO #9970] Signed-off-by: Scott Rifenbark --- doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml index 4cc647fe4..879e096b0 100644 --- a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml +++ b/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. -- cgit 1.2.3-korg