diff options
Diffstat (limited to 'documentation/dev-manual/dev-manual-start.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-start.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index 6d68a088d0..3cb6750d54 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml | |||
@@ -63,7 +63,9 @@ | |||
63 | for the supported distributions.</para></listitem> | 63 | for the supported distributions.</para></listitem> |
64 | <listitem id='local-yp-release'><para><emphasis>Yocto Project Release:</emphasis> | 64 | <listitem id='local-yp-release'><para><emphasis>Yocto Project Release:</emphasis> |
65 | You need a release of the Yocto Project. | 65 | You need a release of the Yocto Project. |
66 | You can get set up with local Yocto Project files one of two ways depending on whether you | 66 | You can get set up with local |
67 | <link linkend='yocto-project-files'>Yocto Project Files</link> one of two ways | ||
68 | depending on whether you | ||
67 | are going to be contributing back into the Yocto Project source repository or not. | 69 | are going to be contributing back into the Yocto Project source repository or not. |
68 | <note> | 70 | <note> |
69 | Regardless of the method you use, this manual refers to the resulting | 71 | Regardless of the method you use, this manual refers to the resulting |
@@ -89,7 +91,9 @@ | |||
89 | back into the Yocto Project, you should use Git commands to set up a local | 91 | back into the Yocto Project, you should use Git commands to set up a local |
90 | Git repository of the Yocto Project files. | 92 | Git repository of the Yocto Project files. |
91 | Doing so creates a Git repository with a complete history of changes and allows | 93 | Doing so creates a Git repository with a complete history of changes and allows |
92 | you to easily submit your changes upstream to the project.</para> | 94 | you to easily submit your changes upstream to the project. |
95 | Because you cloned the repository, you have access to all the Yocto Project development | ||
96 | branches and tag names used in the upstream repository.</para> | ||
93 | <para>The following transcript shows how to clone the Yocto Project files' | 97 | <para>The following transcript shows how to clone the Yocto Project files' |
94 | Git repository into the current working directory. | 98 | Git repository into the current working directory. |
95 | The command creates the repository in a directory named <filename>poky</filename>. | 99 | The command creates the repository in a directory named <filename>poky</filename>. |