From dbe5902e64259e2143f09ab1aa9afa03aa02f4c4 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Mon, 7 Jul 2014 08:57:19 +0300 Subject: bitbake-user-manual-metadata.xml: Replaced "populate_staging" There is no "populate_staging" any longer, should be "populate_sysroot". Signed-off-by: Scott Rifenbark --- doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/bitbake-user-manual') diff --git a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml index a9f507212..a10a66001 100644 --- a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml +++ b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml @@ -1466,9 +1466,9 @@ complete before that task can be executed. Here is an example: - do_configure[deptask] = "do_populate_staging" + do_configure[deptask] = "do_populate_sysroot" - In this example, the do_populate_staging + In this example, the do_populate_sysroot task of each item in DEPENDS must complete before do_configure can execute. @@ -1543,9 +1543,9 @@ the data in DEPENDS. Here is an example: - do_patch[depends] = "quilt-native:do_populate_staging" + do_patch[depends] = "quilt-native:do_populate_sysroot" - In this example, the do_populate_staging + In this example, the do_populate_sysroot task of the target quilt-native must have completed before the do_patch task can execute. -- cgit 1.2.3-korg