From f7dbbd187902392bbd5120661d3bb41faf19878e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 17 Mar 2015 10:42:32 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-model.xml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'documentation') 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 @@ SRC_URI += "file://my_changes.patch" - Increment the Recipe Revision Number: - Finally, don't forget to 'bump' the - PR - value in the recipe since the resulting packages have changed. -- cgit v1.2.3-54-g00ecf