diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-04 10:47:14 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-10 11:29:46 +0100 |
commit | eb047a25bbca97b0bc522e787b1c22c8295790ab (patch) | |
tree | 01d6a8f27ea56d825b4f9430ce5c7a44c10e1a5b /documentation/migration-guides | |
parent | ae6153e10b201b56875b748d0d7621de97f7e1a4 (diff) | |
download | poky-eb047a25bbca97b0bc522e787b1c22c8295790ab.tar.gz |
migration-3.4: Add extra notes to override syntax changes
(From yocto-docs rev: dba53562b684c511fb59a3272656cb6052f28fb2)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/migration-guides')
-rw-r--r-- | documentation/migration-guides/migration-3.4.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/migration-guides/migration-3.4.rst b/documentation/migration-guides/migration-3.4.rst index 6fa1ab20cb..e83e936b74 100644 --- a/documentation/migration-guides/migration-3.4.rst +++ b/documentation/migration-guides/migration-3.4.rst | |||
@@ -56,6 +56,13 @@ context being specific tasks in that case. Tune overrides are another special | |||
56 | case where some code does use them as overrides but some does not. We plan to try | 56 | case where some code does use them as overrides but some does not. We plan to try |
57 | and make the tune code use overrides more consistently in the future. | 57 | and make the tune code use overrides more consistently in the future. |
58 | 58 | ||
59 | There are some variables which do not use override syntax which include the | ||
60 | suffix to variables in ``layer.conf`` files such as :term:`BBFILE_PATTERN`, | ||
61 | :term:`SRCREV`\ ``_xxx`` where ``xxx`` is a name from :term:`SRC_URI` and | ||
62 | :term:`PREFERRED_VERSION`\ ``_xxx``. In particular, ``layer.conf`` suffixes | ||
63 | may be the same as a :term:`DISTRO` override causing some confusion. We do | ||
64 | plan to try and improve consistency as these issues are identified. | ||
65 | |||
59 | To help with migration of layers there is a script in OE-Core. Once configured | 66 | To help with migration of layers there is a script in OE-Core. Once configured |
60 | with the overrides used by a layer, this can be run as:: | 67 | with the overrides used by a layer, this can be run as:: |
61 | 68 | ||