diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2017-02-03 10:52:44 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-19 06:59:51 -0800 |
| commit | 77afd14e817677810868de82b77a4682052b6f95 (patch) | |
| tree | 97e1bea9dee832491c0de40c3da27374c19f6fb9 /documentation/kernel-dev | |
| parent | 23bd7e100adb6dc06c4992ff5863f01d0b39e75b (diff) | |
| download | poky-77afd14e817677810868de82b77a4682052b6f95.tar.gz | |
documentation: Updated "latest manual" note on title page
Fixes [YOCTO #10076]
The note on the title page for each manual was brief regarding
where to find the latest version of the manual. I updated the
note to have more detailed information on finding current,
alternate, and latest versions of the manual based on YP
releases.
(From yocto-docs rev: 0ec81465296a7a78309d3039af4d00caa52d2285)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-dev')
| -rw-r--r-- | documentation/kernel-dev/kernel-dev.xml | 33 |
1 files changed, 27 insertions, 6 deletions
diff --git a/documentation/kernel-dev/kernel-dev.xml b/documentation/kernel-dev/kernel-dev.xml index 7e3471a736..5e90113300 100644 --- a/documentation/kernel-dev/kernel-dev.xml +++ b/documentation/kernel-dev/kernel-dev.xml | |||
| @@ -93,12 +93,33 @@ | |||
| 93 | Permission is granted to copy, distribute and/or modify this document under | 93 | Permission is granted to copy, distribute and/or modify this document under |
| 94 | the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/">Creative Commons Attribution-Share Alike 2.0 UK: England & Wales</ulink> as published by Creative Commons. | 94 | the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/">Creative Commons Attribution-Share Alike 2.0 UK: England & Wales</ulink> as published by Creative Commons. |
| 95 | </para> | 95 | </para> |
| 96 | <note> | 96 | <note><title>Manual Notes</title> |
| 97 | For the latest version of this manual associated with this | 97 | <itemizedlist> |
| 98 | Yocto Project release, see the | 98 | <listitem><para> |
| 99 | <ulink url='&YOCTO_DOCS_KERNEL_DEV_URL;'>Yocto Project Linux Kernel Development Manual</ulink> | 99 | For the latest version of the Yocto Project Linux |
| 100 | from the Yocto Project website. | 100 | Kernel Development Manual associated with this Yocto |
| 101 | </note> | 101 | Project release (version &YOCTO_DOC_VERSION;), |
| 102 | see the Yocto Project Linux Kernel Development | ||
| 103 | Manual from the | ||
| 104 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>. | ||
| 105 | </para></listitem> | ||
| 106 | <listitem><para> | ||
| 107 | This version of the manual is version | ||
| 108 | &YOCTO_DOC_VERSION;. | ||
| 109 | For later releases of the Yocto Project (if they exist), | ||
| 110 | go to the | ||
| 111 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink> | ||
| 112 | and use the drop-down "Active Releases" button | ||
| 113 | and choose the Yocto Project version for which you want | ||
| 114 | the manual. | ||
| 115 | </para></listitem> | ||
| 116 | <listitem><para> | ||
| 117 | For an in-development version of the Yocto Project | ||
| 118 | Linux Kernel Development Manual, see | ||
| 119 | <ulink url='&YOCTO_DOCS_URL;/latest/kernel-dev/kernel-dev.html'></ulink>. | ||
| 120 | </para></listitem> | ||
| 121 | </itemizedlist> | ||
| 122 | </note> | ||
| 102 | </legalnotice> | 123 | </legalnotice> |
| 103 | 124 | ||
| 104 | </bookinfo> | 125 | </bookinfo> |
