diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-04-19 13:15:49 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-24 17:16:24 +0100 |
commit | 4559692ae136724e56adb528e5297c706483cfa0 (patch) | |
tree | 2a0c1c155c2ffb473381f781362f564c863b319d | |
parent | d058243ffc7e6dfffb50d28217f2112747d0c8cf (diff) | |
download | poky-4559692ae136724e56adb528e5297c706483cfa0.tar.gz |
ref-manual: Updated the sections pointing to the YP Release Notes.
The method for accessing the YP Release Notes for YP 2.5 forward
is to go to the "DOWNLOADS" page of the main YP website and then
click on the "RELEASE INFORMATION" button. No longer does a user
need a simple URL. I updated the two spots in manual where this
information existed for accessing Release Notes.
(From yocto-docs rev: 1e171d3add1048fb81c5a05a11c8ddbaf88e0ecd)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 8 | ||||
-rw-r--r-- | documentation/ref-manual/resources.xml | 8 |
2 files changed, 11 insertions, 5 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 6ddd17ceec..2056cdf34d 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -14788,10 +14788,14 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
14788 | default toolchain. | 14788 | default toolchain. |
14789 | Using older or newer versions of these components | 14789 | Using older or newer versions of these components |
14790 | might cause build problems. | 14790 | might cause build problems. |
14791 | See the | 14791 | See the Release Notes for the Yocto Project release |
14792 | <ulink url='&YOCTO_RELEASE_NOTES;'>Release Notes</ulink> | ||
14793 | for the specific components with which the toolchain | 14792 | for the specific components with which the toolchain |
14794 | must be compatible. | 14793 | must be compatible. |
14794 | To access the Release Notes, go to the | ||
14795 | <ulink url='&YOCTO_HOME_URL;/software-overview/downloads/'>Downloads</ulink> | ||
14796 | page on the Yocto Project website and click on the | ||
14797 | "RELEASE INFORMATION" link for the appropriate | ||
14798 | release. | ||
14795 | </note> | 14799 | </note> |
14796 | </para> | 14800 | </para> |
14797 | 14801 | ||
diff --git a/documentation/ref-manual/resources.xml b/documentation/ref-manual/resources.xml index 2f05852048..be0469616c 100644 --- a/documentation/ref-manual/resources.xml +++ b/documentation/ref-manual/resources.xml | |||
@@ -260,11 +260,13 @@ | |||
260 | A list of commonly asked questions and their answers. | 260 | A list of commonly asked questions and their answers. |
261 | </para></listitem> | 261 | </para></listitem> |
262 | <listitem><para> | 262 | <listitem><para> |
263 | <emphasis> | 263 | <emphasis>Release Notes:</emphasis> |
264 | <ulink url='&YOCTO_RELEASE_NOTES;'>Release Notes</ulink>: | ||
265 | </emphasis> | ||
266 | Features, updates and known issues for the current | 264 | Features, updates and known issues for the current |
267 | release of the Yocto Project. | 265 | release of the Yocto Project. |
266 | To access the Release Notes, go to the | ||
267 | <ulink url='&YOCTO_HOME_URL;/software-overview/downloads/'>Downloads</ulink> | ||
268 | page on the Yocto Project website and click on the | ||
269 | "RELEASE INFORMATION" link for the appropriate release. | ||
268 | </para></listitem> | 270 | </para></listitem> |
269 | <listitem><para> | 271 | <listitem><para> |
270 | <emphasis> | 272 | <emphasis> |