diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-03-07 19:38:03 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-08 09:45:57 +0000 |
commit | 66882ee02a0c476130e0950635fb3b4b938a6134 (patch) | |
tree | ff5ebc71c94472811f121b5e18efb53efc0853c2 /bitbake/doc/bitbake-user-manual | |
parent | a24c2ef65c8f62ad23cf436d4ea40edae6750d72 (diff) | |
download | poky-66882ee02a0c476130e0950635fb3b4b938a6134.tar.gz |
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>
Diffstat (limited to 'bitbake/doc/bitbake-user-manual')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst index b90e5cf0a9..97114ed6cb 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst | |||
@@ -585,6 +585,16 @@ variable. | |||
585 | 585 | ||
586 | EXTRA_OEMAKE:prepend:task-compile = "${PARALLEL_MAKE} " | 586 | EXTRA_OEMAKE:prepend:task-compile = "${PARALLEL_MAKE} " |
587 | 587 | ||
588 | .. note:: | ||
589 | |||
590 | Before BitBake 1.52 (Honister 3.4), the syntax for :term:`OVERRIDES` | ||
591 | used ``_`` instead of ``:``, so you will still find a lot of documentation | ||
592 | using ``_append``, ``_prepend``, and ``_remove``, for example. | ||
593 | |||
594 | For details, see the | ||
595 | :yocto_docs:`Overrides Syntax Changes </migration-guides/migration-3.4.html#override-syntax-changes>` | ||
596 | section in the Yocto Project manual migration notes. | ||
597 | |||
588 | Key Expansion | 598 | Key Expansion |
589 | ------------- | 599 | ------------- |
590 | 600 | ||