From 79b1585f985c46d07457832f53d27456fe6534be Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Mon, 7 Jul 2014 08:57:19 +0300 Subject: [PATCH] bitbake: bitbake-user-manual-metadata.xml: Replaced "populate_staging" There is no "populate_staging" any longer, should be "populate_sysroot". (Bitbake rev: dbe5902e64259e2143f09ab1aa9afa03aa02f4c4) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 a9f5072..a10a660 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml +++ b/bitbake/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. -- 2.7.4