diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-03-17 10:42:32 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-19 12:38:17 +0000 |
commit | f7dbbd187902392bbd5120661d3bb41faf19878e (patch) | |
tree | 69218593e855336d71d4fcd7f02057efe579172d | |
parent | 40f3ca0ae3aa732b216f2b4db6c2dfa1c4c8040d (diff) | |
download | poky-f7dbbd187902392bbd5120661d3bb41faf19878e.tar.gz |
dev-manual: Removed inc PR step from Quilt workflow
Fixes [YOCTO #7460]
There was a single occurrence of specifically calling out that PR
needed to be manually incremented in the workflow section of the
manual. It was step 8 of the Quilt flow. I deleted this step.
Previous edits to the set have included extensive instruction on using
a PR Service, which is basically what replaces the need for manually
updating PR as it was in the past.
(From yocto-docs rev: d8db2175225be45cb3f2b4d11f8281c5b1f40ad4)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index c8278eb934..cab7bf68b0 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml | |||
@@ -2373,10 +2373,6 @@ | |||
2373 | <literallayout class='monospaced'> | 2373 | <literallayout class='monospaced'> |
2374 | SRC_URI += "file://my_changes.patch" | 2374 | SRC_URI += "file://my_changes.patch" |
2375 | </literallayout></para></listitem> | 2375 | </literallayout></para></listitem> |
2376 | <listitem><para><emphasis>Increment the Recipe Revision Number:</emphasis> | ||
2377 | Finally, don't forget to 'bump' the | ||
2378 | <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-PR'>PR</ulink></filename> | ||
2379 | value in the recipe since the resulting packages have changed.</para></listitem> | ||
2380 | </orderedlist> | 2376 | </orderedlist> |
2381 | </para> | 2377 | </para> |
2382 | </section> | 2378 | </section> |