diff options
Diffstat (limited to 'documentation/kernel-dev/common.rst')
| -rw-r--r-- | documentation/kernel-dev/common.rst | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/documentation/kernel-dev/common.rst b/documentation/kernel-dev/common.rst index 028b6af84c..e9660dd4e6 100644 --- a/documentation/kernel-dev/common.rst +++ b/documentation/kernel-dev/common.rst | |||
| @@ -97,13 +97,13 @@ section: | |||
| 97 | 97 | ||
| 98 | For background information on working with common and BSP layers, | 98 | For background information on working with common and BSP layers, |
| 99 | see the | 99 | see the |
| 100 | ":ref:`dev-manual/common-tasks:understanding and creating layers`" | 100 | ":ref:`dev-manual/layers:understanding and creating layers`" |
| 101 | section in the Yocto Project Development Tasks Manual and the | 101 | section in the Yocto Project Development Tasks Manual and the |
| 102 | ":ref:`bsp-guide/bsp:bsp layers`" section in the Yocto Project Board | 102 | ":ref:`bsp-guide/bsp:bsp layers`" section in the Yocto Project Board |
| 103 | Support (BSP) Developer's Guide, respectively. For information on how to | 103 | Support (BSP) Developer's Guide, respectively. For information on how to |
| 104 | use the ``bitbake-layers create-layer`` command to quickly set up a layer, | 104 | use the ``bitbake-layers create-layer`` command to quickly set up a layer, |
| 105 | see the | 105 | see the |
| 106 | ":ref:`dev-manual/common-tasks:creating a general layer using the \`\`bitbake-layers\`\` script`" | 106 | ":ref:`dev-manual/layers:creating a general layer using the \`\`bitbake-layers\`\` script`" |
| 107 | section in the Yocto Project Development Tasks Manual. | 107 | section in the Yocto Project Development Tasks Manual. |
| 108 | 108 | ||
| 109 | 4. *Inform the BitBake Build Environment About Your Layer:* As directed | 109 | 4. *Inform the BitBake Build Environment About Your Layer:* As directed |
| @@ -213,13 +213,13 @@ section: | |||
| 213 | 213 | ||
| 214 | For background information on working with common and BSP layers, | 214 | For background information on working with common and BSP layers, |
| 215 | see the | 215 | see the |
| 216 | ":ref:`dev-manual/common-tasks:understanding and creating layers`" | 216 | ":ref:`dev-manual/layers:understanding and creating layers`" |
| 217 | section in the Yocto Project Development Tasks Manual and the | 217 | section in the Yocto Project Development Tasks Manual and the |
| 218 | ":ref:`bsp-guide/bsp:bsp layers`" section in the Yocto Project Board | 218 | ":ref:`bsp-guide/bsp:bsp layers`" section in the Yocto Project Board |
| 219 | Support (BSP) Developer's Guide, respectively. For information on how to | 219 | Support (BSP) Developer's Guide, respectively. For information on how to |
| 220 | use the ``bitbake-layers create-layer`` command to quickly set up a layer, | 220 | use the ``bitbake-layers create-layer`` command to quickly set up a layer, |
| 221 | see the | 221 | see the |
| 222 | ":ref:`dev-manual/common-tasks:creating a general layer using the \`\`bitbake-layers\`\` script`" | 222 | ":ref:`dev-manual/layers:creating a general layer using the \`\`bitbake-layers\`\` script`" |
| 223 | section in the Yocto Project Development Tasks Manual. | 223 | section in the Yocto Project Development Tasks Manual. |
| 224 | 224 | ||
| 225 | 4. *Inform the BitBake Build Environment About Your Layer:* As directed | 225 | 4. *Inform the BitBake Build Environment About Your Layer:* As directed |
| @@ -299,7 +299,7 @@ layer contains its own :term:`BitBake` | |||
| 299 | append files (``.bbappend``) and provides a convenient mechanism to | 299 | append files (``.bbappend``) and provides a convenient mechanism to |
| 300 | create your own recipe files (``.bb``) as well as store and use kernel | 300 | create your own recipe files (``.bb``) as well as store and use kernel |
| 301 | patch files. For background information on working with layers, see the | 301 | patch files. For background information on working with layers, see the |
| 302 | ":ref:`dev-manual/common-tasks:understanding and creating layers`" | 302 | ":ref:`dev-manual/layers:understanding and creating layers`" |
| 303 | section in the Yocto Project Development Tasks Manual. | 303 | section in the Yocto Project Development Tasks Manual. |
| 304 | 304 | ||
| 305 | .. note:: | 305 | .. note:: |
| @@ -307,7 +307,7 @@ section in the Yocto Project Development Tasks Manual. | |||
| 307 | The Yocto Project comes with many tools that simplify tasks you need | 307 | The Yocto Project comes with many tools that simplify tasks you need |
| 308 | to perform. One such tool is the ``bitbake-layers create-layer`` | 308 | to perform. One such tool is the ``bitbake-layers create-layer`` |
| 309 | command, which simplifies creating a new layer. See the | 309 | command, which simplifies creating a new layer. See the |
| 310 | ":ref:`dev-manual/common-tasks:creating a general layer using the \`\`bitbake-layers\`\` script`" | 310 | ":ref:`dev-manual/layers:creating a general layer using the \`\`bitbake-layers\`\` script`" |
| 311 | section in the Yocto Project Development Tasks Manual for | 311 | section in the Yocto Project Development Tasks Manual for |
| 312 | information on how to use this script to quick set up a new layer. | 312 | information on how to use this script to quick set up a new layer. |
| 313 | 313 | ||
| @@ -360,7 +360,7 @@ home directory: | |||
| 360 | The :term:`FILESEXTRAPATHS` and :term:`SRC_URI` statements | 360 | The :term:`FILESEXTRAPATHS` and :term:`SRC_URI` statements |
| 361 | enable the OpenEmbedded build system to find patch files. For more | 361 | enable the OpenEmbedded build system to find patch files. For more |
| 362 | information on using append files, see the | 362 | information on using append files, see the |
| 363 | ":ref:`dev-manual/common-tasks:appending other layers metadata with your layer`" | 363 | ":ref:`dev-manual/layers:appending other layers metadata with your layer`" |
| 364 | section in the Yocto Project Development Tasks Manual. | 364 | section in the Yocto Project Development Tasks Manual. |
| 365 | 365 | ||
| 366 | Modifying an Existing Recipe | 366 | Modifying an Existing Recipe |
| @@ -1002,7 +1002,7 @@ Section. | |||
| 1002 | For more information on append files and patches, see the | 1002 | For more information on append files and patches, see the |
| 1003 | ":ref:`kernel-dev/common:creating the append file`" and | 1003 | ":ref:`kernel-dev/common:creating the append file`" and |
| 1004 | ":ref:`kernel-dev/common:applying patches`" sections. You can also see the | 1004 | ":ref:`kernel-dev/common:applying patches`" sections. You can also see the |
| 1005 | ":ref:`dev-manual/common-tasks:appending other layers metadata with your layer`" | 1005 | ":ref:`dev-manual/layers:appending other layers metadata with your layer`" |
| 1006 | section in the Yocto Project Development Tasks Manual. | 1006 | section in the Yocto Project Development Tasks Manual. |
| 1007 | 1007 | ||
| 1008 | .. note:: | 1008 | .. note:: |
