summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorRobert Cochran <yocto@mindchasers.com>2012-04-16 07:50:57 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-17 09:05:07 +0100
commita6820f43f597fed57eb1f3eacb963ddf5bd0f1f0 (patch)
tree89fcc4de742b0006040a26875e709e6a2e9c10f4 /documentation
parentcf05f09f9ffa28a7502ebb9bf1ab00420aee1449 (diff)
downloadpoky-a6820f43f597fed57eb1f3eacb963ddf5bd0f1f0.tar.gz
documentation/dev-manual/dev-manual-common-tasks.xml: Fixed example
A reference to meta/recipes-sato/tasks/task-poky.bb is made as a good example of a task; however, this file / recipe doesn't exist. I replaced it with meta/recipes-core/tasks/task-core-boot.bb, which I think is a both useful and basic example to consider. (From yocto-docs rev: 977877efa7781dd00c53cfa914dd710de7d934a1) Signed-off-by: Robert Cochran <yocto@mindchasers.com> Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index a32085d678..a81b6562ec 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -495,7 +495,7 @@
495 For complex custom images, the best approach is to create a custom task package 495 For complex custom images, the best approach is to create a custom task package
496 that is used to build the image or images. 496 that is used to build the image or images.
497 A good example of a tasks package is 497 A good example of a tasks package is
498 <filename>meta/recipes-sato/tasks/task-poky.bb</filename>. 498 <filename>meta/recipes-core/tasks/task-core-boot.bb</filename>
499 The 499 The
500 <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-PACKAGES'>PACKAGES</ulink></filename> 500 <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-PACKAGES'>PACKAGES</ulink></filename>
501 variable lists the task packages to build along with the complementary 501 variable lists the task packages to build along with the complementary