diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-11-09 14:47:57 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-27 22:54:54 +0000 |
commit | 2559ad01c363d25bc2094805df002b2fbc6b40e1 (patch) | |
tree | 08d14a61a7f29ed1fcd20a2a1c3a7f1337a83d87 | |
parent | 7d0a2ece0b8df20ee2af8725db045176f7d21bdd (diff) | |
download | poky-2559ad01c363d25bc2094805df002b2fbc6b40e1.tar.gz |
ref-manual: New 2.6 Migration section complete.
(From yocto-docs rev: 6d898834bbcef29934f9fcf895880acdb8838a57)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/migration.xml | 34 |
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>. | |||
6066 | Dropping the override avoids giving the impression that | 6066 | Dropping the override avoids giving the impression that |
6067 | other host operating systems might be supported. | 6067 | other host operating systems might be supported. |
6068 | </para></listitem> | 6068 | </para></listitem> |
6069 | <listitem><para> | ||
6070 | The "_remove" operator now preserves whitespace. | ||
6071 | Consequently, when specifying list items to remove, be | ||
6072 | aware that leading and trailing whitespace resulting from | ||
6073 | the removal is retained.</para> | ||
6074 | |||
6075 | <para>See the | ||
6076 | "<ulink url='&YOCTO_DOCS_BB_URL;#removing-override-style-syntax'>Removal (Override Style Syntax)</ulink>" | ||
6077 | section in the BitBake User Manual for a detailed example. | ||
6078 | </para></listitem> | ||
6069 | </itemizedlist> | 6079 | </itemizedlist> |
6070 | </para> | 6080 | </para> |
6071 | </section> | 6081 | </section> |
@@ -6153,26 +6163,10 @@ id=f4d4f99cfbc2396e49c1613a7d237b9e57f06f81'>commit message</ulink>. | |||
6153 | <title>BitBake Changes</title> | 6163 | <title>BitBake Changes</title> |
6154 | 6164 | ||
6155 | <para> | 6165 | <para> |
6156 | The following BitBake changes occurred: | 6166 | The server logfile <filename>bitbake-cookerdaemon.log</filename> is |
6157 | <itemizedlist> | 6167 | now always placed in the |
6158 | <listitem><para> | 6168 | <link linkend='build-directory'>Build Directory</link> |
6159 | The "_remove" operator now preserves whitespace. | 6169 | instead of the current directory. |
6160 | Consequently, when specifying list items to remove, be | ||
6161 | aware that leading and trailing whitespace resulting from | ||
6162 | the removal is retained.</para> | ||
6163 | |||
6164 | <para>See the | ||
6165 | "<ulink url='&YOCTO_DOCS_BB_URL;#removing-override-style-syntax'>Removal (Override Style Syntax)</ulink>" | ||
6166 | section in the BitBake User Manual for a detailed example. | ||
6167 | </para></listitem> | ||
6168 | <listitem><para> | ||
6169 | The server logfile | ||
6170 | <filename>bitbake-cookerdaemon.log</filename> is now always | ||
6171 | placed in the | ||
6172 | <link linkend='build-directory'>Build Directory</link> | ||
6173 | instead of the current directory. | ||
6174 | </para></listitem> | ||
6175 | </itemizedlist> | ||
6176 | </para> | 6170 | </para> |
6177 | </section> | 6171 | </section> |
6178 | 6172 | ||