From: Scott Rifenbark Date: Tue, 19 Jul 2016 18:35:26 +0000 (-0700) Subject: bitbake: bitbake-user-manual: Applied review edits to "Recursive Dependencies" X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cb40ae4872484ab0df9b660d09457837b97c8e1a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- 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 4cc647fe4b9..879e096b08a 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.