diff options
| author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-11-19 10:58:28 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-20 14:32:25 +0000 |
| commit | 043592a585ef6dab73e285985b381a11b91570a8 (patch) | |
| tree | 5147ccc9d9e279b769e47f9a8fec1212c40b1cce /documentation/kernel-dev/kernel-dev-advanced.rst | |
| parent | e376c5c9cd3d91a7e34a7a173c9fc3f267b5d9b3 (diff) | |
| download | poky-043592a585ef6dab73e285985b381a11b91570a8.tar.gz | |
kernel-dev: replace labels with references to section title
(From yocto-docs rev: 0a0a5d3ad6c2e551db0d43b1e76b8c459c347dc5)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-dev/kernel-dev-advanced.rst')
| -rw-r--r-- | documentation/kernel-dev/kernel-dev-advanced.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/kernel-dev/kernel-dev-advanced.rst b/documentation/kernel-dev/kernel-dev-advanced.rst index 444037c3a7..b1537ccbe2 100644 --- a/documentation/kernel-dev/kernel-dev-advanced.rst +++ b/documentation/kernel-dev/kernel-dev-advanced.rst | |||
| @@ -245,7 +245,7 @@ two files: ``smp.scc`` and ``smp.cfg``. You can find these files in the | |||
| 245 | CONFIG_X86_BIGSMP=y | 245 | CONFIG_X86_BIGSMP=y |
| 246 | 246 | ||
| 247 | You can find general information on configuration | 247 | You can find general information on configuration |
| 248 | fragment files in the ":ref:`creating-config-fragments`" section. | 248 | fragment files in the ":ref:`kernel-dev/kernel-dev-common:creating configuration fragments`" section. |
| 249 | 249 | ||
| 250 | Within the ``smp.scc`` file, the | 250 | Within the ``smp.scc`` file, the |
| 251 | :term:`KFEATURE_DESCRIPTION` | 251 | :term:`KFEATURE_DESCRIPTION` |
| @@ -559,7 +559,7 @@ You can see that in the BeagleBone example with the following: | |||
| 559 | include beaglebone.scc | 559 | include beaglebone.scc |
| 560 | 560 | ||
| 561 | For information on how to break a complete ``.config`` file into the various | 561 | For information on how to break a complete ``.config`` file into the various |
| 562 | configuration fragments, see the ":ref:`creating-config-fragments`" section. | 562 | configuration fragments, see the ":ref:`kernel-dev/kernel-dev-common:creating configuration fragments`" section. |
| 563 | 563 | ||
| 564 | Finally, if you have any configurations specific to the hardware that | 564 | Finally, if you have any configurations specific to the hardware that |
| 565 | are not in a ``*.scc`` file, you can include them as follows: | 565 | are not in a ``*.scc`` file, you can include them as follows: |
