diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-09-26 14:39:02 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-01 22:52:54 +0100 |
commit | 28144187dac0bb38d6a34e9b2640fb9f4dce6e10 (patch) | |
tree | cfb6de8f00c3bc0ae21156532b9df97c79c2c08b /documentation | |
parent | d8d58411887762f993492cb14642334a59b03a03 (diff) | |
download | poky-28144187dac0bb38d6a34e9b2640fb9f4dce6e10.tar.gz |
ref-manual: Added the version-going-backwards test to insane
Added this new test to the insane.bbclass section. Also put
in a reference in the migration section back to the new
entry.
(From yocto-docs rev: 32e25547b439030b93d9bc72bdce916eded518b4)
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/migration.xml | 3 | ||||
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 15 |
2 files changed, 18 insertions, 0 deletions
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml index af7eed3892..83e5db3cd3 100644 --- a/documentation/ref-manual/migration.xml +++ b/documentation/ref-manual/migration.xml | |||
@@ -683,6 +683,9 @@ | |||
683 | this check performed, you should add | 683 | this check performed, you should add |
684 | "version-going-backwards" to your value for one or the | 684 | "version-going-backwards" to your value for one or the |
685 | other variables depending on how you wish it to be handled. | 685 | other variables depending on how you wish it to be handled. |
686 | See the documented QA checks in the | ||
687 | "<link linkend='ref-classes-insane'><filename>insane.bbclass</filename></link>" | ||
688 | section. | ||
686 | </para></listitem> | 689 | </para></listitem> |
687 | </itemizedlist> | 690 | </itemizedlist> |
688 | </para> | 691 | </para> |
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 83d4c1bf85..2743059c0c 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -797,6 +797,21 @@ | |||
797 | <listitem><para><emphasis><filename>perms:</filename></emphasis> | 797 | <listitem><para><emphasis><filename>perms:</filename></emphasis> |
798 | Currently, this check is unused but reserved. | 798 | Currently, this check is unused but reserved. |
799 | </para></listitem> | 799 | </para></listitem> |
800 | <listitem><para><emphasis><filename>version-going-backwards:</filename></emphasis> | ||
801 | If Build History is enabled, reports when a package | ||
802 | being written out has a lower version than the previously | ||
803 | written package under the same name. | ||
804 | If you are placing output packages into a feed and | ||
805 | upgrading packages on a target system using that feed, the | ||
806 | version of a package going backwards can result in the target | ||
807 | system not correctly upgrading to the "new" version of the | ||
808 | package. | ||
809 | <note> | ||
810 | If you are not using runtime package management on your | ||
811 | target system, then you do not need to worry about | ||
812 | this situation. | ||
813 | </note> | ||
814 | </para></listitem> | ||
800 | </itemizedlist> | 815 | </itemizedlist> |
801 | </para> | 816 | </para> |
802 | </section> | 817 | </section> |