summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev/advanced.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-11-23 09:30:12 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-13 23:31:34 +0000
commitb7693b7321bbc3f973d0f805a0da0b3469c10e7d (patch)
treebbd47d9290836b8e1ad82271c932813e3b7cca26 /documentation/kernel-dev/advanced.rst
parentd9e5f67c5f065496685a25cc25201700307dc6e8 (diff)
downloadpoky-b7693b7321bbc3f973d0f805a0da0b3469c10e7d.tar.gz
manuals: add hyperlinks to files in meta-skeleton
This makes the manuals easier to use. Note the care to keep the paths visible, so that people reading a printed version still know where to find the files. (From yocto-docs rev: 501917f65530f14ea686b69d6e96407c3f970a28) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-dev/advanced.rst')
-rw-r--r--documentation/kernel-dev/advanced.rst11
1 files changed, 5 insertions, 6 deletions
diff --git a/documentation/kernel-dev/advanced.rst b/documentation/kernel-dev/advanced.rst
index 2dbcca60c1..5a6b466ffb 100644
--- a/documentation/kernel-dev/advanced.rst
+++ b/documentation/kernel-dev/advanced.rst
@@ -688,12 +688,11 @@ Recipe-Space Metadata
688--------------------- 688---------------------
689 689
690When stored in recipe-space, the kernel Metadata files reside in a 690When stored in recipe-space, the kernel Metadata files reside in a
691directory hierarchy below 691directory hierarchy below :term:`FILESEXTRAPATHS`. For
692:term:`FILESEXTRAPATHS`. For 692a linux-yocto recipe or for a Linux kernel recipe derived by copying
693a linux-yocto recipe or for a Linux kernel recipe derived by copying and 693:oe_git:`meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb
694modifying 694</openembedded-core/tree/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb>`
695``oe-core/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb`` to 695into your layer and modifying it, :term:`FILESEXTRAPATHS` is typically set to
696a recipe in your layer, :term:`FILESEXTRAPATHS` is typically set to
697``${``\ :term:`THISDIR`\ ``}/${``\ :term:`PN`\ ``}``. 696``${``\ :term:`THISDIR`\ ``}/${``\ :term:`PN`\ ``}``.
698See the ":ref:`kernel-dev/common:modifying an existing recipe`" 697See the ":ref:`kernel-dev/common:modifying an existing recipe`"
699section for more information. 698section for more information.