bitbake: bitbake-user-manual: add note about the old syntax for OVERRIDES

(Bitbake rev: ad2307823a96e91873d804aa9d8f11c9ff39bec0)

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Reported-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Reported-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Michael Opdenacker
2022-03-07 19:38:03 +01:00
committed by Richard Purdie
parent a24c2ef65c
commit 66882ee02a

View File

@@ -585,6 +585,16 @@ variable.
EXTRA_OEMAKE:prepend:task-compile = "${PARALLEL_MAKE} "
.. note::
Before BitBake 1.52 (Honister 3.4), the syntax for :term:`OVERRIDES`
used ``_`` instead of ``:``, so you will still find a lot of documentation
using ``_append``, ``_prepend``, and ``_remove``, for example.
For details, see the
:yocto_docs:`Overrides Syntax Changes </migration-guides/migration-3.4.html#override-syntax-changes>`
section in the Yocto Project manual migration notes.
Key Expansion
-------------