diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-11-20 08:50:38 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-03 12:04:20 +0000 |
commit | 63710fc913a39f0037c1f6604bf46446af26f86d (patch) | |
tree | 38f3c46574cf456fdcb779b40feb1c414970de3a /documentation/kernel-dev/kernel-dev-advanced.rst | |
parent | 308cffcef12b93b4e42ef8a8821df1e0bcdd9a81 (diff) | |
download | poky-63710fc913a39f0037c1f6604bf46446af26f86d.tar.gz |
sphinx: replace bitbake labels with references to corresponding title
In order to remove autogenerated labels in the bibtake docs, let's use
section titles in all YP docs.
(From yocto-docs rev: 0f44b6027f16cc37260abc7e00042d98e2e0427f)
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/kernel-dev/kernel-dev-advanced.rst b/documentation/kernel-dev/kernel-dev-advanced.rst index ca049316e4..6999057b8a 100644 --- a/documentation/kernel-dev/kernel-dev-advanced.rst +++ b/documentation/kernel-dev/kernel-dev-advanced.rst | |||
@@ -369,7 +369,7 @@ in the "`Features <#features>`__" section. The | |||
369 | variable in the kernel recipe selects the kernel type. For example, in | 369 | variable in the kernel recipe selects the kernel type. For example, in |
370 | the ``linux-yocto_4.12.bb`` kernel recipe found in | 370 | the ``linux-yocto_4.12.bb`` kernel recipe found in |
371 | ``poky/meta/recipes-kernel/linux``, a | 371 | ``poky/meta/recipes-kernel/linux``, a |
372 | :ref:`require <bitbake:require-inclusion>` directive | 372 | :ref:`require <bitbake:bitbake-user-manual/bitbake-user-manual-metadata:\`\`require\`\` directive>` directive |
373 | includes the ``poky/meta/recipes-kernel/linux/linux-yocto.inc`` file, | 373 | includes the ``poky/meta/recipes-kernel/linux/linux-yocto.inc`` file, |
374 | which has the following statement that defines the default kernel type: | 374 | which has the following statement that defines the default kernel type: |
375 | :: | 375 | :: |