diff options
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 2 |
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 |