From 66882ee02a0c476130e0950635fb3b4b938a6134 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Mon, 7 Mar 2022 19:38:03 +0100 Subject: [PATCH] bitbake: bitbake-user-manual: add note about the old syntax for OVERRIDES (Bitbake rev: ad2307823a96e91873d804aa9d8f11c9ff39bec0) Signed-off-by: Michael Opdenacker Reported-by: Peter Kjellerstedt Reported-by: Richard Purdie Signed-off-by: Richard Purdie --- .../bitbake-user-manual-metadata.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) 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. 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 ` + section in the Yocto Project manual migration notes. + Key Expansion -------------