summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/classes.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-05-12 11:29:20 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-22 12:16:40 +0100
commit4db4e4ca46e8b23d5042d925ce5ad3073de4c3ed (patch)
tree6c0f58527ff6d5929ce0e948092357efb69fc659 /documentation/ref-manual/classes.rst
parent68ee5b4bcc1098cb5a66098e65bec6c1cf69f4c2 (diff)
downloadpoky-4db4e4ca46e8b23d5042d925ce5ad3073de4c3ed.tar.gz
ref-manual: simplify style
(From yocto-docs rev: 657a7f54856afd6fec7f2cb0b5f12b4b2d24adb7) Signed-off-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.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index ffa17139fe..6dd0cbbd41 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -1006,7 +1006,7 @@ package name override, in this example ``${PN}``, must be used::
1006 INSANE_SKIP_${PN} += "dev-so" 1006 INSANE_SKIP_${PN} += "dev-so"
1007 1007
1008Please keep in mind that the QA checks 1008Please keep in mind that the QA checks
1009exist in order to detect real or potential problems in the packaged 1009are meant to detect real or potential problems in the packaged
1010output. So exercise caution when disabling these checks. 1010output. So exercise caution when disabling these checks.
1011 1011
1012Here are the tests you can list with the ``WARN_QA`` and 1012Here are the tests you can list with the ``WARN_QA`` and
@@ -1085,8 +1085,8 @@ Here are the tests you can list with the ``WARN_QA`` and
1085- ``dev-so:`` Checks that the ``.so`` symbolic links are in the 1085- ``dev-so:`` Checks that the ``.so`` symbolic links are in the
1086 ``-dev`` package and not in any of the other packages. In general, 1086 ``-dev`` package and not in any of the other packages. In general,
1087 these symlinks are only useful for development purposes. Thus, the 1087 these symlinks are only useful for development purposes. Thus, the
1088 ``-dev`` package is the correct location for them. Some very rare 1088 ``-dev`` package is the correct location for them. In very rare
1089 cases do exist for dynamically loaded modules where these symlinks 1089 cases, such as dynamically loaded modules, these symlinks
1090 are needed instead in the main package. 1090 are needed instead in the main package.
1091 1091
1092- ``file-rdeps:`` Checks that file-level dependencies identified by 1092- ``file-rdeps:`` Checks that file-level dependencies identified by
@@ -1676,7 +1676,7 @@ couple different ways:
1676 nativesdk-myrecipe.bb 1676 nativesdk-myrecipe.bb
1677 1677
1678 1678
1679 Not doing so can lead to subtle problems because code exists that 1679 Not doing so can lead to subtle problems because there is code that
1680 depends on the naming convention. 1680 depends on the naming convention.
1681 1681
1682Although applied differently, the ``nativesdk`` class is used with both 1682Although applied differently, the ``nativesdk`` class is used with both
@@ -1714,10 +1714,10 @@ section in the Yocto Project Development Tasks Manual.
1714``oelint.bbclass`` 1714``oelint.bbclass``
1715================== 1715==================
1716 1716
1717The ``oelint`` class is an obsolete lint checking tool that exists in 1717The ``oelint`` class is an obsolete lint checking tool available in
1718``meta/classes`` in the :term:`Source Directory`. 1718``meta/classes`` in the :term:`Source Directory`.
1719 1719
1720A number of classes exist that could be generally useful in OE-Core but 1720There are some classes that could be generally useful in OE-Core but
1721are never actually used within OE-Core itself. The ``oelint`` class is 1721are never actually used within OE-Core itself. The ``oelint`` class is
1722one such example. However, being aware of this class can reduce the 1722one such example. However, being aware of this class can reduce the
1723proliferation of different versions of similar classes across multiple 1723proliferation of different versions of similar classes across multiple