summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-11-19 17:26:25 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-13 23:31:34 +0000
commit79fbaf8b04066d11c01e02a27fa3264c578db4af (patch)
tree3dd9e3fe66ad7768513c6c3e9413633f7f3759b0 /documentation/dev-manual
parent6a353d932281d1f3749fe4e6fa5a1b04db737042 (diff)
downloadpoky-79fbaf8b04066d11c01e02a27fa3264c578db4af.tar.gz
dev-manual: remove warning about += and :append
No longer necessary since a warning was added to BitBake (https://git.openembedded.org/bitbake/commit/?id=8c31e75557dc6a8d8f407b5d24d6327889a3e3b1) (From yocto-docs rev: f3069c927f24c5d1942c9bcc4f55bb77cd262c0e) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/common-tasks.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index 3eead147a3..9611a4f206 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -234,11 +234,6 @@ following list:
234 234
235 KERNEL_FEATURES:append:qemuall=" features/debug/printk.scc" 235 KERNEL_FEATURES:append:qemuall=" features/debug/printk.scc"
236 236
237 .. note::
238
239 Avoiding "+=" and "=+" and using machine-specific ``:append``
240 and ``:prepend`` operations is recommended as well.
241
242 - *Place Machine-Specific Files in Machine-Specific Locations:* When 237 - *Place Machine-Specific Files in Machine-Specific Locations:* When
243 you have a base recipe, such as ``base-files.bb``, that contains a 238 you have a base recipe, such as ``base-files.bb``, that contains a
244 :term:`SRC_URI` statement to a 239 :term:`SRC_URI` statement to a