diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-04-24 11:29:55 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-24 17:17:58 +0100 |
commit | a24760a203771e577806108741a4c3d556772e05 (patch) | |
tree | 6c37f60b32a2de08fdbe7ef2953b4cde30b6851d /documentation/overview-manual | |
parent | 706bcdd045bf994380fb4141d356c3694abea020 (diff) | |
download | poky-a24760a203771e577806108741a4c3d556772e05.tar.gz |
overview-manual: Added link to layers section.
(From yocto-docs rev: 8a9588d27aa86bb194e85dd6bd0c885ce96507e5)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/overview-manual')
-rw-r--r-- | documentation/overview-manual/overview-manual-yp-intro.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/documentation/overview-manual/overview-manual-yp-intro.xml b/documentation/overview-manual/overview-manual-yp-intro.xml index 7cca353352..150768266a 100644 --- a/documentation/overview-manual/overview-manual-yp-intro.xml +++ b/documentation/overview-manual/overview-manual-yp-intro.xml | |||
@@ -1080,7 +1080,9 @@ | |||
1080 | One of the most powerful properties of Poky is that every aspect | 1080 | One of the most powerful properties of Poky is that every aspect |
1081 | of a build is controlled by the metadata. | 1081 | of a build is controlled by the metadata. |
1082 | You can use metadata to augment these base image types by | 1082 | You can use metadata to augment these base image types by |
1083 | adding metadata layers that extend functionality. | 1083 | adding metadata |
1084 | <link linkend='the-yocto-project-layer-model'>layers</link> | ||
1085 | that extend functionality. | ||
1084 | These layers can provide, for example, an additional software | 1086 | These layers can provide, for example, an additional software |
1085 | stack for an image type, add a board support package (BSP) for | 1087 | stack for an image type, add a board support package (BSP) for |
1086 | additional hardware, or even create a new image type. | 1088 | additional hardware, or even create a new image type. |