diff options
-rw-r--r-- | documentation/dev-manual/common-tasks.rst | 5 |
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 |