summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/classes.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-09-03 10:46:25 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-08 22:01:24 +0100
commitf7a8e145e96b7056237e8911d799afa4430edbe3 (patch)
tree914530e1e2ffc71fff3fa88a669849a416e157b0 /documentation/ref-manual/classes.rst
parent2e78ec95bee9c5d776a68bfd926ba9f0a501eb40 (diff)
downloadpoky-f7a8e145e96b7056237e8911d799afa4430edbe3.tar.gz
manuals: font fixes
This fixes font inconsistencies, mixing a ``text`` string with another string with the regular font, where the whole string makes more sense with a single font. The result is also much simpler and will make future searches easier. (From yocto-docs rev: e6d1c166a97a1b6bb42ca49dfcbd3d39f8eadc16) 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.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index 5c60fd8c82..ffaad9bfc9 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -1600,7 +1600,7 @@ or other tools from the build host).
1600You can create a recipe that builds tools that run natively on the host 1600You can create a recipe that builds tools that run natively on the host
1601a couple different ways: 1601a couple different ways:
1602 1602
1603- Create a myrecipe\ ``-native.bb`` recipe that inherits the ``native`` 1603- Create a ``myrecipe-native.bb`` recipe that inherits the ``native``
1604 class. If you use this method, you must order the inherit statement 1604 class. If you use this method, you must order the inherit statement
1605 in the recipe after all other inherit statements so that the 1605 in the recipe after all other inherit statements so that the
1606 ``native`` class is inherited last. 1606 ``native`` class is inherited last.
@@ -1642,7 +1642,7 @@ wish to build tools to run as part of an SDK (i.e. tools that run on
1642You can create a recipe that builds tools that run on the SDK machine a 1642You can create a recipe that builds tools that run on the SDK machine a
1643couple different ways: 1643couple different ways:
1644 1644
1645- Create a ``nativesdk-``\ myrecipe\ ``.bb`` recipe that inherits the 1645- Create a ``nativesdk-myrecipe.bb`` recipe that inherits the
1646 ``nativesdk`` class. If you use this method, you must order the 1646 ``nativesdk`` class. If you use this method, you must order the
1647 inherit statement in the recipe after all other inherit statements so 1647 inherit statement in the recipe after all other inherit statements so
1648 that the ``nativesdk`` class is inherited last. 1648 that the ``nativesdk`` class is inherited last.