diff options
Diffstat (limited to 'documentation/dev-manual/dev-manual-newbie.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-newbie.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index 727c2ec25b..5ce67ed504 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml | |||
@@ -225,6 +225,7 @@ | |||
225 | results in a Yocto Project file structure whose Yocto Project source directory is named | 225 | results in a Yocto Project file structure whose Yocto Project source directory is named |
226 | <filename>poky-edison-6.0</filename>. | 226 | <filename>poky-edison-6.0</filename>. |
227 | If you create a Git repository, then you can name the repository anything you like. | 227 | If you create a Git repository, then you can name the repository anything you like. |
228 | By default, your local Git repository is named <filename>poky</filename>. | ||
228 | </para> | 229 | </para> |
229 | 230 | ||
230 | <para> | 231 | <para> |
@@ -238,7 +239,8 @@ | |||
238 | active development repository. | 239 | active development repository. |
239 | In this case, any local changes you make to the Yocto Project can be later applied to active | 240 | In this case, any local changes you make to the Yocto Project can be later applied to active |
240 | development branches of the upstream Yocto Project Git repository. | 241 | development branches of the upstream Yocto Project Git repository. |
241 | Furthermore, with the Git repository you can create a local Git branch that | 242 | If you want to track a set of local changes while starting from the same point |
243 | as a release tarball, you can create a local Git branch that | ||
242 | reflects the exact copy of the files at the time of their release. | 244 | reflects the exact copy of the files at the time of their release. |
243 | You do this using Git tags that are part of the repository. | 245 | You do this using Git tags that are part of the repository. |
244 | For more information on concepts, see the section | 246 | For more information on concepts, see the section |
@@ -490,7 +492,7 @@ | |||
490 | And, the name of the local branch you have created and checked out is | 492 | And, the name of the local branch you have created and checked out is |
491 | <filename>edison-6.0</filename>. | 493 | <filename>edison-6.0</filename>. |
492 | The files in your repository now exactly match the Yocto Project 1.1 | 494 | The files in your repository now exactly match the Yocto Project 1.1 |
493 | Release (edison). | 495 | Release tag (edison). |
494 | It is important to understand that when you create and checkout a local | 496 | It is important to understand that when you create and checkout a local |
495 | working branch based on a tag, your environment matches a specific point | 497 | working branch based on a tag, your environment matches a specific point |
496 | in time and not a development branch. | 498 | in time and not a development branch. |