diff options
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index fd1734beec..85b3a4a8a2 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -24,7 +24,7 @@ | |||
24 | each other. | 24 | each other. |
25 | For introductory information on the Yocto Project Layer Model, | 25 | For introductory information on the Yocto Project Layer Model, |
26 | see the | 26 | see the |
27 | "<ulink url='&YOCTO_DOCS_GS_URL;#the-yocto-project-layer-model'>The Yocto Project Layer Model</ulink>" | 27 | "<ulink url='&YOCTO_DOCS_OM_URL;#the-yocto-project-layer-model'>The Yocto Project Layer Model</ulink>" |
28 | section in the Yocto Project Overview and Concepts Manual. | 28 | section in the Yocto Project Overview and Concepts Manual. |
29 | </para> | 29 | </para> |
30 | 30 | ||
@@ -1855,7 +1855,7 @@ | |||
1855 | 1855 | ||
1856 | <para> | 1856 | <para> |
1857 | You can find more information about the build process in | 1857 | You can find more information about the build process in |
1858 | "<ulink url='&YOCTO_DOCS_GS_URL;#overview-development-environment'>The Yocto Project Development Environment</ulink>" | 1858 | "<ulink url='&YOCTO_DOCS_OM_URL;#overview-development-environment'>The Yocto Project Development Environment</ulink>" |
1859 | chapter of the Yocto Project Overview and Concepts Manual. | 1859 | chapter of the Yocto Project Overview and Concepts Manual. |
1860 | </para> | 1860 | </para> |
1861 | </section> | 1861 | </section> |
@@ -1872,7 +1872,7 @@ | |||
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_GS_URL;#sources-dev-environment'>Sources</ulink>" | 1875 | "<ulink url='&YOCTO_DOCS_OM_URL;#sources-dev-environment'>Sources</ulink>" |
1876 | section in the Yocto Project Overview and Concepts Manual. | 1876 | section in the Yocto Project Overview and Concepts Manual. |
1877 | </para> | 1877 | </para> |
1878 | 1878 | ||
@@ -2185,7 +2185,7 @@ | |||
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_GS_URL;#usingpoky-configuring-LIC_FILES_CHKSUM'>Tracking License Changes</ulink>" | 2188 | "<ulink url='&YOCTO_DOCS_OM_URL;#usingpoky-configuring-LIC_FILES_CHKSUM'>Tracking License Changes</ulink>" |
2189 | section in the Yocto Project Overview and Concepts | 2189 | section in the Yocto Project Overview and Concepts |
2190 | Manual.</para> | 2190 | Manual.</para> |
2191 | 2191 | ||
@@ -2334,7 +2334,7 @@ | |||
2334 | automatically add a runtime dependency to "mypackage" on | 2334 | automatically add a runtime dependency to "mypackage" on |
2335 | "example"). | 2335 | "example"). |
2336 | See the | 2336 | See the |
2337 | "<ulink url='&YOCTO_DOCS_GS_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" | 2337 | "<ulink url='&YOCTO_DOCS_OM_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" |
2338 | section in the Yocto Project Overview and Concepts Manual for | 2338 | section in the Yocto Project Overview and Concepts Manual for |
2339 | further details. | 2339 | further details. |
2340 | </para> | 2340 | </para> |
@@ -3398,7 +3398,7 @@ | |||
3398 | The variable | 3398 | The variable |
3399 | <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> |
3400 | is used to track source license changes as described in the | 3400 | is used to track source license changes as described in the |
3401 | "<ulink url='&YOCTO_DOCS_GS_URL;#usingpoky-configuring-LIC_FILES_CHKSUM'>Tracking License Changes</ulink>" | 3401 | "<ulink url='&YOCTO_DOCS_OM_URL;#usingpoky-configuring-LIC_FILES_CHKSUM'>Tracking License Changes</ulink>" |
3402 | section in the Yocto Project Overview and Concepts Manual. | 3402 | section in the Yocto Project Overview and Concepts Manual. |
3403 | You can quickly create Autotool-based recipes in a manner | 3403 | You can quickly create Autotool-based recipes in a manner |
3404 | similar to the previous example. | 3404 | similar to the previous example. |
@@ -3606,7 +3606,7 @@ | |||
3606 | allows runtime dependencies between packages | 3606 | allows runtime dependencies between packages |
3607 | to be added automatically. | 3607 | to be added automatically. |
3608 | See the | 3608 | See the |
3609 | "<ulink url='&YOCTO_DOCS_GS_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" | 3609 | "<ulink url='&YOCTO_DOCS_OM_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" |
3610 | section in the Yocto Project Overview and | 3610 | section in the Yocto Project Overview and |
3611 | Concepts Manual for more information. | 3611 | Concepts Manual for more information. |
3612 | </para></listitem> | 3612 | </para></listitem> |
@@ -6347,7 +6347,7 @@ | |||
6347 | can use an existing file provided by the Wic installation. | 6347 | can use an existing file provided by the Wic installation. |
6348 | As shipped, kickstart files can be found in the | 6348 | As shipped, kickstart files can be found in the |
6349 | Yocto Project | 6349 | Yocto Project |
6350 | <ulink url='&YOCTO_DOCS_GS_URL;#source-repositories'>Source Repositories</ulink> | 6350 | <ulink url='&YOCTO_DOCS_OM_URL;#source-repositories'>Source Repositories</ulink> |
6351 | in the following two locations: | 6351 | in the following two locations: |
6352 | <literallayout class='monospaced'> | 6352 | <literallayout class='monospaced'> |
6353 | poky/meta-yocto-bsp/wic | 6353 | poky/meta-yocto-bsp/wic |
@@ -8506,7 +8506,7 @@ Some notes from Cal: | |||
8506 | 8506 | ||
8507 | <para> | 8507 | <para> |
8508 | Because the OpenEmbedded build system uses | 8508 | Because the OpenEmbedded build system uses |
8509 | "<ulink url='&YOCTO_DOCS_GS_URL;#overview-checksums'>signatures</ulink>", | 8509 | "<ulink url='&YOCTO_DOCS_OM_URL;#overview-checksums'>signatures</ulink>", |
8510 | which are unique to a given build, the build system | 8510 | which are unique to a given build, the build system |
8511 | knows when to rebuild packages. | 8511 | knows when to rebuild packages. |
8512 | All the inputs into a given task are represented by a | 8512 | All the inputs into a given task are represented by a |
@@ -8610,7 +8610,7 @@ Some notes from Cal: | |||
8610 | 8610 | ||
8611 | <para> | 8611 | <para> |
8612 | For more information on shared state, see the | 8612 | For more information on shared state, see the |
8613 | "<ulink url='&YOCTO_DOCS_GS_URL;#shared-state-cache'>Shared State Cache</ulink>" | 8613 | "<ulink url='&YOCTO_DOCS_OM_URL;#shared-state-cache'>Shared State Cache</ulink>" |
8614 | section in the Yocto Project Overview and Concepts | 8614 | section in the Yocto Project Overview and Concepts |
8615 | Manual. | 8615 | Manual. |
8616 | </para> | 8616 | </para> |
@@ -8856,7 +8856,7 @@ Some notes from Cal: | |||
8856 | <filename>connman.inc</filename> file in the | 8856 | <filename>connman.inc</filename> file in the |
8857 | <filename>meta/recipes-connectivity/connman/</filename> | 8857 | <filename>meta/recipes-connectivity/connman/</filename> |
8858 | directory of the <filename>poky</filename> | 8858 | directory of the <filename>poky</filename> |
8859 | <ulink url='&YOCTO_DOCS_GS_URL;#yocto-project-repositories'>source repository</ulink>. | 8859 | <ulink url='&YOCTO_DOCS_OM_URL;#yocto-project-repositories'>source repository</ulink>. |
8860 | You can also find examples in | 8860 | You can also find examples in |
8861 | <filename>meta/classes/kernel.bbclass</filename>. | 8861 | <filename>meta/classes/kernel.bbclass</filename>. |
8862 | </para> | 8862 | </para> |
@@ -10399,7 +10399,7 @@ Some notes from Cal: | |||
10399 | Enabling build history as previously described causes the | 10399 | Enabling build history as previously described causes the |
10400 | OpenEmbedded build system to collect build output information | 10400 | OpenEmbedded build system to collect build output information |
10401 | and commit it as a single commit to a local | 10401 | and commit it as a single commit to a local |
10402 | <ulink url='&YOCTO_DOCS_GS_URL;#git'>Git</ulink> | 10402 | <ulink url='&YOCTO_DOCS_OM_URL;#git'>Git</ulink> |
10403 | repository. | 10403 | repository. |
10404 | <note> | 10404 | <note> |
10405 | Enabling build history increases your build times slightly, | 10405 | Enabling build history increases your build times slightly, |
@@ -12261,7 +12261,7 @@ Some notes from Cal: | |||
12261 | ${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 |
12262 | </literallayout> | 12262 | </literallayout> |
12263 | For tasks that are accelerated through the shared state | 12263 | For tasks that are accelerated through the shared state |
12264 | (<ulink url='&YOCTO_DOCS_GS_URL;#shared-state-cache'>sstate</ulink>) | 12264 | (<ulink url='&YOCTO_DOCS_OM_URL;#shared-state-cache'>sstate</ulink>) |
12265 | cache, an additional <filename>siginfo</filename> file | 12265 | cache, an additional <filename>siginfo</filename> file |
12266 | is written into | 12266 | is written into |
12267 | <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> |
@@ -12370,7 +12370,7 @@ Some notes from Cal: | |||
12370 | <filename>-c</filename>, BitBake will only run the task if it | 12370 | <filename>-c</filename>, BitBake will only run the task if it |
12371 | considers it "out of date". | 12371 | considers it "out of date". |
12372 | See the | 12372 | See the |
12373 | "<ulink url='&YOCTO_DOCS_GS_URL;#stamp-files-and-the-rerunning-of-tasks'>Stamp Files and the Rerunning of Tasks</ulink>" | 12373 | "<ulink url='&YOCTO_DOCS_OM_URL;#stamp-files-and-the-rerunning-of-tasks'>Stamp Files and the Rerunning of Tasks</ulink>" |
12374 | section in the Yocto Project Overview and Concepts Manual for | 12374 | section in the Yocto Project Overview and Concepts Manual for |
12375 | how BitBake determines whether a task is "out of date". | 12375 | how BitBake determines whether a task is "out of date". |
12376 | </para> | 12376 | </para> |