summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-07-31 17:58:42 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-17 10:09:34 +0100
commitf3e7db78adf417231ce29eb6a9a28a74857a2954 (patch)
treec6faab74fc9b7b2d368bd610486065f3ab53e580 /documentation/kernel-dev
parent18df4a836845c6d7dec389a95623a472c19acdfe (diff)
downloadpoky-f3e7db78adf417231ce29eb6a9a28a74857a2954.tar.gz
sphinx: add links to section in the Bitbake manual
Use intersphinx extension to replace links to the Bitbake manual with proper cross references. (From yocto-docs rev: 458a6e540a2286ac838812d802306806f77b885c) 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.rst2
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 cef5966ca9..6d7f4c91d3 100644
--- a/documentation/kernel-dev/kernel-dev-advanced.rst
+++ b/documentation/kernel-dev/kernel-dev-advanced.rst
@@ -316,7 +316,7 @@ in the "`Features <#features>`__" section. The
316variable in the kernel recipe selects the kernel type. For example, in 316variable in the kernel recipe selects the kernel type. For example, in
317the ``linux-yocto_4.12.bb`` kernel recipe found in 317the ``linux-yocto_4.12.bb`` kernel recipe found in
318``poky/meta/recipes-kernel/linux``, a 318``poky/meta/recipes-kernel/linux``, a
319```require`` <&YOCTO_DOCS_BB_URL;#require-inclusion>`__ directive 319:ref:`require <bitbake:require-inclusion>` directive
320includes the ``poky/meta/recipes-kernel/linux/linux-yocto.inc`` file, 320includes the ``poky/meta/recipes-kernel/linux/linux-yocto.inc`` file,
321which has the following statement that defines the default kernel type: 321which has the following statement that defines the default kernel type:
322LINUX_KERNEL_TYPE ??= "standard" 322LINUX_KERNEL_TYPE ??= "standard"