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/sdk-manual/sdk-using.xml | |
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/sdk-manual/sdk-using.xml')
-rw-r--r-- | documentation/sdk-manual/sdk-using.xml | 14 |
1 files changed, 0 insertions, 14 deletions
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; |