diff options
| author | Quentin Schulz <foss@0leil.net> | 2021-08-11 22:06:01 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-14 12:04:23 +0100 |
| commit | 3d93ddf9e8867ca3f331fc9d3f4eb658a2b7810f (patch) | |
| tree | 58769f99fa5ac2af2bbff9fe2fc829ee7132023d /documentation/ref-manual/classes.rst | |
| parent | ed6482821c1cc04d3cd35f6b30631a4d09b594d1 (diff) | |
| download | poky-3d93ddf9e8867ca3f331fc9d3f4eb658a2b7810f.tar.gz | |
docs: fix new override syntax migration
Fix bits missed by the migration script.
(From yocto-docs rev: 452e0c5067476fd2ce81f09e6c73da84ced4bbd0)
Signed-off-by: Quentin Schulz <foss@0leil.net>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/classes.rst')
| -rw-r--r-- | documentation/ref-manual/classes.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index 610d64bd46..3af023895e 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
| @@ -1198,7 +1198,7 @@ Here are the tests you can list with the :term:`WARN_QA` and | |||
| 1198 | its :term:`PN` value matches something already in :term:`OVERRIDES` (e.g. | 1198 | its :term:`PN` value matches something already in :term:`OVERRIDES` (e.g. |
| 1199 | :term:`PN` happens to be the same as :term:`MACHINE` or | 1199 | :term:`PN` happens to be the same as :term:`MACHINE` or |
| 1200 | :term:`DISTRO`), it can have unexpected consequences. | 1200 | :term:`DISTRO`), it can have unexpected consequences. |
| 1201 | For example, assignments such as ``FILES_${PN} = "xyz"`` effectively | 1201 | For example, assignments such as ``FILES:${PN} = "xyz"`` effectively |
| 1202 | turn into ``FILES = "xyz"``. | 1202 | turn into ``FILES = "xyz"``. |
| 1203 | 1203 | ||
| 1204 | - ``rpaths:`` Checks for rpaths in the binaries that contain build | 1204 | - ``rpaths:`` Checks for rpaths in the binaries that contain build |
| @@ -1224,7 +1224,7 @@ Here are the tests you can list with the :term:`WARN_QA` and | |||
| 1224 | 1224 | ||
| 1225 | - ``unlisted-pkg-lics:`` Checks that all declared licenses applying | 1225 | - ``unlisted-pkg-lics:`` Checks that all declared licenses applying |
| 1226 | for a package are also declared on the recipe level (i.e. any license | 1226 | for a package are also declared on the recipe level (i.e. any license |
| 1227 | in ``LICENSE_*`` should appear in :term:`LICENSE`). | 1227 | in ``LICENSE:*`` should appear in :term:`LICENSE`). |
| 1228 | 1228 | ||
| 1229 | - ``useless-rpaths:`` Checks for dynamic library load paths (rpaths) | 1229 | - ``useless-rpaths:`` Checks for dynamic library load paths (rpaths) |
| 1230 | in the binaries that by default on a standard system are searched by | 1230 | in the binaries that by default on a standard system are searched by |
| @@ -1621,7 +1621,7 @@ a couple different ways: | |||
| 1621 | BBCLASSEXTEND = "native" | 1621 | BBCLASSEXTEND = "native" |
| 1622 | 1622 | ||
| 1623 | Inside the | 1623 | Inside the |
| 1624 | recipe, use ``_class-native`` and ``_class-target`` overrides to | 1624 | recipe, use ``:class-native`` and ``:class-target`` overrides to |
| 1625 | specify any functionality specific to the respective native or target | 1625 | specify any functionality specific to the respective native or target |
| 1626 | case. | 1626 | case. |
| 1627 | 1627 | ||
| @@ -1652,7 +1652,7 @@ couple different ways: | |||
| 1652 | BBCLASSEXTEND = "nativesdk" | 1652 | BBCLASSEXTEND = "nativesdk" |
| 1653 | 1653 | ||
| 1654 | Inside the | 1654 | Inside the |
| 1655 | recipe, use ``_class-nativesdk`` and ``_class-target`` overrides to | 1655 | recipe, use ``:class-nativesdk`` and ``:class-target`` overrides to |
| 1656 | specify any functionality specific to the respective SDK machine or | 1656 | specify any functionality specific to the respective SDK machine or |
| 1657 | target case. | 1657 | target case. |
| 1658 | 1658 | ||
