diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-11-23 09:30:12 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-13 23:31:34 +0000 |
commit | b7693b7321bbc3f973d0f805a0da0b3469c10e7d (patch) | |
tree | bbd47d9290836b8e1ad82271c932813e3b7cca26 /documentation/dev-manual | |
parent | d9e5f67c5f065496685a25cc25201700307dc6e8 (diff) | |
download | poky-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/dev-manual')
-rw-r--r-- | documentation/dev-manual/common-tasks.rst | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst index 9611a4f206..a4c13ee258 100644 --- a/documentation/dev-manual/common-tasks.rst +++ b/documentation/dev-manual/common-tasks.rst | |||
@@ -4725,11 +4725,14 @@ optimizations. | |||
4725 | There are several examples in the ``meta-skeleton`` layer found in the | 4725 | There are several examples in the ``meta-skeleton`` layer found in the |
4726 | :term:`Source Directory`: | 4726 | :term:`Source Directory`: |
4727 | 4727 | ||
4728 | - ``conf/multilib-example.conf`` configuration file | 4728 | - :oe_git:`conf/multilib-example.conf </openembedded-core/tree/meta-skeleton/conf/multilib-example.conf>` |
4729 | configuration file. | ||
4729 | 4730 | ||
4730 | - ``conf/multilib-example2.conf`` configuration file | 4731 | - :oe_git:`conf/multilib-example2.conf </openembedded-core/tree/meta-skeleton/conf/multilib-example2.conf>` |
4732 | configuration file. | ||
4731 | 4733 | ||
4732 | - ``recipes-multilib/images/core-image-multilib-example.bb`` recipe | 4734 | - :oe_git:`recipes-multilib/images/core-image-multilib-example.bb </openembedded-core/tree/meta-skeleton/recipes-multilib/images/core-image-multilib-example.bb>` |
4735 | recipe | ||
4733 | 4736 | ||
4734 | Preparing to Use Multilib | 4737 | Preparing to Use Multilib |
4735 | ~~~~~~~~~~~~~~~~~~~~~~~~~ | 4738 | ~~~~~~~~~~~~~~~~~~~~~~~~~ |