summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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>