summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-bsp-appendix.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml
index 50a0049ab5..fc44d022da 100644
--- a/documentation/dev-manual/dev-manual-bsp-appendix.xml
+++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml
@@ -93,7 +93,7 @@
93 <literallayout class='monospaced'> 93 <literallayout class='monospaced'>
94 $ cd ~/poky 94 $ cd ~/poky
95 $ git fetch --tags 95 $ git fetch --tags
96 $ git checkout &DISTRO_NAME;-&POKYVERSION; -b &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;'
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