summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-10-01 12:01:30 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-02 17:41:34 +0100
commit5fd5ef78c4a0a2ebebb94cc3e325d511c80da413 (patch)
tree2c892c00754c8b42a96632c45ce536981c5e4a3a /documentation/dev-manual
parent1628d3c4c5ad3e8155e973c9a7003f1f14a9087f (diff)
downloadast2050-yocto-poky-5fd5ef78c4a0a2ebebb94cc3e325d511c80da413.zip
ast2050-yocto-poky-5fd5ef78c4a0a2ebebb94cc3e325d511c80da413.tar.gz
documentation: dev-manual - Changed wording to recipe
In the Quilt and Git flow methods there is a bullet that talks about incrementing the PR variable. I changed the wording to be in the context of recipes rather than packages. (From yocto-docs rev: 64f6230251c023e469a346c0425834b950ed5c9b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-model.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index 7ab9e01..d75b21d 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -1725,10 +1725,10 @@ directory.</para></listitem>
<literallayout class='monospaced'>
SRC_URI += "file://my_changes.patch"
</literallayout></para></listitem>
- <listitem><para><emphasis>Increment the Package Revision Number:</emphasis>
+ <listitem><para><emphasis>Increment the Recipe Revision Number:</emphasis>
Finally, don't forget to 'bump' the
<filename><ulink url='&YOCTO_DOCS_REF_URL;#var-PR'>PR</ulink></filename>
- value in the same recipe since the resulting packages have changed.</para></listitem>
+ value in the recipe since the resulting packages have changed.</para></listitem>
</orderedlist>
</para> </section>
@@ -1851,10 +1851,10 @@ directory.</para></listitem>
<literallayout class='monospaced'>
SRC_URI += "file://my_changes.patch"
</literallayout></para></listitem>
- <listitem><para><emphasis>Increment the Package Revision Number:</emphasis>
+ <listitem><para><emphasis>Increment the Recipe Revision Number:</emphasis>
Finally, don't forget to 'bump' the
<filename><ulink url='&YOCTO_DOCS_REF_URL;#var-PR'>PR</ulink></filename>
- value in the same recipe since the resulting packages have changed.</para></listitem>
+ value in the recipe since the resulting packages have changed.</para></listitem>
</orderedlist>
</para>
</section>
OpenPOWER on IntegriCloud