diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-11-19 10:58:31 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-20 14:32:25 +0000 |
commit | d54b7f2e00dffd64445149c81ed6d26e40723320 (patch) | |
tree | 9308e75089a3a5315a372de2aed5672b59f746d1 /documentation/kernel-dev | |
parent | 8435f7498e712eaa036830c9c88d047a4f4f1fc9 (diff) | |
download | poky-d54b7f2e00dffd64445149c81ed6d26e40723320.tar.gz |
kernel-dev: remove unused labels
(From yocto-docs rev: 98c0f58fb88fe8dffb00751826bc2927fd488a42)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-dev')
-rw-r--r-- | documentation/kernel-dev/kernel-dev-advanced.rst | 8 | ||||
-rw-r--r-- | documentation/kernel-dev/kernel-dev-common.rst | 2 | ||||
-rw-r--r-- | documentation/kernel-dev/kernel-dev-concepts-appx.rst | 2 | ||||
-rw-r--r-- | documentation/kernel-dev/kernel-dev-faq.rst | 2 | ||||
-rw-r--r-- | documentation/kernel-dev/kernel-dev-intro.rst | 2 |
5 files changed, 0 insertions, 16 deletions
diff --git a/documentation/kernel-dev/kernel-dev-advanced.rst b/documentation/kernel-dev/kernel-dev-advanced.rst index b1537ccbe2..ca049316e4 100644 --- a/documentation/kernel-dev/kernel-dev-advanced.rst +++ b/documentation/kernel-dev/kernel-dev-advanced.rst | |||
@@ -4,8 +4,6 @@ | |||
4 | Working with Advanced Metadata (``yocto-kernel-cache``) | 4 | Working with Advanced Metadata (``yocto-kernel-cache``) |
5 | ******************************************************* | 5 | ******************************************************* |
6 | 6 | ||
7 | .. _kernel-dev-advanced-overview: | ||
8 | |||
9 | Overview | 7 | Overview |
10 | ======== | 8 | ======== |
11 | 9 | ||
@@ -478,8 +476,6 @@ concepts, and presents a detailed example using a BSP supported by the | |||
478 | Yocto Project (i.e. BeagleBone Board). For complete information on BSP | 476 | Yocto Project (i.e. BeagleBone Board). For complete information on BSP |
479 | layer file hierarchy, see the :doc:`../bsp-guide/bsp-guide`. | 477 | layer file hierarchy, see the :doc:`../bsp-guide/bsp-guide`. |
480 | 478 | ||
481 | .. _bsp-description-file-overview: | ||
482 | |||
483 | Description Overview | 479 | Description Overview |
484 | ~~~~~~~~~~~~~~~~~~~~ | 480 | ~~~~~~~~~~~~~~~~~~~~ |
485 | 481 | ||
@@ -583,8 +579,6 @@ types of configurations. However, the Malta 32-bit board does | |||
583 | include mti-malta32.scc | 579 | include mti-malta32.scc |
584 | kconf hardware mti-malta32-le.cfg | 580 | kconf hardware mti-malta32-le.cfg |
585 | 581 | ||
586 | .. _bsp-description-file-example-minnow: | ||
587 | |||
588 | Example | 582 | Example |
589 | ~~~~~~~ | 583 | ~~~~~~~ |
590 | 584 | ||
@@ -925,8 +919,6 @@ after any ``branch`` commands: | |||
925 | 919 | ||
926 | include mybsp-hw.scc | 920 | include mybsp-hw.scc |
927 | 921 | ||
928 | .. _scc-reference: | ||
929 | |||
930 | SCC Description File Reference | 922 | SCC Description File Reference |
931 | ============================== | 923 | ============================== |
932 | 924 | ||
diff --git a/documentation/kernel-dev/kernel-dev-common.rst b/documentation/kernel-dev/kernel-dev-common.rst index 830b3e88ca..72d9d78796 100644 --- a/documentation/kernel-dev/kernel-dev-common.rst +++ b/documentation/kernel-dev/kernel-dev-common.rst | |||
@@ -1301,8 +1301,6 @@ created to hold the configuration changes. | |||
1301 | For more information on configuring the kernel, see the "`Changing the | 1301 | For more information on configuring the kernel, see the "`Changing the |
1302 | Configuration <#changing-the-configuration>`__" section. | 1302 | Configuration <#changing-the-configuration>`__" section. |
1303 | 1303 | ||
1304 | .. _creating-config-fragments: | ||
1305 | |||
1306 | Creating Configuration Fragments | 1304 | Creating Configuration Fragments |
1307 | -------------------------------- | 1305 | -------------------------------- |
1308 | 1306 | ||
diff --git a/documentation/kernel-dev/kernel-dev-concepts-appx.rst b/documentation/kernel-dev/kernel-dev-concepts-appx.rst index 681faee522..470d6ce1c3 100644 --- a/documentation/kernel-dev/kernel-dev-concepts-appx.rst +++ b/documentation/kernel-dev/kernel-dev-concepts-appx.rst | |||
@@ -4,8 +4,6 @@ | |||
4 | Advanced Kernel Concepts | 4 | Advanced Kernel Concepts |
5 | ************************ | 5 | ************************ |
6 | 6 | ||
7 | .. _kernel-big-picture: | ||
8 | |||
9 | Yocto Project Kernel Development and Maintenance | 7 | Yocto Project Kernel Development and Maintenance |
10 | ================================================ | 8 | ================================================ |
11 | 9 | ||
diff --git a/documentation/kernel-dev/kernel-dev-faq.rst b/documentation/kernel-dev/kernel-dev-faq.rst index d6be98a0ac..424e626170 100644 --- a/documentation/kernel-dev/kernel-dev-faq.rst +++ b/documentation/kernel-dev/kernel-dev-faq.rst | |||
@@ -4,8 +4,6 @@ | |||
4 | Kernel Development FAQ | 4 | Kernel Development FAQ |
5 | ********************** | 5 | ********************** |
6 | 6 | ||
7 | .. _kernel-dev-faq-section: | ||
8 | |||
9 | Common Questions and Solutions | 7 | Common Questions and Solutions |
10 | ============================== | 8 | ============================== |
11 | 9 | ||
diff --git a/documentation/kernel-dev/kernel-dev-intro.rst b/documentation/kernel-dev/kernel-dev-intro.rst index 971420b228..309c65b4d5 100644 --- a/documentation/kernel-dev/kernel-dev-intro.rst +++ b/documentation/kernel-dev/kernel-dev-intro.rst | |||
@@ -4,8 +4,6 @@ | |||
4 | Introduction | 4 | Introduction |
5 | ************ | 5 | ************ |
6 | 6 | ||
7 | .. _kernel-dev-overview: | ||
8 | |||
9 | Overview | 7 | Overview |
10 | ======== | 8 | ======== |
11 | 9 | ||