From b577151234483236bd5a73e066878c6b2da0dbd7 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Thu, 1 Apr 2010 14:41:53 +0100 Subject: docs: Fix references to do_staging now that we have changed to sysroot Signed-off-by: Joshua Lock --- docs/usermanual/chapters/recipes.xml | 4 ++-- docs/usermanual/chapters/usage.xml | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) (limited to 'docs/usermanual') diff --git a/docs/usermanual/chapters/recipes.xml b/docs/usermanual/chapters/recipes.xml index 90a181060b..9a0349f7c0 100644 --- a/docs/usermanual/chapters/recipes.xml +++ b/docs/usermanual/chapters/recipes.xml @@ -1218,8 +1218,8 @@ Packaged contents of myhelloworld-doc into /home/lenehan/devel/oe/build/titan-gl NOTE: Not creating empty archive for myhelloworld-dev-0.1-r0 NOTE: Not creating empty archive for myhelloworld-locale-0.1-r0 NOTE: package myhelloworld-0.1-r0: task do_package_write: completed -NOTE: package myhelloworld-0.1-r0: task do_populate_staging: started -NOTE: package myhelloworld-0.1-r0: task do_populate_staging: completed +NOTE: package myhelloworld-0.1-r0: task do_populate_sysroot: started +NOTE: package myhelloworld-0.1-r0: task do_populate_sysroot: completed NOTE: package myhelloworld-0.1-r0: task do_build: started NOTE: package myhelloworld-0.1-r0: task do_build: completed NOTE: package myhelloworld-0.1: completed diff --git a/docs/usermanual/chapters/usage.xml b/docs/usermanual/chapters/usage.xml index 058fa5d869..9f2b7160c7 100644 --- a/docs/usermanual/chapters/usage.xml +++ b/docs/usermanual/chapters/usage.xml @@ -642,10 +642,10 @@ Packaged contents of lzo-dev into /home/lenehan/devel/oe/build/titan-glibc-25/tm NOTE: Not creating empty archive for lzo-locale-1.08-r14 NOTE: package lzo-1.08-r14: task do_package_write: completed NOTE: package lzo-1.08: completed -NOTE: Running task 223 of 226 (ID: 6, /home/lenehan/devel/oe/build/titan-glibc-25/recipes/lzo/lzo_1.08.bb, do_populate_staging) +NOTE: Running task 223 of 226 (ID: 6, /home/lenehan/devel/oe/build/titan-glibc-25/recipes/lzo/lzo_1.08.bb, do_populate_sysroot) NOTE: package lzo-1.08: started -NOTE: package lzo-1.08-r14: task do_populate_staging: started -NOTE: package lzo-1.08-r14: task do_populate_staging: completed +NOTE: package lzo-1.08-r14: task do_populate_sysroot: started +NOTE: package lzo-1.08-r14: task do_populate_sysroot: completed NOTE: package lzo-1.08: completed NOTE: Running task 224 of 226 (ID: 9, /home/lenehan/devel/oe/build/titan-glibc-25/recipes/lzo/lzo_1.08.bb, do_qa_staging) NOTE: package lzo-1.08: started @@ -734,10 +734,10 @@ NOTE: build 200705041709: completed - populate_staging (stage) + populate_sysroot (stage) - The populate_staging task (stage is an + The populate_sysroot task (stage is an alternate, easier to type name, that can be used to refer to this task) is responsible for making available libraries and headers (if any) that may be required by other packages to build. For example if @@ -820,10 +820,10 @@ NOTE: build 200705041709: completed qa_configure between the configure and compile tasks and another new task called qa_staging between - populate_staging and build + populate_sysroot and build tasks. The former validates the result of the configure task and the late the results of the - populate_staging task. + populate_sysroot task. To determine the full list of tasks available for a specific recipe you can run bitbake on the recipe and asking it for the full list of @@ -835,7 +835,7 @@ do_listtasks do_rebuild do_compile do_build -do_populate_staging +do_populate_sysroot do_mrproper do_fetch do_configure @@ -1116,7 +1116,7 @@ do_mrproper do_fetch do_configure do_clean -do_populate_staging +do_populate_sysroot do_package do_unpack do_install -- cgit 1.2.3-korg