From b62b682aef0b63811d14d227e78a1b358a925a29 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Mon, 7 Jul 2014 08:57:19 +0300 Subject: 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(-) (limited to 'bitbake/doc') 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 a9f5072128..a10a660017 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. -- cgit v1.2.3-54-g00ecf