]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ref-manual: New 2.6 Migration section complete.
authorScott Rifenbark <srifenbark@gmail.com>
Fri, 9 Nov 2018 22:47:57 +0000 (14:47 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 22 Nov 2018 12:20:52 +0000 (12:20 +0000)
(From yocto-docs rev: 6597ea2d706e3975ff0ffae15cf748ffd7aaed8b)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/ref-manual/migration.xml

index 877b70017f4a2a1b263ce5a66845c1ca23cf8104..bb24754ff7bd8add87846a395a6ce1959926ead9 100644 (file)
@@ -6066,6 +6066,16 @@ id=f4d4f99cfbc2396e49c1613a7d237b9e57f06f81'>commit message</ulink>.
                     Dropping the override avoids giving the impression that
                     other host operating systems might be supported.
                     </para></listitem>
+                <listitem><para>
+                    The "_remove" operator now preserves whitespace.
+                    Consequently, when specifying list items to remove, be
+                    aware that leading and trailing whitespace resulting from
+                    the removal is retained.</para>
+
+                    <para>See the
+                    "<ulink url='&YOCTO_DOCS_BB_URL;#removing-override-style-syntax'>Removal (Override Style Syntax)</ulink>"
+                    section in the BitBake User Manual for a detailed example.
+                    </para></listitem>
             </itemizedlist>
         </para>
     </section>
@@ -6153,26 +6163,10 @@ id=f4d4f99cfbc2396e49c1613a7d237b9e57f06f81'>commit message</ulink>.
         <title>BitBake Changes</title>
 
         <para>
-            The following BitBake changes occurred:
-            <itemizedlist>
-                <listitem><para>
-                    The "_remove" operator now preserves whitespace.
-                    Consequently, when specifying list items to remove, be
-                    aware that leading and trailing whitespace resulting from
-                    the removal is retained.</para>
-
-                    <para>See the
-                    "<ulink url='&YOCTO_DOCS_BB_URL;#removing-override-style-syntax'>Removal (Override Style Syntax)</ulink>"
-                    section in the BitBake User Manual for a detailed example.
-                    </para></listitem>
-                <listitem><para>
-                    The server logfile
-                    <filename>bitbake-cookerdaemon.log</filename> is now always
-                    placed in the
-                    <link linkend='build-directory'>Build Directory</link>
-                    instead of the current directory.
-                    </para></listitem>
-            </itemizedlist>
+            The server logfile <filename>bitbake-cookerdaemon.log</filename> is
+            now always placed in the
+            <link linkend='build-directory'>Build Directory</link>
+            instead of the current directory.
         </para>
     </section>