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/bsp-guide/bsp.xml | 4 +- .../dev-manual/dev-manual-common-tasks.xml | 36 +++++++------- documentation/dev-manual/dev-manual-newbie.xml | 2 +- documentation/dev-manual/dev-manual-start.xml | 6 +-- .../getting-started-development-environment.xml | 10 ++-- .../getting-started/getting-started-intro.xml | 4 +- .../kernel-dev/kernel-dev-concepts-appx.xml | 3 +- 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 +-- documentation/tools/mega-manual.sed | 2 +- documentation/yocto-project-qs/qs.xml | 10 ++-- 19 files changed, 110 insertions(+), 104 deletions(-) diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index b52366adf4..5c6f9df7ab 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml @@ -1415,8 +1415,8 @@ Thus, the build system can build the corresponding recipe and include the component in the image. See the - "Enabling Commercially Licensed Recipes" - section in the Yocto Project Overview Manual for details on how + "Enabling Commercially Licensed Recipes" + section in the Yocto Project Concepts Manual for details on how to use these variables. If you build as you normally would, without specifying any recipes in the diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index f420a14f5a..3ac223159b 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -1508,7 +1508,7 @@ For information on recipe syntax, see the "Recipe Syntax" - section in the Yocto Project Overview Manual. + section in the Getting Started With Yocto Project Manual. @@ -1799,7 +1799,7 @@ You can find more information about the build process in "The Yocto Project Development Environment" - chapter of the Yocto Project Overview Manual. + chapter of the Getting Started With Yocto Project Manual. @@ -1816,7 +1816,7 @@ that points to where the source is located. For a graphical representation of source locations, see the "Sources" - section in the Yocto Project Overview Manual. + section in the Getting Started With Yocto Project Manual. @@ -2128,8 +2128,8 @@ containing the current checksum. For more explanation and examples of how to set the LIC_FILES_CHKSUM variable, see the - "Tracking License Changes" - section in the Yocto Project Overview Manual. + "Tracking License Changes" + section in the Yocto Project Concepts Manual. To determine the correct checksum string, you can list the appropriate files in the LIC_FILES_CHKSUM variable with @@ -2275,8 +2275,8 @@ automatically add a runtime dependency to "mypackage" on "example"). See the - "Automatically Added Runtime Dependencies" - in the Yocto Project Overview Manual for further details. + "Automatically Added Runtime Dependencies" + in the Yocto Project Concepts Manual for further details. @@ -3211,8 +3211,8 @@ The variable LIC_FILES_CHKSUM is used to track source license changes as described in the - "Tracking License Changes" - section in the Yocto Project Overview Manual. + "Tracking License Changes" + section in the Yocto Project Concepts Manual. You can quickly create Autotool-based recipes in a manner similar to the previous example. @@ -3418,8 +3418,8 @@ allows runtime dependencies between packages to be added automatically. See the - "Automatically Added Runtime Dependencies" - section in the Yocto Project Overview Manual + "Automatically Added Runtime Dependencies" + section in the Yocto Project Concepts Manual for more information. @@ -4543,8 +4543,8 @@ architectures. For more information on x32 psABI, see the - "x32 psABI" - section in the Yocto Project Overview Manual. + "x32 psABI" + section in the Yocto Project Concepts Manual. To use the x32 psABI, you need to edit your conf/local.conf configuration file as @@ -7347,7 +7347,7 @@ Some notes from Cal: Because the OpenEmbedded build system uses - "signatures", + "signatures", which are unique to a given build, the build system knows when to rebuild packages. All the inputs into a given task are represented by a @@ -7451,8 +7451,8 @@ Some notes from Cal: For more information on shared state, see the - "Shared State Cache" - section in the Yocto Project Overview Manual. + "Shared State Cache" + section in the Yocto Project Concepts Manual. @@ -11134,8 +11134,8 @@ Some notes from Cal: considers it "out of date". See the "Stamp Files and the Rerunning of Tasks" - section in the Yocto Project Overview Manual for how BitBake - determines whether a task is "out of date". + section in the Getting Started With Yocto Project Manual for + how BitBake determines whether a task is "out of date". diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index acbdc280a4..68c8d9bbea 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml @@ -550,7 +550,7 @@ You do this by pushing to a contribution repository that is upstream. See the "Workflows" - section in the Yocto Project Overview Manual for additional + section in the Getting Started With Yocto Project Manual for additional concepts on working in the Yocto Project development environment. diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index 356abdf0a8..f14a91f94b 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml @@ -261,12 +261,12 @@ For concepts and introductory information about Git as it is used in the Yocto Project, see the "Git" - section in the Yocto Project Overview Manual. + section in the Getting Started With Yocto Project Manual. For concepts on Yocto Project source repositories, see the "Yocto Project Source Repositories" - section in the Yocto Project Overview Manual." + section in the Getting Started With Yocto Project Manual." @@ -742,7 +742,7 @@ under tmp/deploy/images. For detailed information on the build process using BitBake, see the "Images" - section in the Yocto Project Overview Manual. + section in the Getting Started With Yocto Project Manual. diff --git a/documentation/getting-started/getting-started-development-environment.xml b/documentation/getting-started/getting-started-development-environment.xml index 7d177cecca..03a807e4a5 100644 --- a/documentation/getting-started/getting-started-development-environment.xml +++ b/documentation/getting-started/getting-started-development-environment.xml @@ -2426,8 +2426,8 @@ For more information on the cross-development toolchain generation, see the - "Cross-Development Toolchain Generation" - section. + "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 @@ -2490,7 +2490,7 @@ STAMP variable, and the end of the name consists of the task's name and current - input checksum. + input checksum. This naming scheme assumes that BB_SIGNATURE_HANDLER @@ -2792,8 +2792,8 @@ For background information on cross-development toolchains in the Yocto Project development environment, see the - "Cross-Development Toolchain Generation" - section. + "Cross-Development Toolchain Generation" + section in the Yocto Projects Concepts Manual. For information on setting up a cross-development diff --git a/documentation/getting-started/getting-started-intro.xml b/documentation/getting-started/getting-started-intro.xml index 51a21b6e23..a523159fe2 100644 --- a/documentation/getting-started/getting-started-intro.xml +++ b/documentation/getting-started/getting-started-intro.xml @@ -4,12 +4,12 @@ -The Yocto Project Overview Manual +Getting Started with Yocto Project Manual
Welcome - Welcome to the Yocto Project Overview Manual! + Welcome to the Getting Started With Yocto Project Manual! This manual introduces the Yocto Project by providing concepts, software overviews, best-known-methods (BKMs), and any other high-level introductory information suitable for a new Yocto diff --git a/documentation/kernel-dev/kernel-dev-concepts-appx.xml b/documentation/kernel-dev/kernel-dev-concepts-appx.xml index db692edfab..19e9fa994a 100644 --- a/documentation/kernel-dev/kernel-dev-concepts-appx.xml +++ b/documentation/kernel-dev/kernel-dev-concepts-appx.xml @@ -240,7 +240,8 @@ You can also get an introduction to Git as it applies to the Yocto Project in the "Git" - section in the Yocto Project Overview Manual. + section in the Getting Started With Yocto Project + Manual. The latter reference provides an overview of Git and presents a minimal set of Git commands that allows you to be functional using Git. 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. diff --git a/documentation/tools/mega-manual.sed b/documentation/tools/mega-manual.sed index a34ff97d5e..ed68b5b2ae 100644 --- a/documentation/tools/mega-manual.sed +++ b/documentation/tools/mega-manual.sed @@ -25,7 +25,7 @@ s/\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.5\/toaster-manual\/toa # Process cases where just an external manual is referenced without an id anchor s/Yocto Project Quick Start<\/a>/Yocto Project Quick Start/g s/Yocto Project Development Tasks Manual<\/a>/Yocto Project Development Tasks Manual/g -s/Yocto Project Overview Manual<\/a>/Yocto Project Overview Manual/g +s/Getting Started With Yocto Project Manual<\/a>/Getting Started With Yocto Project Manual/g s/Yocto Project Application Development and the Extensible Software Development Kit (eSDK)<\/a>/Yocto Project Application Development and the Extensible Software Development Kit (eSDK)/g s/Yocto Project Board Support Package (BSP) Developer's Guide<\/a>/Yocto Project Board Support Package (BSP) Developer's Guide/g s/Yocto Project Profiling and Tracing Manual<\/a>/Yocto Project Profiling and Tracing Manual/g diff --git a/documentation/yocto-project-qs/qs.xml b/documentation/yocto-project-qs/qs.xml index bd5941f03e..2032ab72cc 100644 --- a/documentation/yocto-project-qs/qs.xml +++ b/documentation/yocto-project-qs/qs.xml @@ -48,7 +48,7 @@ For more introductory and conceptual information on the Yocto Project, see the - Yocto Project Overview Manual. + Getting Started With Yocto Project Manual. For guidance on where to look for information beyond @@ -603,8 +603,8 @@ For information on using the bitbake command, see the - "BitBake" - section in the Yocto Project Overview Manual, or + "BitBake" + section in the Yocto Project Concepts Manual, or see the "BitBake Command" section in the BitBake User Manual. @@ -1078,8 +1078,8 @@ used by the OpenEmbedded build system during the image generation process. For information on Fakeroot and Pseudo, see the - "Fakeroot and Pseudo" - section in the Yocto Project Overview Manual. + "Fakeroot and Pseudo" + section in the Yocto Project Concepts Manual. OPKG: -- cgit v1.2.3-54-g00ecf