diff options
Diffstat (limited to 'documentation/kernel-dev')
| -rw-r--r-- | documentation/kernel-dev/advanced.rst | 4 | ||||
| -rw-r--r-- | documentation/kernel-dev/common.rst | 4 | ||||
| -rw-r--r-- | documentation/kernel-dev/concepts-appx.rst | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/documentation/kernel-dev/advanced.rst b/documentation/kernel-dev/advanced.rst index 163560b691..dd0b76bc31 100644 --- a/documentation/kernel-dev/advanced.rst +++ b/documentation/kernel-dev/advanced.rst | |||
| @@ -16,7 +16,7 @@ complexity of the configuration and sources used to support multiple | |||
| 16 | BSPs and Linux kernel types. | 16 | BSPs and Linux kernel types. |
| 17 | 17 | ||
| 18 | Kernel Metadata exists in many places. One area in the | 18 | Kernel Metadata exists in many places. One area in the |
| 19 | :ref:`overview-manual/overview-manual-development-environment:yocto project source repositories` | 19 | :ref:`overview-manual/development-environment:yocto project source repositories` |
| 20 | is the ``yocto-kernel-cache`` Git repository. You can find this repository | 20 | is the ``yocto-kernel-cache`` Git repository. You can find this repository |
| 21 | grouped under the "Yocto Linux Kernel" heading in the | 21 | grouped under the "Yocto Linux Kernel" heading in the |
| 22 | :yocto_git:`Yocto Project Source Repositories <>`. | 22 | :yocto_git:`Yocto Project Source Repositories <>`. |
| @@ -386,7 +386,7 @@ type as follows: | |||
| 386 | .. note:: | 386 | .. note:: |
| 387 | 387 | ||
| 388 | You can find kernel recipes in the ``meta/recipes-kernel/linux`` directory | 388 | You can find kernel recipes in the ``meta/recipes-kernel/linux`` directory |
| 389 | of the :ref:`overview-manual/overview-manual-development-environment:yocto project source repositories` | 389 | of the :ref:`overview-manual/development-environment:yocto project source repositories` |
| 390 | (e.g. ``poky/meta/recipes-kernel/linux/linux-yocto_4.12.bb``). See the | 390 | (e.g. ``poky/meta/recipes-kernel/linux/linux-yocto_4.12.bb``). See the |
| 391 | ":ref:`kernel-dev/advanced:using kernel metadata in a recipe`" | 391 | ":ref:`kernel-dev/advanced:using kernel metadata in a recipe`" |
| 392 | section for more information. | 392 | section for more information. |
diff --git a/documentation/kernel-dev/common.rst b/documentation/kernel-dev/common.rst index 403a63d584..67f8777c4f 100644 --- a/documentation/kernel-dev/common.rst +++ b/documentation/kernel-dev/common.rst | |||
| @@ -63,7 +63,7 @@ section: | |||
| 63 | .. note:: | 63 | .. note:: |
| 64 | 64 | ||
| 65 | The previous commands assume the | 65 | The previous commands assume the |
| 66 | :ref:`overview-manual/overview-manual-development-environment:yocto project source repositories` | 66 | :ref:`overview-manual/development-environment:yocto project source repositories` |
| 67 | (i.e. ``poky``) have been cloned using Git and the local repository is named | 67 | (i.e. ``poky``) have been cloned using Git and the local repository is named |
| 68 | "poky". | 68 | "poky". |
| 69 | 69 | ||
| @@ -249,7 +249,7 @@ section: | |||
| 249 | .. note:: | 249 | .. note:: |
| 250 | 250 | ||
| 251 | The previous commands assume the | 251 | The previous commands assume the |
| 252 | :ref:`overview-manual/overview-manual-development-environment:yocto project source repositories` | 252 | :ref:`overview-manual/development-environment:yocto project source repositories` |
| 253 | (i.e. ``poky``) have been cloned using Git and the local repository is named | 253 | (i.e. ``poky``) have been cloned using Git and the local repository is named |
| 254 | "poky". | 254 | "poky". |
| 255 | 255 | ||
diff --git a/documentation/kernel-dev/concepts-appx.rst b/documentation/kernel-dev/concepts-appx.rst index 865f6d8bef..4b6dbe5ef9 100644 --- a/documentation/kernel-dev/concepts-appx.rst +++ b/documentation/kernel-dev/concepts-appx.rst | |||
| @@ -35,7 +35,7 @@ Yocto Project Linux kernel that caters to specific embedded designer | |||
| 35 | needs for targeted hardware. | 35 | needs for targeted hardware. |
| 36 | 36 | ||
| 37 | You can find a web interface to the Yocto Linux kernels in the | 37 | You can find a web interface to the Yocto Linux kernels in the |
| 38 | :ref:`overview-manual/overview-manual-development-environment:yocto project source repositories` | 38 | :ref:`overview-manual/development-environment:yocto project source repositories` |
| 39 | at :yocto_git:`/`. If you look at the interface, you will see to | 39 | at :yocto_git:`/`. If you look at the interface, you will see to |
| 40 | the left a grouping of Git repositories titled "Yocto Linux Kernel". | 40 | the left a grouping of Git repositories titled "Yocto Linux Kernel". |
| 41 | Within this group, you will find several Linux Yocto kernels developed | 41 | Within this group, you will find several Linux Yocto kernels developed |
| @@ -160,7 +160,7 @@ implemented by the Yocto Project team using the Source Code Manager | |||
| 160 | 160 | ||
| 161 | - You can find documentation on Git at https://git-scm.com/doc. You can | 161 | - You can find documentation on Git at https://git-scm.com/doc. You can |
| 162 | also get an introduction to Git as it applies to the Yocto Project in the | 162 | also get an introduction to Git as it applies to the Yocto Project in the |
| 163 | ":ref:`overview-manual/overview-manual-development-environment:git`" section in the Yocto Project | 163 | ":ref:`overview-manual/development-environment:git`" section in the Yocto Project |
| 164 | Overview and Concepts Manual. The latter reference provides an | 164 | Overview and Concepts Manual. The latter reference provides an |
| 165 | overview of Git and presents a minimal set of Git commands that | 165 | overview of Git and presents a minimal set of Git commands that |
| 166 | allows you to be functional using Git. You can use as much, or as | 166 | allows you to be functional using Git. You can use as much, or as |
| @@ -258,7 +258,7 @@ Yocto Linux kernel needed for any given set of requirements. | |||
| 258 | Yocto Linux kernels, but rather shows a single generic kernel just | 258 | Yocto Linux kernels, but rather shows a single generic kernel just |
| 259 | for conceptual purposes. Also keep in mind that this structure | 259 | for conceptual purposes. Also keep in mind that this structure |
| 260 | represents the | 260 | represents the |
| 261 | :ref:`overview-manual/overview-manual-development-environment:yocto project source repositories` | 261 | :ref:`overview-manual/development-environment:yocto project source repositories` |
| 262 | that are either pulled from during the build or established on the | 262 | that are either pulled from during the build or established on the |
| 263 | host development system prior to the build by either cloning a | 263 | host development system prior to the build by either cloning a |
| 264 | particular kernel's Git repository or by downloading and unpacking a | 264 | particular kernel's Git repository or by downloading and unpacking a |
