diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-04-10 12:04:20 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-24 17:16:12 +0100 |
commit | 982cce2d2cd4ca7dcbc8d868d70fce2b6d264e36 (patch) | |
tree | 2c004eed7ec98e45b42f1700ef909abe130b945f /documentation/dev-manual/dev-manual-common-tasks.xml | |
parent | b8bdf61ad1810075232bbc394d5e7eb01e6e9bad (diff) | |
download | poky-982cce2d2cd4ca7dcbc8d868d70fce2b6d264e36.tar.gz |
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 <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 42 |
1 files changed, 23 insertions, 19 deletions
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 @@ | |||
1872 | Your recipe must have a <filename>SRC_URI</filename> variable | 1872 | Your recipe must have a <filename>SRC_URI</filename> variable |
1873 | that points to where the source is located. | 1873 | that points to where the source is located. |
1874 | For a graphical representation of source locations, see the | 1874 | For a graphical representation of source locations, see the |
1875 | "<ulink url='&YOCTO_DOCS_CM_URL;#sources-dev-environment'>Sources</ulink>" | 1875 | "<ulink url='&YOCTO_DOCS_GS_URL;#sources-dev-environment'>Sources</ulink>" |
1876 | section in the Yocto Project Concepts Manual. | 1876 | section in the Yocto Project Overview and Concepts Manual. |
1877 | </para> | 1877 | </para> |
1878 | 1878 | ||
1879 | <para> | 1879 | <para> |
@@ -2185,8 +2185,10 @@ | |||
2185 | containing the current checksum. | 2185 | containing the current checksum. |
2186 | For more explanation and examples of how to set the | 2186 | For more explanation and examples of how to set the |
2187 | <filename>LIC_FILES_CHKSUM</filename> variable, see the | 2187 | <filename>LIC_FILES_CHKSUM</filename> variable, see the |
2188 | "<ulink url='&YOCTO_DOCS_CM_URL;#usingpoky-configuring-LIC_FILES_CHKSUM'>Tracking License Changes</ulink>" | 2188 | "<ulink url='&YOCTO_DOCS_GS_URL;#usingpoky-configuring-LIC_FILES_CHKSUM'>Tracking License Changes</ulink>" |
2189 | section in the Yocto Project Concepts Manual.</para> | 2189 | section in the Yocto Project Overview and Concepts |
2190 | Manual.</para> | ||
2191 | |||
2190 | <para>To determine the correct checksum string, you | 2192 | <para>To determine the correct checksum string, you |
2191 | can list the appropriate files in the | 2193 | can list the appropriate files in the |
2192 | <filename>LIC_FILES_CHKSUM</filename> variable with | 2194 | <filename>LIC_FILES_CHKSUM</filename> variable with |
@@ -2332,9 +2334,9 @@ | |||
2332 | automatically add a runtime dependency to "mypackage" on | 2334 | automatically add a runtime dependency to "mypackage" on |
2333 | "example"). | 2335 | "example"). |
2334 | See the | 2336 | See the |
2335 | "<ulink url='&YOCTO_DOCS_CM_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" | 2337 | "<ulink url='&YOCTO_DOCS_GS_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" |
2336 | section in the Yocto Project Concepts Manual for further | 2338 | section in the Yocto Project Overview and Concepts Manual for |
2337 | details. | 2339 | further details. |
2338 | </para> | 2340 | </para> |
2339 | </section> | 2341 | </section> |
2340 | 2342 | ||
@@ -3396,9 +3398,10 @@ | |||
3396 | The variable | 3398 | The variable |
3397 | <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-LIC_FILES_CHKSUM'>LIC_FILES_CHKSUM</ulink></filename> | 3399 | <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-LIC_FILES_CHKSUM'>LIC_FILES_CHKSUM</ulink></filename> |
3398 | is used to track source license changes as described in the | 3400 | is used to track source license changes as described in the |
3399 | "<ulink url='&YOCTO_DOCS_CM_URL;#usingpoky-configuring-LIC_FILES_CHKSUM'>Tracking License Changes</ulink>" | 3401 | "<ulink url='&YOCTO_DOCS_GS_URL;#usingpoky-configuring-LIC_FILES_CHKSUM'>Tracking License Changes</ulink>" |
3400 | section in the Yocto Project Concepts Manual. | 3402 | section in the Yocto Project Overview and Concepts Manual. |
3401 | You can quickly create Autotool-based recipes in a manner similar to the previous example. | 3403 | You can quickly create Autotool-based recipes in a manner |
3404 | similar to the previous example. | ||
3402 | </para> | 3405 | </para> |
3403 | </section> | 3406 | </section> |
3404 | 3407 | ||
@@ -3603,9 +3606,9 @@ | |||
3603 | allows runtime dependencies between packages | 3606 | allows runtime dependencies between packages |
3604 | to be added automatically. | 3607 | to be added automatically. |
3605 | See the | 3608 | See the |
3606 | "<ulink url='&YOCTO_DOCS_CM_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" | 3609 | "<ulink url='&YOCTO_DOCS_GS_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" |
3607 | section in the Yocto Project Concepts Manual | 3610 | section in the Yocto Project Overview and |
3608 | for more information. | 3611 | Concepts Manual for more information. |
3609 | </para></listitem> | 3612 | </para></listitem> |
3610 | </itemizedlist> | 3613 | </itemizedlist> |
3611 | </note> | 3614 | </note> |
@@ -8503,7 +8506,7 @@ Some notes from Cal: | |||
8503 | 8506 | ||
8504 | <para> | 8507 | <para> |
8505 | Because the OpenEmbedded build system uses | 8508 | Because the OpenEmbedded build system uses |
8506 | "<ulink url='&YOCTO_DOCS_CM_URL;#overview-checksums'>signatures</ulink>", | 8509 | "<ulink url='&YOCTO_DOCS_GS_URL;#overview-checksums'>signatures</ulink>", |
8507 | which are unique to a given build, the build system | 8510 | which are unique to a given build, the build system |
8508 | knows when to rebuild packages. | 8511 | knows when to rebuild packages. |
8509 | All the inputs into a given task are represented by a | 8512 | All the inputs into a given task are represented by a |
@@ -8607,8 +8610,9 @@ Some notes from Cal: | |||
8607 | 8610 | ||
8608 | <para> | 8611 | <para> |
8609 | For more information on shared state, see the | 8612 | For more information on shared state, see the |
8610 | "<ulink url='&YOCTO_DOCS_CM_URL;#shared-state-cache'>Shared State Cache</ulink>" | 8613 | "<ulink url='&YOCTO_DOCS_GS_URL;#shared-state-cache'>Shared State Cache</ulink>" |
8611 | section in the Yocto Project Concepts Manual. | 8614 | section in the Yocto Project Overview and Concepts |
8615 | Manual. | ||
8612 | </para> | 8616 | </para> |
8613 | </note> | 8617 | </note> |
8614 | </section> | 8618 | </section> |
@@ -12257,7 +12261,7 @@ Some notes from Cal: | |||
12257 | ${BUILDDIR}/tmp/stamps/i586-poky-linux/db/6.0.30-r1.do_fetch.sigdata.7c048c18222b16ff0bcee2000ef648b1 | 12261 | ${BUILDDIR}/tmp/stamps/i586-poky-linux/db/6.0.30-r1.do_fetch.sigdata.7c048c18222b16ff0bcee2000ef648b1 |
12258 | </literallayout> | 12262 | </literallayout> |
12259 | For tasks that are accelerated through the shared state | 12263 | For tasks that are accelerated through the shared state |
12260 | (<ulink url='&YOCTO_DOCS_CM_URL;#shared-state-cache'>sstate</ulink>) | 12264 | (<ulink url='&YOCTO_DOCS_GS_URL;#shared-state-cache'>sstate</ulink>) |
12261 | cache, an additional <filename>siginfo</filename> file | 12265 | cache, an additional <filename>siginfo</filename> file |
12262 | is written into | 12266 | is written into |
12263 | <ulink url='&YOCTO_DOCS_REF_URL;#var-SSTATE_DIR'><filename>SSTATE_DIR</filename></ulink> | 12267 | <ulink url='&YOCTO_DOCS_REF_URL;#var-SSTATE_DIR'><filename>SSTATE_DIR</filename></ulink> |
@@ -12366,8 +12370,8 @@ Some notes from Cal: | |||
12366 | <filename>-c</filename>, BitBake will only run the task if it | 12370 | <filename>-c</filename>, BitBake will only run the task if it |
12367 | considers it "out of date". | 12371 | considers it "out of date". |
12368 | See the | 12372 | See the |
12369 | "<ulink url='&YOCTO_DOCS_CM_URL;#stamp-files-and-the-rerunning-of-tasks'>Stamp Files and the Rerunning of Tasks</ulink>" | 12373 | "<ulink url='&YOCTO_DOCS_GS_URL;#stamp-files-and-the-rerunning-of-tasks'>Stamp Files and the Rerunning of Tasks</ulink>" |
12370 | section in the Yocto Project Concepts Manual for | 12374 | section in the Yocto Project Overview and Concepts Manual for |
12371 | how BitBake determines whether a task is "out of date". | 12375 | how BitBake determines whether a task is "out of date". |
12372 | </para> | 12376 | </para> |
12373 | 12377 | ||