From f9e7fba02f2edefec39894c5d022e8e817cdf074 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 10 Apr 2017 10:30:36 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) (limited to 'documentation/ref-manual') 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 @@ in your recipe so that it does contain ${SRCPV}. + + + For more information see the + "Incrementing a Package Revision Number" + section in the Yocto Project Development Manual. + @@ -12679,15 +12685,17 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" every time BitBake parses your recipe, you should specify a SRCREV that is a full revision identifier and not just a tag. + + For information on limitations when inheriting the + latest revision of software using + SRCREV, see the + AUTOREV + variable description and the + "Incrementing a Package Revision Number" + section, which is in the Yocto Project Development Manual. + - - For information on limitations when inheriting the latest - revision of software using SRCREV, - see the - AUTOREV - variable description. - -- cgit v1.2.3-54-g00ecf