summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/sdk-manual/sdk-appendix-mars.xml13
-rw-r--r--documentation/sdk-manual/sdk-using.xml14
2 files changed, 0 insertions, 27 deletions
diff --git a/documentation/sdk-manual/sdk-appendix-mars.xml b/documentation/sdk-manual/sdk-appendix-mars.xml
index ef80608d28..144e0720ae 100644
--- a/documentation/sdk-manual/sdk-appendix-mars.xml
+++ b/documentation/sdk-manual/sdk-appendix-mars.xml
@@ -210,19 +210,6 @@
210 </para></listitem> 210 </para></listitem>
211 <listitem><para>Use Git to checkout the correct 211 <listitem><para>Use Git to checkout the correct
212 tag: 212 tag:
213
214 <note><title>Developer's Note</title>
215 <para role='writernotes'>
216 Because the 2.2 tag will not exist until after
217 the release, I must first do the following
218 before running the
219 <filename>git checkout mars/yocto-&DISTRO;</filename>
220 command in this step:
221 <literallayout class='monospaced'>
222 $ git tag mars/yocto-2.2 origin/mars-master
223 </literallayout></para>
224 </note>
225
226 <literallayout class='monospaced'> 213 <literallayout class='monospaced'>
227 $ cd ~/eclipse-poky 214 $ cd ~/eclipse-poky
228 $ git checkout mars/yocto-&DISTRO; 215 $ git checkout mars/yocto-&DISTRO;
diff --git a/documentation/sdk-manual/sdk-using.xml b/documentation/sdk-manual/sdk-using.xml
index d05e53f7f6..dd11304319 100644
--- a/documentation/sdk-manual/sdk-using.xml
+++ b/documentation/sdk-manual/sdk-using.xml
@@ -812,20 +812,6 @@
812 </para></listitem> 812 </para></listitem>
813 <listitem><para>Use Git to create the correct 813 <listitem><para>Use Git to create the correct
814 tag: 814 tag:
815
816 <note><title>Developer's Note</title>
817 <para role='writernotes'>
818 Because the 2.2 tag will not exist until after
819 the release, I must first do the following
820 before running the
821 <filename>git checkout mars/yocto-&DISTRO;</filename>
822 command in this step:
823 <literallayout class='monospaced'>
824 $ cd ~/eclipse-poky
825 $ git tag neon/yocto-2.2 origin/neon-master
826 </literallayout></para>
827 </note>
828
829 <literallayout class='monospaced'> 815 <literallayout class='monospaced'>
830 $ cd ~/eclipse-poky 816 $ cd ~/eclipse-poky
831 $ git checkout neon/yocto-&DISTRO; 817 $ git checkout neon/yocto-&DISTRO;