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:16:26 +0100 |
commit | 558c89900fab90e417e01cee0bf8a1f05889260d (patch) | |
tree | 7090d280caf7c7596af6d8370be01859777dff3e /documentation/overview-manual/overview-manual-yp-intro.xml | |
parent | bf6ec426152080c2377f94a5d874eeb9f6ed1b31 (diff) | |
download | poky-558c89900fab90e417e01cee0bf8a1f05889260d.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/overview-manual-yp-intro.xml')
-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. |