diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-04-10 10:30:36 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-12 19:35:00 +0100 |
commit | f9e7fba02f2edefec39894c5d022e8e817cdf074 (patch) | |
tree | 459171f4d9993994d9c565a68fc3fc8fe6275cfd /documentation/ref-manual/ref-variables.xml | |
parent | 7f47526f5c99b09b5c3edc52290729e9303b3030 (diff) | |
download | poky-f9e7fba02f2edefec39894c5d022e8e817cdf074.tar.gz |
dev-manual, ref-manual: Created new section on linear revision for packages
Fixes [YOCTO #10995]
For the dev-manual, I added a new section on incrementing package
revision numbers that explains how the build system uses various
variables to create linearly numbered revisions for packages.
For the ref-manual, I cross-referenced into the new section from the
AUTOSRC and SRCREV variables.
(From yocto-docs rev: 53c3092e0f0293f4db0a88659abb4cf1c93f208c)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index ae2abdeddc..2671e3cb4d 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -484,6 +484,12 @@ | |||
484 | in your recipe so that it does contain | 484 | in your recipe so that it does contain |
485 | <filename>${SRCPV}</filename>. | 485 | <filename>${SRCPV}</filename>. |
486 | </para> | 486 | </para> |
487 | |||
488 | <para> | ||
489 | For more information see the | ||
490 | "<ulink url='&YOCTO_DOCS_DEV_URL;#incrementing-a-package-revision-number'>Incrementing a Package Revision Number</ulink>" | ||
491 | section in the Yocto Project Development Manual. | ||
492 | </para> | ||
487 | </glossdef> | 493 | </glossdef> |
488 | </glossentry> | 494 | </glossentry> |
489 | 495 | ||
@@ -12679,15 +12685,17 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
12679 | every time BitBake parses your recipe, you should specify | 12685 | every time BitBake parses your recipe, you should specify |
12680 | a <filename>SRCREV</filename> that is a | 12686 | a <filename>SRCREV</filename> that is a |
12681 | full revision identifier and not just a tag. | 12687 | full revision identifier and not just a tag. |
12688 | <note> | ||
12689 | For information on limitations when inheriting the | ||
12690 | latest revision of software using | ||
12691 | <filename>SRCREV</filename>, see the | ||
12692 | <link linkend='var-AUTOREV'><filename>AUTOREV</filename></link> | ||
12693 | variable description and the | ||
12694 | "<ulink url='&YOCTO_DOCS_DEV_URL;#incrementing-a-package-revision-number'>Incrementing a Package Revision Number</ulink>" | ||
12695 | section, which is in the Yocto Project Development Manual. | ||
12696 | </note> | ||
12682 | </para> | 12697 | </para> |
12683 | 12698 | ||
12684 | <note> | ||
12685 | For information on limitations when inheriting the latest | ||
12686 | revision of software using <filename>SRCREV</filename>, | ||
12687 | see the | ||
12688 | <link linkend='var-AUTOREV'><filename>AUTOREV</filename></link> | ||
12689 | variable description. | ||
12690 | </note> | ||
12691 | </glossdef> | 12699 | </glossdef> |
12692 | </glossentry> | 12700 | </glossentry> |
12693 | 12701 | ||