From 1b877bc9dd3e9048489e6868020876af812cfa5e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 12 Apr 2018 10:57:32 -0700 Subject: documentation: Updated everything for new overview-manual This involved changing the root manual folder from "getting-started" to "overview-manual". Also, every link using the ENTITY "YOCTO_DOCS_GS_URL" was changed to "YOCTO_DOCS_OM_URL". Most manuals had several occurrences of these links. The makefile needed updating to process the new manual and not process the old "getting-started" manual. (From yocto-docs rev: 1abf64e56e9096258038ae37b787a81bf786bb3b) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-tasks.xml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'documentation/ref-manual/ref-tasks.xml') diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml index 3226b17299..c551ff0f90 100644 --- a/documentation/ref-manual/ref-tasks.xml +++ b/documentation/ref-manual/ref-tasks.xml @@ -220,7 +220,7 @@ For more information on image creation, see the - "Image Generation" + "Image Generation" section in the Yocto Project Overview and Concepts Manual. @@ -246,7 +246,7 @@ For more information on image creation, see the - "Image Generation" + "Image Generation" section in the Yocto Project Overview and Concepts Manual. @@ -268,7 +268,7 @@ and do_rootfs), run under - fakeroot. + fakeroot. Caution @@ -342,7 +342,7 @@ For additional information, see the PKGDESTWORK variable and the - "Automatically Added Runtime Dependencies" + "Automatically Added Runtime Dependencies" section in the Yocto Project Overview and Concepts Manual. @@ -367,7 +367,7 @@ ${DEPLOY_DIR_DEB} directory in the package feeds area. For more information, see the - "Package Feeds" + "Package Feeds" section in the Yocto Project Overview and Concepts Manual. @@ -381,7 +381,7 @@ ${DEPLOY_DIR_IPK} directory in the package feeds area. For more information, see the - "Package Feeds" + "Package Feeds" section in the Yocto Project Overview and Concepts Manual. @@ -395,7 +395,7 @@ ${DEPLOY_DIR_RPM} directory in the package feeds area. For more information, see the - "Package Feeds" + "Package Feeds" section in the Yocto Project Overview and Concepts Manual. @@ -408,7 +408,7 @@ ${DEPLOY_DIR_TAR} directory in the package feeds area. For more information, see the - "Package Feeds" + "Package Feeds" section in the Yocto Project Overview and Concepts Manual. @@ -431,7 +431,7 @@ Locates patch files and applies them to the source code. See the - "Patching" + "Patching" section in the Yocto Project Overview and Concepts Manual for more information. @@ -452,7 +452,7 @@ Creates the file and directory structure for an installable SDK. See the - "SDK Generation" + "SDK Generation" section in the Yocto Project Overview and Concepts Manual for more information. @@ -540,7 +540,7 @@ S variable also plays a role in where unpacked source files ultimately reside. For more information on how source files are unpacked, see the - "Source Fetching" + "Source Fetching" section in the Yocto Project Overview and Concepts Manual and also see the WORKDIR and S variable descriptions. @@ -620,7 +620,7 @@ Running this task does not remove the - sstate + sstate cache files. Consequently, if no changes have been made and the recipe is rebuilt after cleaning, output files are simply restored from the @@ -637,7 +637,7 @@ Removes all output files, shared state - (sstate) + (sstate) cache, and downloaded source files for a target (i.e. the contents of DL_DIR). @@ -668,13 +668,13 @@ Removes all output files and shared state - (sstate) + (sstate) cache for a target. Essentially, the do_cleansstate task is identical to the do_clean task with the added removal of shared state - (sstate) + (sstate) cache. @@ -744,7 +744,7 @@ Creates or updates the index in the - Package Feeds + Package Feeds area. This task is not triggered with the @@ -796,7 +796,7 @@ Creates the root filesystem (file and directory structure) for an image. See the - "Image Generation" + "Image Generation" section in the Yocto Project Overview and Concepts Manual for more information on how the root filesystem is created. -- cgit v1.2.3-54-g00ecf