From cb40ae4872484ab0df9b660d09457837b97c8e1a Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 19 Jul 2016 11:35:26 -0700 Subject: bitbake: 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] (Bitbake rev: a5d36e8bccf35ffbca41a4facaa041d36f587529) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bitbake') 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. -- cgit v1.2.3-54-g00ecf