summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml22
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