diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-10-31 10:38:21 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-11-22 12:20:51 +0000 |
commit | 12eee34540a081affef208254670011c54e5f045 (patch) | |
tree | 3568a7b826456526db79d44e8274081c304746a8 /documentation | |
parent | 016e34a2e83a4dab1fba9d33584b7ae265c8ab1d (diff) | |
download | poky-12eee34540a081affef208254670011c54e5f045.tar.gz |
ref-manual: Updated 2.6 migration topic "_remove"
Provided more explanation and also a link into the BB manual
for a detailed example.
(From yocto-docs rev: ca1e113dc837f5104f765b655880a87d1fbd66ac)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/migration.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml index 71ab7b27f1..756736eff4 100644 --- a/documentation/ref-manual/migration.xml +++ b/documentation/ref-manual/migration.xml | |||
@@ -5742,6 +5742,15 @@ id=f4d4f99cfbc2396e49c1613a7d237b9e57f06f81'>commit message</ulink>. | |||
5742 | 5742 | ||
5743 | <para> | 5743 | <para> |
5744 | The "_remove" operator now preserves whitespace. | 5744 | The "_remove" operator now preserves whitespace. |
5745 | Consequently, when specifying list items to remove, be aware | ||
5746 | that leading and trailing whitespace resulting from the | ||
5747 | removal is retained. | ||
5748 | </para> | ||
5749 | |||
5750 | <para> | ||
5751 | See the | ||
5752 | "<ulink url='&YOCTO_DOCS_BB_URL;#removing-override-style-syntax'>Removal (Override Style Syntax)</ulink>" | ||
5753 | section in the BitBake User Manual for a detailed example. | ||
5745 | </para> | 5754 | </para> |
5746 | </section> | 5755 | </section> |
5747 | 5756 | ||