From 4d623003f3a16b9fb91d5e655ff415636e31f582 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 30 Jan 2018 13:45:31 -0800 Subject: documentation: Purged overview manual references When I converted the Yocto Project Overview Manual to the Getting Started With Yocto Project Manual, I updated the strings for references from "&YOCTO_DOCS_OVERVIEW_URL" TO "&YOCTO_DOCS_GS_URL". Unfortunately, I did it with a global command that did not take into account the text the might follow the link by saying "see such-and-such section in the Yocto Project Overview Manual." So, I had to hand fix these. Additionally, since I have moved a deeper concepts chapter that was in the getting-started manual to a new Yocto Project Concepts chapter, many of those links changed had to really go to the new manual instead. Those were fixed. (From yocto-docs rev: fca1c56b0764802fb6a687ea81ab0fb95186cf0a) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/faq.xml | 3 +- documentation/ref-manual/ref-bitbake.xml | 4 +- documentation/ref-manual/ref-classes.xml | 20 ++++---- documentation/ref-manual/ref-images.xml | 4 +- documentation/ref-manual/ref-structure.xml | 4 +- .../ref-manual/ref-system-requirements.xml | 2 +- documentation/ref-manual/ref-tasks.xml | 30 +++++------ documentation/ref-manual/ref-terms.xml | 6 +-- documentation/ref-manual/ref-variables.xml | 58 +++++++++++----------- documentation/ref-manual/resources.xml | 6 +-- 10 files changed, 71 insertions(+), 66 deletions(-) (limited to 'documentation/ref-manual') diff --git a/documentation/ref-manual/faq.xml b/documentation/ref-manual/faq.xml index ecc866cdb3..c0ec1a6fb9 100644 --- a/documentation/ref-manual/faq.xml +++ b/documentation/ref-manual/faq.xml @@ -418,7 +418,8 @@ You can find more information on licensing in the "Licensing" - section in the Yocto Project Overview Manual and also in the + section in the Getting Started With Yocto Project Manual + and also in the "Maintaining Open Source License Compliance During Your Product's Lifecycle" section in the Yocto Project Development Tasks Manual. diff --git a/documentation/ref-manual/ref-bitbake.xml b/documentation/ref-manual/ref-bitbake.xml index e848de81b3..9e3e9cf35d 100644 --- a/documentation/ref-manual/ref-bitbake.xml +++ b/documentation/ref-manual/ref-bitbake.xml @@ -350,8 +350,8 @@ checksums. For information on this process, see the BB_HASHBASE_WHITELIST example in the - "Checksums (Signatures)" - section in the Yocto Project Overview Manual. + "Checksums (Signatures)" + section in the Yocto Project Concepts Manual. diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 39d740d7d4..ff13213fad 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -568,8 +568,8 @@ provides support for the recipes that build the Canadian Cross-compilation tools for SDKs. See the - "Cross-Development Toolchain Generation" - section in the Yocto Project Overview Manual for more discussion on + "Cross-Development Toolchain Generation" + section in the Yocto Project Concepts Manual for more discussion on these cross-compilation tools. @@ -582,8 +582,8 @@ provides support for the recipes that build the cross-compilation tools used for building SDKs. See the - "Cross-Development Toolchain Generation" - section in the Yocto Project Overview Manual for more discussion on + "Cross-Development Toolchain Generation" + section in the Yocto Project Concepts Manual for more discussion on these cross-compilation tools. @@ -1252,7 +1252,7 @@ section in the Yocto Project Development Tasks Manual. For information on how images are created, see the "Images" - section in the Yocto Project Overview Manual. + section in the Getting Started With Yocto Project Manual. @@ -2722,8 +2722,8 @@ This check was removed for YP 2.3 release For more information on the cross-development toolchain generation, see the - "Cross-Development Toolchain Generation" - section in the Yocto Project Overview Manual. + "Cross-Development Toolchain Generation" + section in the Yocto Project Concepts Manual. For information on advantages gained when building a cross-development toolchain using the do_populate_sdk @@ -3021,7 +3021,7 @@ This check was removed for YP 2.3 release For information on how root filesystem images are created, see the "Image Generation" - section in the Yocto Project Overview Manual. + section in the Getting Started With Yocto Project Manual. @@ -3182,8 +3182,8 @@ This check was removed for YP 2.3 release For more information on sstate, see the - "Shared State Cache" - section in the Yocto Project Overview Manual. + "Shared State Cache" + section in the Yocto Project Concepts Manual. diff --git a/documentation/ref-manual/ref-images.xml b/documentation/ref-manual/ref-images.xml index 58f33cda2a..8b7cee827a 100644 --- a/documentation/ref-manual/ref-images.xml +++ b/documentation/ref-manual/ref-images.xml @@ -151,8 +151,8 @@ This image provides the Wayland protocol libraries and the reference Weston compositor. For more information, see the - "Wayland" - section in the Yocto Project Overview Manual. + "Wayland" + section in the Yocto Project Concepts Manual. core-image-x11: A very basic X11 image with a terminal. diff --git a/documentation/ref-manual/ref-structure.xml b/documentation/ref-manual/ref-structure.xml index 1dff8f81f9..1a409909bf 100644 --- a/documentation/ref-manual/ref-structure.xml +++ b/documentation/ref-manual/ref-structure.xml @@ -523,7 +523,7 @@ "Images" and "Application Development SDK" - sections in the Yocto Project Overview Manual. + sections in the Getting Started With Yocto Project Manual. @@ -697,7 +697,7 @@ For information on how BitBake uses stamp files to determine if a task should be rerun, see the "Stamp Files and the Rerunning of Tasks" - section in the Yocto Project Overview Manual. + section in the Getting Started With Yocto Project Manual. diff --git a/documentation/ref-manual/ref-system-requirements.xml b/documentation/ref-manual/ref-system-requirements.xml index 593f2d3d15..fc61f02d39 100644 --- a/documentation/ref-manual/ref-system-requirements.xml +++ b/documentation/ref-manual/ref-system-requirements.xml @@ -22,7 +22,7 @@ For introductory information on the Yocto Project, see the Yocto Project Website and the "Yocto Project Development Environment" - chapter in the Yocto Project Overview Manual. + chapter in the Getting Started With Yocto Project Manual. diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml index 262dec8311..2afd9588b7 100644 --- a/documentation/ref-manual/ref-tasks.xml +++ b/documentation/ref-manual/ref-tasks.xml @@ -221,7 +221,7 @@ For more information on image creation, see the "Image Generation" - section in the Yocto Project Overview Manual. + section in the Getting Started With Yocto Project Manual. @@ -247,7 +247,7 @@ For more information on image creation, see the "Image Generation" - section in the Yocto Project Overview Manual. + section in the Getting Started With Yocto Project Manual. @@ -342,8 +342,8 @@ For additional information, see the PKGDESTWORK variable and the - "Automatically Added Runtime Dependencies" - section in the Yocto Project Overview Manual. + "Automatically Added Runtime Dependencies" + section in the Yocto Project Concepts Manual. @@ -368,7 +368,7 @@ directory in the package feeds area. For more information, see the "Package Feeds" - section in the Yocto Project Overview Manual. + section in the Getting Started With Yocto Project Manual. @@ -382,7 +382,7 @@ directory in the package feeds area. For more information, see the "Package Feeds" - section in the Yocto Project Overview Manual. + section in the Getting Started With Yocto Project Manual. @@ -396,7 +396,7 @@ directory in the package feeds area. For more information, see the "Package Feeds" - section in the Yocto Project Overview Manual. + section in the Getting Started With Yocto Project Manual. @@ -409,7 +409,7 @@ directory in the package feeds area. For more information, see the "Package Feeds" - section Yocto Project Overview Manual. + section Getting Started With Yocto Project Manual. @@ -432,7 +432,8 @@ Locates patch files and applies them to the source code. See the "Patching" - section in the Yocto Project Overview Manual for more information. + section in the Getting Started With Yocto Project Manual for more + information. @@ -452,7 +453,8 @@ Creates the file and directory structure for an installable SDK. See the "SDK Generation" - section in the Yocto Project Overview Manual for more information. + section in the Getting Started With Yocto Project Manual for more + information. @@ -539,8 +541,8 @@ plays a role in where unpacked source files ultimately reside. For more information on how source files are unpacked, see the "Source Fetching" - section in the Yocto Project Overview Manual and also see the - WORKDIR and + section in the Getting Started With Yocto Project Manual and also + see the WORKDIR and S variable descriptions. @@ -813,8 +815,8 @@ image. See the "Image Generation" - section in the Yocto Project Overview Manual for more information - on how the root filesystem is created. + section in the Getting Started With Yocto Project Manual for more + information on how the root filesystem is created. diff --git a/documentation/ref-manual/ref-terms.xml b/documentation/ref-manual/ref-terms.xml index 9e38e98693..72e2ad926b 100644 --- a/documentation/ref-manual/ref-terms.xml +++ b/documentation/ref-manual/ref-terms.xml @@ -181,8 +181,8 @@ Creation of these toolchains is simple and automated. For information on toolchain concepts as they apply to the Yocto Project, see the - "Cross-Development Toolchain Generation" - section in the Yocto Project Overview Manual. + "Cross-Development Toolchain Generation" + section in the Yocto Project Concepts Manual. You can also find more information on using the relocatable toolchain in the Yocto Project Application Development and the Extensible Software Development Kit (eSDK) @@ -400,7 +400,7 @@ For more information on concepts related to Git repositories, branches, and tags, see the "Repositories, Tags, and Branches" - section in the Yocto Project Overview Manual. + section in the Getting Started With Yocto Project Manual. Task: A unit of execution for BitBake (e.g. diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index f09e0b6ae4..68b2daaa1e 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -3264,8 +3264,8 @@ add any runtime dependencies between the packages produced by the two recipes. However, as explained in the - "Automatically Added Runtime Dependencies" - section in the Yocto Project Overview Manual, + "Automatically Added Runtime Dependencies" + section in the Yocto Project Concepts Manual, runtime dependencies will often be added automatically, meaning DEPENDS alone is @@ -3334,7 +3334,8 @@ "Package Feeds" section, and the "Application Development SDK" - sections all in the Yocto Project Overview Manual. + sections all in the Getting Started With Yocto Project + Manual. @@ -3374,7 +3375,7 @@ task writes Debian packages into the appropriate folder. For more information on how packaging works, see the "Package Feeds" - section in the Yocto Project Overview Manual. + section in the Getting Started With Yocto Project Manual. @@ -3406,7 +3407,8 @@ "Images" and "Application Development SDK" - sections both in the Yocto Project Overview Manual. + sections both in the Getting Started With Yocto Project + Manual. @@ -3445,7 +3447,7 @@ task writes IPK packages into the appropriate folder. For more information on how packaging works, see the "Package Feeds" - section in the Yocto Project Overview Manual. + section in the Getting Started With Yocto Project Manual. @@ -3523,7 +3525,7 @@ task writes TAR packages into the appropriate folder. For more information on how packaging works, see the "Package Feeds" - section in the Yocto Project Overview Manual. + section in the Getting Started With Yocto Project Manual. @@ -6085,7 +6087,7 @@ You can find information on how the image is created in the "Image Generation" - section in the Yocto Project Overview Manual. + section in the Getting Started With Yocto Project Manual. @@ -7911,8 +7913,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" LICENSE is set to "CLOSED"). For more information, see the - "Tracking License Changes" - section in the Yocto Project Overview Manual. + "Tracking License Changes" + section in the Yocto Project Concepts Manual. @@ -8047,8 +8049,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" require additional licenses in order to be used in a commercial product. For more information, see the - "Enabling Commercially Licensed Recipes" - section in the Yocto Project Overview Manual. + "Enabling Commercially Licensed Recipes" + section in the Yocto Project Concepts Manual. @@ -8067,8 +8069,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" This practice is otherwise known as "whitelisting" license flags. For more information, see the - Enabling Commercially Licensed Recipes" - section in the Yocto Project Overview Manual. + Enabling Commercially Licensed Recipes" + section in the Yocto Project Concepts Manual. @@ -10412,8 +10414,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" ${STAGING_DIR_HOST}/pkgdata For examples of how this data is used, see the - "Automatically Added Runtime Dependencies" - section in the Yocto Project Overview Manual and the + "Automatically Added Runtime Dependencies" + section in the Yocto Project Concepts Manual and the "Viewing Package Information with oe-pkgdata-util" section in the Yocto Project Development Tasks Manual. @@ -10659,7 +10661,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PR to know when to rebuild a recipe. The build system uses the task - input checksums + input checksums along with the stamp and @@ -10715,8 +10717,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PREFERRED_PROVIDER_virtual/libgl ?= "mesa" For more information, see the - "Metadata (Virtual Providers)" - section in the Yocto Project Overview Manual. + "Metadata (Virtual Providers)" + section in the Yocto Project Concepts Manual. If you set PREFERRED_PROVIDER for a virtual/* item, then any @@ -10919,8 +10921,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" For more information, see the - "Automatically Added Runtime Dependencies" - section in the Yocto Project Overview Manual. + "Automatically Added Runtime Dependencies" + section in the Yocto Project Concepts Manual. @@ -11236,8 +11238,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" Therefore, most recipes do not need to set RDEPENDS. For more information, see the - "Automatically Added Runtime Dependencies" - section in the Yocto Project Overview Manual. + "Automatically Added Runtime Dependencies" + section in the Yocto Project Concepts Manual. @@ -13696,7 +13698,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" For information on how BitBake uses stamp files to determine if a task should be rerun, see the "Stamp Files and the Rerunning of Tasks" - section in the Yocto Project Overview Manual. + section in the Getting Started With Yocto Project Manual. @@ -15187,8 +15189,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" For background information on cross-development toolchains in the Yocto Project development environment, see the - "Cross-Development Toolchain Generation" - section in the Yocto Project Overview Manual. + "Cross-Development Toolchain Generation" + section in the Yocto Project Concepts Manual. For information on setting up a cross-development environment, see the Yocto Project Application Development and the Extensible Software Development Kit (eSDK) @@ -15246,8 +15248,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" For background information on cross-development toolchains in the Yocto Project development environment, see the - "Cross-Development Toolchain Generation" - section in the Yocto Project Overview Manual. + "Cross-Development Toolchain Generation" + section in the Yocto Project Concepts Manual. For information on setting up a cross-development environment, see the Yocto Project Application Development and the Extensible Software Development Kit (eSDK) diff --git a/documentation/ref-manual/resources.xml b/documentation/ref-manual/resources.xml index 09feddd29f..31f513656f 100644 --- a/documentation/ref-manual/resources.xml +++ b/documentation/ref-manual/resources.xml @@ -167,10 +167,10 @@ - Yocto Project Overview Manual: + Getting Started With Yocto Project Manual: - This manual introduces the Yocto Project, provides development - environment basics, and explains Yocto Project concepts. + This manual introduces the Yocto Project and provides + development environment basics. -- cgit v1.2.3-54-g00ecf