diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-09-17 19:21:48 +0200 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-09-23 05:26:16 -1000 |
| commit | b099a1c252a8bd03bb882f6351f423b96648e921 (patch) | |
| tree | 041ae98767f14087aa50be612d0eeb94b240ea14 /documentation/bsp-guide | |
| parent | 337a21080bdb50fa8726d8ed74a290190463dd5f (diff) | |
| download | poky-b099a1c252a8bd03bb882f6351f423b96648e921.tar.gz | |
manuals: update former references to dev-manual/common-tasks
(From yocto-docs rev: f8bb4c392912f15bb78f6f25910f85897abb4e3d)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/bsp-guide')
| -rw-r--r-- | documentation/bsp-guide/bsp.rst | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/documentation/bsp-guide/bsp.rst b/documentation/bsp-guide/bsp.rst index 67bcd08f2b..109811a0c4 100644 --- a/documentation/bsp-guide/bsp.rst +++ b/documentation/bsp-guide/bsp.rst | |||
| @@ -128,7 +128,7 @@ you want to work with, such as:: | |||
| 128 | and so on. | 128 | and so on. |
| 129 | 129 | ||
| 130 | For more information on layers, see the | 130 | For more information on layers, see the |
| 131 | ":ref:`dev-manual/common-tasks:understanding and creating layers`" | 131 | ":ref:`dev-manual/layers:understanding and creating layers`" |
| 132 | section of the Yocto Project Development Tasks Manual. | 132 | section of the Yocto Project Development Tasks Manual. |
| 133 | 133 | ||
| 134 | Preparing Your Build Host to Work With BSP Layers | 134 | Preparing Your Build Host to Work With BSP Layers |
| @@ -464,7 +464,7 @@ requirements are handled with the ``COPYING.MIT`` file. | |||
| 464 | Licensing files can be MIT, BSD, GPLv*, and so forth. These files are | 464 | Licensing files can be MIT, BSD, GPLv*, and so forth. These files are |
| 465 | recommended for the BSP but are optional and totally up to the BSP | 465 | recommended for the BSP but are optional and totally up to the BSP |
| 466 | developer. For information on how to maintain license compliance, see | 466 | developer. For information on how to maintain license compliance, see |
| 467 | the ":ref:`dev-manual/common-tasks:maintaining open source license compliance during your product's lifecycle`" | 467 | the ":ref:`dev-manual/licenses:maintaining open source license compliance during your product's lifecycle`" |
| 468 | section in the Yocto Project Development Tasks Manual. | 468 | section in the Yocto Project Development Tasks Manual. |
| 469 | 469 | ||
| 470 | README File | 470 | README File |
| @@ -590,7 +590,7 @@ filenames correspond to the values to which users have set the | |||
| 590 | 590 | ||
| 591 | These files define things such as the kernel package to use | 591 | These files define things such as the kernel package to use |
| 592 | (:term:`PREFERRED_PROVIDER` of | 592 | (:term:`PREFERRED_PROVIDER` of |
| 593 | :ref:`virtual/kernel <dev-manual/common-tasks:using virtual providers>`), | 593 | :ref:`virtual/kernel <dev-manual/new-recipe:using virtual providers>`), |
| 594 | the hardware drivers to include in different types of images, any | 594 | the hardware drivers to include in different types of images, any |
| 595 | special software components that are needed, any bootloader information, | 595 | special software components that are needed, any bootloader information, |
| 596 | and also any special image format requirements. | 596 | and also any special image format requirements. |
| @@ -757,7 +757,7 @@ workflow. | |||
| 757 | OpenEmbedded build system knows about. For more information on | 757 | OpenEmbedded build system knows about. For more information on |
| 758 | layers, see the ":ref:`overview-manual/yp-intro:the yocto project layer model`" | 758 | layers, see the ":ref:`overview-manual/yp-intro:the yocto project layer model`" |
| 759 | section in the Yocto Project Overview and Concepts Manual. You can also | 759 | section in the Yocto Project Overview and Concepts Manual. You can also |
| 760 | reference the ":ref:`dev-manual/common-tasks:understanding and creating layers`" | 760 | reference the ":ref:`dev-manual/layers:understanding and creating layers`" |
| 761 | section in the Yocto Project Development Tasks Manual. For more | 761 | section in the Yocto Project Development Tasks Manual. For more |
| 762 | information on BSP layers, see the ":ref:`bsp-guide/bsp:bsp layers`" | 762 | information on BSP layers, see the ":ref:`bsp-guide/bsp:bsp layers`" |
| 763 | section. | 763 | section. |
| @@ -816,7 +816,7 @@ workflow. | |||
| 816 | key configuration files are configured appropriately: the | 816 | key configuration files are configured appropriately: the |
| 817 | ``conf/local.conf`` and the ``conf/bblayers.conf`` file. You must | 817 | ``conf/local.conf`` and the ``conf/bblayers.conf`` file. You must |
| 818 | make the OpenEmbedded build system aware of your new layer. See the | 818 | make the OpenEmbedded build system aware of your new layer. See the |
| 819 | ":ref:`dev-manual/common-tasks:enabling your layer`" | 819 | ":ref:`dev-manual/layers:enabling your layer`" |
| 820 | section in the Yocto Project Development Tasks Manual for information | 820 | section in the Yocto Project Development Tasks Manual for information |
| 821 | on how to let the build system know about your new layer. | 821 | on how to let the build system know about your new layer. |
| 822 | 822 | ||
| @@ -845,7 +845,7 @@ Before looking at BSP requirements, you should consider the following: | |||
| 845 | layer that can be added to the Yocto Project. For guidelines on | 845 | layer that can be added to the Yocto Project. For guidelines on |
| 846 | creating a layer that meets these base requirements, see the | 846 | creating a layer that meets these base requirements, see the |
| 847 | ":ref:`bsp-guide/bsp:bsp layers`" section in this manual and the | 847 | ":ref:`bsp-guide/bsp:bsp layers`" section in this manual and the |
| 848 | ":ref:`dev-manual/common-tasks:understanding and creating layers`" | 848 | ":ref:`dev-manual/layers:understanding and creating layers`" |
| 849 | section in the Yocto Project Development Tasks Manual. | 849 | section in the Yocto Project Development Tasks Manual. |
| 850 | 850 | ||
| 851 | - The requirements in this section apply regardless of how you package | 851 | - The requirements in this section apply regardless of how you package |
| @@ -1013,7 +1013,7 @@ the following: | |||
| 1013 | 1013 | ||
| 1014 | - Create a ``*.bbappend`` file for the modified recipe. For information on using | 1014 | - Create a ``*.bbappend`` file for the modified recipe. For information on using |
| 1015 | append files, see the | 1015 | append files, see the |
| 1016 | ":ref:`dev-manual/common-tasks:appending other layers metadata with your layer`" | 1016 | ":ref:`dev-manual/layers:appending other layers metadata with your layer`" |
| 1017 | section in the Yocto Project Development Tasks Manual. | 1017 | section in the Yocto Project Development Tasks Manual. |
| 1018 | 1018 | ||
| 1019 | - Ensure your directory structure in the BSP layer that supports your | 1019 | - Ensure your directory structure in the BSP layer that supports your |
| @@ -1117,7 +1117,7 @@ list describes them in order of preference: | |||
| 1117 | Specifying the matching license string signifies that you agree to | 1117 | Specifying the matching license string signifies that you agree to |
| 1118 | the license. Thus, the build system can build the corresponding | 1118 | the license. Thus, the build system can build the corresponding |
| 1119 | recipe and include the component in the image. See the | 1119 | recipe and include the component in the image. See the |
| 1120 | ":ref:`dev-manual/common-tasks:enabling commercially licensed recipes`" | 1120 | ":ref:`dev-manual/licenses:enabling commercially licensed recipes`" |
| 1121 | section in the Yocto Project Development Tasks Manual for details on | 1121 | section in the Yocto Project Development Tasks Manual for details on |
| 1122 | how to use these variables. | 1122 | how to use these variables. |
| 1123 | 1123 | ||
| @@ -1169,7 +1169,7 @@ Use these steps to create a BSP layer: | |||
| 1169 | ``create-layer`` subcommand to create a new general layer. For | 1169 | ``create-layer`` subcommand to create a new general layer. For |
| 1170 | instructions on how to create a general layer using the | 1170 | instructions on how to create a general layer using the |
| 1171 | ``bitbake-layers`` script, see the | 1171 | ``bitbake-layers`` script, see the |
| 1172 | ":ref:`dev-manual/common-tasks:creating a general layer using the \`\`bitbake-layers\`\` script`" | 1172 | ":ref:`dev-manual/layers:creating a general layer using the \`\`bitbake-layers\`\` script`" |
| 1173 | section in the Yocto Project Development Tasks Manual. | 1173 | section in the Yocto Project Development Tasks Manual. |
| 1174 | 1174 | ||
| 1175 | - *Create a Layer Configuration File:* Every layer needs a layer | 1175 | - *Create a Layer Configuration File:* Every layer needs a layer |
| @@ -1229,7 +1229,7 @@ configuration files is to examine various files for BSP from the | |||
| 1229 | :yocto_git:`Source Repositories <>`. | 1229 | :yocto_git:`Source Repositories <>`. |
| 1230 | 1230 | ||
| 1231 | For a detailed description of this particular layer configuration file, | 1231 | For a detailed description of this particular layer configuration file, |
| 1232 | see ":ref:`step 3 <dev-manual/common-tasks:creating your own layer>`" | 1232 | see ":ref:`step 3 <dev-manual/layers:creating your own layer>`" |
| 1233 | in the discussion that describes how to create layers in the Yocto | 1233 | in the discussion that describes how to create layers in the Yocto |
| 1234 | Project Development Tasks Manual. | 1234 | Project Development Tasks Manual. |
| 1235 | 1235 | ||
