diff options
Diffstat (limited to 'documentation/dev-manual/dev-manual-bsp-appendix.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-bsp-appendix.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml index 0962768713..1bb655666a 100644 --- a/documentation/dev-manual/dev-manual-bsp-appendix.xml +++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml | |||
@@ -94,14 +94,14 @@ | |||
94 | $ cd ~/poky | 94 | $ cd ~/poky |
95 | $ git fetch --tags | 95 | $ git fetch --tags |
96 | $ git checkout -b &DISTRO_NAME;-&POKYVERSION; origin/&DISTRO_NAME; | 96 | $ git checkout -b &DISTRO_NAME;-&POKYVERSION; origin/&DISTRO_NAME; |
97 | Switched to a new branch '&DISTRO_NAME;' | 97 | Switched to a new branch '&DISTRO_NAME;-&POKYVERSION;' |
98 | </literallayout> | 98 | </literallayout> |
99 | The <filename>git fetch --tags</filename> is somewhat redundant since you just set | 99 | The <filename>git fetch --tags</filename> is somewhat redundant since you just set |
100 | up the repository and should have all the tags. | 100 | up the repository and should have all the tags. |
101 | The <filename>fetch</filename> command makes sure all the tags are available in your | 101 | The <filename>fetch</filename> command makes sure all the tags are available in your |
102 | local repository. | 102 | local repository. |
103 | The Git <filename>checkout</filename> command with the <filename>-b</filename> option | 103 | The Git <filename>checkout</filename> command with the <filename>-b</filename> option |
104 | creates a local branch for you named <filename>&DISTRO_NAME;</filename>. | 104 | creates a local branch for you named <filename>&DISTRO_NAME;-&POKYVERSION;</filename>. |
105 | Your local branch begins in the same state as the Yocto Project &DISTRO; released tarball | 105 | Your local branch begins in the same state as the Yocto Project &DISTRO; released tarball |
106 | marked with the <filename>&DISTRO_NAME;-&POKYVERSION;</filename> tag in the source repositories. | 106 | marked with the <filename>&DISTRO_NAME;-&POKYVERSION;</filename> tag in the source repositories. |
107 | </para> | 107 | </para> |