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.