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 --- .../dev-manual/dev-manual-common-tasks.xml | 36 +++++++++++----------- documentation/dev-manual/dev-manual-newbie.xml | 2 +- documentation/dev-manual/dev-manual-start.xml | 6 ++-- 3 files changed, 22 insertions(+), 22 deletions(-) (limited to 'documentation/dev-manual') 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. -- cgit v1.2.3-54-g00ecf