diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-09-16 11:22:05 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-23 15:27:34 +0100 |
commit | cea1d78f1f65cba5cd12620c3706496098a37829 (patch) | |
tree | ae672ce9d5f37f82008abc532919b19e234e90a7 /documentation | |
parent | 394b909174f1e2bd97eff1e7ee693e3fd55f0896 (diff) | |
download | poky-cea1d78f1f65cba5cd12620c3706496098a37829.tar.gz |
sdk-manual: Removed two Git tag developer notes.
These notes can't be in the final version of the manual.
Now is the time to get them out.
(From yocto-docs rev: 600b4f2c7360b30d12fdc7ed0f5ba41bc09fc778)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/sdk-manual/sdk-appendix-mars.xml | 13 | ||||
-rw-r--r-- | documentation/sdk-manual/sdk-using.xml | 14 |
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; |