]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
sdk-manual: Removed two Git tag developer notes.
authorScott Rifenbark <srifenbark@gmail.com>
Fri, 16 Sep 2016 18:22:05 +0000 (11:22 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 23 Sep 2016 14:27:34 +0000 (15:27 +0100)
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>
documentation/sdk-manual/sdk-appendix-mars.xml
documentation/sdk-manual/sdk-using.xml

index ef80608d28f73f383a54635cdefebc8eaa785b05..144e0720ae3413c707190541b2d3a38beae22a3f 100644 (file)
                             </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;
index d05e53f7f6872fb397f58ac992f652bdce9c31ec..dd113043196e532f82a70edab27578ce0c017880 100644 (file)
                                 </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;