summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-09-28 13:02:06 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-01 23:30:29 +0100
commit12ba89a88a2c623dc7c6b112d2accc90f846b300 (patch)
treed164d77f67235f6fe568df1a6f6b15c075b280ee
parent332e69695801cc92ba7b66a81633a51573eedfca (diff)
downloadpoky-12ba89a88a2c623dc7c6b112d2accc90f846b300.tar.gz
documentation: dev-manual - Added link to pull scripts.
(From yocto-docs rev: 87fe511d4114295f8d67705c03ac11983f51cf7a) 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-newbie.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml
index 1f75c6dad0..f20c07e594 100644
--- a/documentation/dev-manual/dev-manual-newbie.xml
+++ b/documentation/dev-manual/dev-manual-newbie.xml
@@ -833,7 +833,11 @@
833 <filename>send-pull-request</filename> that ship with the release to facilitate this 833 <filename>send-pull-request</filename> that ship with the release to facilitate this
834 workflow. 834 workflow.
835 You can find these scripts in the local Yocto Project files Git repository in 835 You can find these scripts in the local Yocto Project files Git repository in
836 the <filename>scripts</filename> directory.</para></listitem> 836 the <filename>scripts</filename> directory.</para>
837 <para>You can find more information on these scripts in the
838 "<link linkend='pushing-a-change-upstream'>Using
839 Scripts to Push a Change Upstream and Request a Pull</link>" section.
840 </para></listitem>
837 <listitem><para><emphasis>Patch Workflow:</emphasis> This workflow allows you to notify the 841 <listitem><para><emphasis>Patch Workflow:</emphasis> This workflow allows you to notify the
838 maintainer through an email that you have a change (or patch) you would like considered 842 maintainer through an email that you have a change (or patch) you would like considered
839 for the "master" branch of the Git repository. 843 for the "master" branch of the Git repository.