From 83b605ccefe864b85a24373a55f27a39e1848f8c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 9 Nov 2018 14:47:57 -0800 Subject: ref-manual: New 2.6 Migration section complete. (From yocto-docs rev: 6597ea2d706e3975ff0ffae15cf748ffd7aaed8b) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/migration.xml | 34 ++++++++++++++-------------------- 1 file 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. Dropping the override avoids giving the impression that other host operating systems might be supported. + + 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. + + See the + "Removal (Override Style Syntax)" + section in the BitBake User Manual for a detailed example. + @@ -6153,26 +6163,10 @@ id=f4d4f99cfbc2396e49c1613a7d237b9e57f06f81'>commit message. BitBake Changes - The following BitBake changes occurred: - - - 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. - - See the - "Removal (Override Style Syntax)" - section in the BitBake User Manual for a detailed example. - - - The server logfile - bitbake-cookerdaemon.log is now always - placed in the - Build Directory - instead of the current directory. - - + The server logfile bitbake-cookerdaemon.log is + now always placed in the + Build Directory + instead of the current directory. -- cgit v1.2.3-54-g00ecf