summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@microsoft.com>2021-04-12 16:46:22 +1200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-15 20:18:58 +0100
commitbf68c627b1b87e6b00f2ea42ee5eb40ec0b2e9be (patch)
tree7da257694040129de39e9b2bc7e28f20430fcbba /documentation/ref-manual/variables.rst
parent70441f2b7348ab5f877cdb24bcaf76c35fb69338 (diff)
downloadpoky-bf68c627b1b87e6b00f2ea42ee5eb40ec0b2e9be.tar.gz
ref-manual: add python3targetconfig class and remove python 2 references
Add the recently added python3targetconfig class. Also, we no longer have the python 2 classes, remove all references to those. (From yocto-docs rev: c63d88656e2fc5361c512d4d9b426260c3e339f3) Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst10
1 files changed, 3 insertions, 7 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 725600c0e5..5993182568 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -6030,9 +6030,7 @@ system and gives an overview of their function and contents.
6030 :term:`PYTHON_ABI` 6030 :term:`PYTHON_ABI`
6031 When used by recipes that inherit the 6031 When used by recipes that inherit the
6032 :ref:`distutils3 <ref-classes-distutils3>`, 6032 :ref:`distutils3 <ref-classes-distutils3>`,
6033 :ref:`setuptools3 <ref-classes-setuptools3>`, 6033 :ref:`setuptools3 <ref-classes-setuptools3>` classes, denotes the
6034 :ref:`distutils <ref-classes-distutils>`, or
6035 :ref:`setuptools <ref-classes-setuptools>` classes, denotes the
6036 Application Binary Interface (ABI) currently in use for Python. By 6034 Application Binary Interface (ABI) currently in use for Python. By
6037 default, the ABI is "m". You do not have to set this variable as the 6035 default, the ABI is "m". You do not have to set this variable as the
6038 OpenEmbedded build system sets it for you. 6036 OpenEmbedded build system sets it for you.
@@ -6041,16 +6039,14 @@ system and gives an overview of their function and contents.
6041 names used when installing the Python headers and libraries in 6039 names used when installing the Python headers and libraries in
6042 sysroot (e.g. ``.../python3.3m/...``). 6040 sysroot (e.g. ``.../python3.3m/...``).
6043 6041
6044 Recipes that inherit the ``distutils`` class during cross-builds also 6042 Recipes that inherit the ``distutils3`` class during cross-builds also
6045 use this variable to locate the headers and libraries of the 6043 use this variable to locate the headers and libraries of the
6046 appropriate Python that the extension is targeting. 6044 appropriate Python that the extension is targeting.
6047 6045
6048 :term:`PYTHON_PN` 6046 :term:`PYTHON_PN`
6049 When used by recipes that inherit the 6047 When used by recipes that inherit the
6050 `distutils3 <ref-classes-distutils3>`, 6048 `distutils3 <ref-classes-distutils3>`,
6051 :ref:`setuptools3 <ref-classes-setuptools3>`, 6049 :ref:`setuptools3 <ref-classes-setuptools3>` classes, specifies the
6052 :ref:`distutils <ref-classes-distutils>`, or
6053 :ref:`setuptools <ref-classes-setuptools>` classes, specifies the
6054 major Python version being built. For Python 3.x, ``PYTHON_PN`` would 6050 major Python version being built. For Python 3.x, ``PYTHON_PN`` would
6055 be "python3". You do not have to set this variable as the 6051 be "python3". You do not have to set this variable as the
6056 OpenEmbedded build system automatically sets it for you. 6052 OpenEmbedded build system automatically sets it for you.