diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-11-23 18:47:55 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-13 23:31:34 +0000 |
| commit | a19add4aaaa4ff64ae3403eae415c08713bbdb38 (patch) | |
| tree | 35e27a4aa032849c826344fd99f0207c39cb18bb /documentation/migration-guides/migration-3.3.rst | |
| parent | 2b578eae4e50774dd449282beb287e10b0485cbc (diff) | |
| download | poky-a19add4aaaa4ff64ae3403eae415c08713bbdb38.tar.gz | |
migration-guides: add more class references
(From yocto-docs rev: 29031a9da0f1a500a8b2b6a642ee553a352255f8)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/migration-guides/migration-3.3.rst')
| -rw-r--r-- | documentation/migration-guides/migration-3.3.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/migration-guides/migration-3.3.rst b/documentation/migration-guides/migration-3.3.rst index 28857e820b..f065a17e68 100644 --- a/documentation/migration-guides/migration-3.3.rst +++ b/documentation/migration-guides/migration-3.3.rst | |||
| @@ -64,7 +64,7 @@ New ``python3targetconfig`` class | |||
| 64 | 64 | ||
| 65 | A new :ref:`python3targetconfig <ref-classes-python3targetconfig>` class has been | 65 | A new :ref:`python3targetconfig <ref-classes-python3targetconfig>` class has been |
| 66 | created for situations where you would previously have inherited the | 66 | created for situations where you would previously have inherited the |
| 67 | ``python3native`` class but need access to target configuration data (such as | 67 | :ref:`python3native <ref-classes-python3native>` class but need access to target configuration data (such as |
| 68 | correct installation directories). Recipes where this situation applies should | 68 | correct installation directories). Recipes where this situation applies should |
| 69 | be changed to inherit ``python3targetconfig`` instead of ``python3native``. This | 69 | be changed to inherit ``python3targetconfig`` instead of ``python3native``. This |
| 70 | also adds a dependency on target ``python3``, so it should only be used where | 70 | also adds a dependency on target ``python3``, so it should only be used where |
