diff options
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r-- | documentation/ref-manual/classes.rst | 4 |
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). | |||
1600 | You can create a recipe that builds tools that run natively on the host | 1600 | You can create a recipe that builds tools that run natively on the host |
1601 | a couple different ways: | 1601 | a 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 | |||
1642 | You can create a recipe that builds tools that run on the SDK machine a | 1642 | You can create a recipe that builds tools that run on the SDK machine a |
1643 | couple different ways: | 1643 | couple 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. |