diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-10-01 12:01:30 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-02 17:41:34 +0100 |
commit | 5fd5ef78c4a0a2ebebb94cc3e325d511c80da413 (patch) | |
tree | 2c892c00754c8b42a96632c45ce536981c5e4a3a /documentation | |
parent | 1628d3c4c5ad3e8155e973c9a7003f1f14a9087f (diff) | |
download | 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')
-rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 8 |
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 7ab9e015a6..d75b21ddde 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml | |||
@@ -1725,10 +1725,10 @@ directory.</para></listitem> | |||
1725 | <literallayout class='monospaced'> | 1725 | <literallayout class='monospaced'> |
1726 | SRC_URI += "file://my_changes.patch" | 1726 | SRC_URI += "file://my_changes.patch" |
1727 | </literallayout></para></listitem> | 1727 | </literallayout></para></listitem> |
1728 | <listitem><para><emphasis>Increment the Package Revision Number:</emphasis> | 1728 | <listitem><para><emphasis>Increment the Recipe Revision Number:</emphasis> |
1729 | Finally, don't forget to 'bump' the | 1729 | Finally, don't forget to 'bump' the |
1730 | <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-PR'>PR</ulink></filename> | 1730 | <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-PR'>PR</ulink></filename> |
1731 | value in the same recipe since the resulting packages have changed.</para></listitem> | 1731 | value in the recipe since the resulting packages have changed.</para></listitem> |
1732 | </orderedlist> | 1732 | </orderedlist> |
1733 | </para> </section> | 1733 | </para> </section> |
1734 | 1734 | ||
@@ -1851,10 +1851,10 @@ directory.</para></listitem> | |||
1851 | <literallayout class='monospaced'> | 1851 | <literallayout class='monospaced'> |
1852 | SRC_URI += "file://my_changes.patch" | 1852 | SRC_URI += "file://my_changes.patch" |
1853 | </literallayout></para></listitem> | 1853 | </literallayout></para></listitem> |
1854 | <listitem><para><emphasis>Increment the Package Revision Number:</emphasis> | 1854 | <listitem><para><emphasis>Increment the Recipe Revision Number:</emphasis> |
1855 | Finally, don't forget to 'bump' the | 1855 | Finally, don't forget to 'bump' the |
1856 | <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-PR'>PR</ulink></filename> | 1856 | <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-PR'>PR</ulink></filename> |
1857 | value in the same recipe since the resulting packages have changed.</para></listitem> | 1857 | value in the recipe since the resulting packages have changed.</para></listitem> |
1858 | </orderedlist> | 1858 | </orderedlist> |
1859 | </para> | 1859 | </para> |
1860 | </section> | 1860 | </section> |