diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-10-03 05:56:26 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-08 16:30:14 +0100 |
commit | b5ad5ba24b61b8b4f1e425a8357d18e5a02a06c9 (patch) | |
tree | ec22eb806fe3b201425487ac8ad467a82cfb7d6b /documentation | |
parent | 7754bd215bc03493a1bf24779233cf285b3e6e44 (diff) | |
download | poky-b5ad5ba24b61b8b4f1e425a8357d18e5a02a06c9.tar.gz |
ref-manual: Fixed cross-reference to runtime package management
A cross-reference section to the section in the dev-manual on
runtime package management needed updating. The patch from Trevor
broke the link.
(From yocto-docs rev: ad33880f09569e886dcf3dbb7f4cc9058ddecba5)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 2743059c0c..e394122abe 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -341,9 +341,9 @@ | |||
341 | on the development host that can be used by Smart, you can | 341 | on the development host that can be used by Smart, you can |
342 | install packages from the feed while you are running the image | 342 | install packages from the feed while you are running the image |
343 | on the target (i.e. runtime installation of packages). | 343 | on the target (i.e. runtime installation of packages). |
344 | For information on how to set up this repository, see the | 344 | For more information, see the |
345 | "<ulink url='&YOCTO_DOCS_DEV_URL;#setting-up-runtime-package-management'>Setting Up Runtime Package Management</ulink>" | 345 | "<ulink url='&YOCTO_DOCS_DEV_URL;#runtime-package-management'>Runtime Package Management</ulink>" |
346 | in the Yocto Project Development Manual. | 346 | section in the Yocto Project Development Manual. |
347 | </para> | 347 | </para> |
348 | 348 | ||
349 | <para> | 349 | <para> |
@@ -799,15 +799,15 @@ | |||
799 | </para></listitem> | 799 | </para></listitem> |
800 | <listitem><para><emphasis><filename>version-going-backwards:</filename></emphasis> | 800 | <listitem><para><emphasis><filename>version-going-backwards:</filename></emphasis> |
801 | If Build History is enabled, reports when a package | 801 | If Build History is enabled, reports when a package |
802 | being written out has a lower version than the previously | 802 | being written out has a lower version than the previously |
803 | written package under the same name. | 803 | written package under the same name. |
804 | If you are placing output packages into a feed and | 804 | If you are placing output packages into a feed and |
805 | upgrading packages on a target system using that feed, the | 805 | upgrading packages on a target system using that feed, the |
806 | version of a package going backwards can result in the target | 806 | version of a package going backwards can result in the target |
807 | system not correctly upgrading to the "new" version of the | 807 | system not correctly upgrading to the "new" version of the |
808 | package. | 808 | package. |
809 | <note> | 809 | <note> |
810 | If you are not using runtime package management on your | 810 | If you are not using runtime package management on your |
811 | target system, then you do not need to worry about | 811 | target system, then you do not need to worry about |
812 | this situation. | 812 | this situation. |
813 | </note> | 813 | </note> |