From c85b419fee0cf1bdd4e4598c826c94c728d16ee1 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 10 Apr 2018 12:04:20 -0700 Subject: documentation: Fixed links to old concepts-manual The concepts-manual is going away for 2.5. I have fixed all the links across the YP documentation set that were cross-referencing into the concepts-manual so they now cross-reference into the getting-started manual, where that concepts chapter will live post 2.4x. (From yocto-docs rev: e9145e9e7fef882a13c982d34514a94f864b3c12) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../dev-manual/dev-manual-common-tasks.xml | 42 ++++++++++++---------- documentation/dev-manual/dev-manual-start.xml | 4 +-- 2 files changed, 25 insertions(+), 21 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 50e60ba11b..d273eaedd9 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -1872,8 +1872,8 @@ Your recipe must have a SRC_URI variable that points to where the source is located. For a graphical representation of source locations, see the - "Sources" - section in the Yocto Project Concepts Manual. + "Sources" + section in the Yocto Project Overview and Concepts Manual. @@ -2185,8 +2185,10 @@ 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 Concepts Manual. + "Tracking License Changes" + section in the Yocto Project Overview and Concepts + Manual. + To determine the correct checksum string, you can list the appropriate files in the LIC_FILES_CHKSUM variable with @@ -2332,9 +2334,9 @@ automatically add a runtime dependency to "mypackage" on "example"). See the - "Automatically Added Runtime Dependencies" - section in the Yocto Project Concepts Manual for further - details. + "Automatically Added Runtime Dependencies" + section in the Yocto Project Overview and Concepts Manual for + further details. @@ -3396,9 +3398,10 @@ The variable LIC_FILES_CHKSUM is used to track source license changes as described in the - "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. + "Tracking License Changes" + section in the Yocto Project Overview and Concepts Manual. + You can quickly create Autotool-based recipes in a manner + similar to the previous example. @@ -3603,9 +3606,9 @@ allows runtime dependencies between packages to be added automatically. See the - "Automatically Added Runtime Dependencies" - section in the Yocto Project Concepts Manual - for more information. + "Automatically Added Runtime Dependencies" + section in the Yocto Project Overview and + Concepts Manual for more information. @@ -8503,7 +8506,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 @@ -8607,8 +8610,9 @@ Some notes from Cal: For more information on shared state, see the - "Shared State Cache" - section in the Yocto Project Concepts Manual. + "Shared State Cache" + section in the Yocto Project Overview and Concepts + Manual. @@ -12257,7 +12261,7 @@ Some notes from Cal: ${BUILDDIR}/tmp/stamps/i586-poky-linux/db/6.0.30-r1.do_fetch.sigdata.7c048c18222b16ff0bcee2000ef648b1 For tasks that are accelerated through the shared state - (sstate) + (sstate) cache, an additional siginfo file is written into SSTATE_DIR @@ -12366,8 +12370,8 @@ Some notes from Cal: -c, BitBake will only run the task if it considers it "out of date". See the - "Stamp Files and the Rerunning of Tasks" - section in the Yocto Project Concepts Manual for + "Stamp Files and the Rerunning of Tasks" + section in the Yocto Project Overview and Concepts Manual for how BitBake determines whether a task is "out of date". diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index e0d36e95e4..30fdb6be5c 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml @@ -748,8 +748,8 @@ Build Directory under tmp/deploy/images. For detailed information on the build process using BitBake, see the - "Images" - section in the Yocto Project Concepts Manual. + "Images" + section in the Yocto Project Overview and Concepts Manual. -- cgit v1.2.3-54-g00ecf