From ae06e04cd225d2c2147ca355e2dd39b4f6cf6775 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 29 Jan 2018 15:18:03 -0800 Subject: documentation: Created new "Getting Started" manual. Creation involved removing the overview-manual and replacing it with the getting-started manual. All links to the string "&YOCTO_DOCS_OVERVIEW_URL" had to be replaced with "&YOCTO_DOCS_GS_URL" across the entire YP manual set. I renamed files used to create the manual with prefixes suited for the new manual name, which is "Getting Started With Yocto Project". The style sheet for the new manual needed updating to display the new .PNG image for the title page. The mega-manual file had to be updated to include the files. The mega-manual.sed file had to be updated to include the new manual and not use the overview manual. (From yocto-docs rev: 6c7abf9192390121000f577d6c98f259d290d15d) 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 4fa64c0d60..262dec8311 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 Manual. @@ -246,7 +246,7 @@ For more information on image creation, see the - "Image Generation" + "Image Generation" section in the Yocto Project Overview 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 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 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 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 Manual. @@ -408,7 +408,7 @@ ${DEPLOY_DIR_TAR} directory in the package feeds area. For more information, see the - "Package Feeds" + "Package Feeds" section Yocto Project Overview 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 Manual for more information. @@ -451,7 +451,7 @@ Creates the file and directory structure for an installable SDK. See the - "SDK Generation" + "SDK Generation" section in the Yocto Project Overview Manual for more information. @@ -538,7 +538,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 Manual and also see the WORKDIR and S variable descriptions. @@ -628,7 +628,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 @@ -645,7 +645,7 @@ Removes all output files, shared state - (sstate) + (sstate) cache, and downloaded source files for a target (i.e. the contents of DL_DIR). @@ -676,13 +676,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. @@ -760,7 +760,7 @@ Creates or updates the index in the - Package Feeds + Package Feeds area. This task is not triggered with the @@ -812,7 +812,7 @@ Creates the root filesystem (file and directory structure) for an image. See the - "Image Generation" + "Image Generation" section in the Yocto Project Overview Manual for more information on how the root filesystem is created. -- cgit v1.2.3-54-g00ecf