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>
This commit is contained in:
Scott Rifenbark 2016-09-16 11:22:05 -07:00 committed by Richard Purdie
parent 394b909174
commit cea1d78f1f
2 changed files with 0 additions and 27 deletions

View File

@ -210,19 +210,6 @@
</para></listitem>
<listitem><para>Use Git to checkout the correct
tag:
<note><title>Developer's Note</title>
<para role='writernotes'>
Because the 2.2 tag will not exist until after
the release, I must first do the following
before running the
<filename>git checkout mars/yocto-&DISTRO;</filename>
command in this step:
<literallayout class='monospaced'>
$ git tag mars/yocto-2.2 origin/mars-master
</literallayout></para>
</note>
<literallayout class='monospaced'>
$ cd ~/eclipse-poky
$ git checkout mars/yocto-&DISTRO;

View File

@ -812,20 +812,6 @@
</para></listitem>
<listitem><para>Use Git to create the correct
tag:
<note><title>Developer's Note</title>
<para role='writernotes'>
Because the 2.2 tag will not exist until after
the release, I must first do the following
before running the
<filename>git checkout mars/yocto-&DISTRO;</filename>
command in this step:
<literallayout class='monospaced'>
$ cd ~/eclipse-poky
$ git tag neon/yocto-2.2 origin/neon-master
</literallayout></para>
</note>
<literallayout class='monospaced'>
$ cd ~/eclipse-poky
$ git checkout neon/yocto-&DISTRO;