diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-03-05 16:02:16 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-08 12:08:07 -0800 |
commit | b257acf0538fe6ba77fdcd058504bf4d26669cfb (patch) | |
tree | 9449e5a345a710c44975115eb2bc264c9aaa8679 /documentation/dev-manual/dev-manual-start.xml | |
parent | 2cae64b94fa07f690879810c3b5226d3abbf3d44 (diff) | |
download | poky-b257acf0538fe6ba77fdcd058504bf4d26669cfb.tar.gz |
documentation/dev-manual/dev-manual-start.xml: Wording change
Added a bit more information to the wording where it talks about
creating a Git Repository if you are going to contribute back
into YP. This change was suggested by Robert P. J. Day and
was submitted to me in the form of a patch. For reasons unknown
to me the patch Hunk failed even though I believe I had things
saved and applied correctly. I had to resort to applying it by
hand. I ended up doing a bit of re-writing on the suggested
change to clean it up.
Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
(From yocto-docs rev: 94f90c91e6b1d13bebc7a434210452f222ef0317)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-start.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-start.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index 6bedbc273a..29343d762b 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml | |||
@@ -88,7 +88,8 @@ | |||
88 | Yocto Project files that are based on the particular release in the | 88 | Yocto Project files that are based on the particular release in the |
89 | tarball.</para></listitem> | 89 | tarball.</para></listitem> |
90 | <listitem><para><emphasis>Git Repository Method:</emphasis> If you are going to be contributing | 90 | <listitem><para><emphasis>Git Repository Method:</emphasis> If you are going to be contributing |
91 | back into the Yocto Project, you should use Git commands to set up a local | 91 | back into the Yocto Project or you simply want to keep up |
92 | with the latest developments, you should use Git commands to set up a local | ||
92 | Git repository of the Yocto Project Files. | 93 | Git repository of the Yocto Project Files. |
93 | Doing so creates a Git repository with a complete history of changes and allows | 94 | Doing so creates a Git repository with a complete history of changes and allows |
94 | you to easily submit your changes upstream to the project. | 95 | you to easily submit your changes upstream to the project. |