summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/migration.xml34
1 files changed, 14 insertions, 20 deletions
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml
index 877b70017f..bb24754ff7 100644
--- a/documentation/ref-manual/migration.xml
+++ b/documentation/ref-manual/migration.xml
@@ -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>