summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2022-03-14 17:07:50 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-16 14:25:02 +0000
commit4b15900ee056977393db290d8980bb330b2bc67e (patch)
tree0e249dea6acb08969044d0be241e25e6bb9034bd /documentation/ref-manual/variables.rst
parente3b7a5ba49416fbc30c4c8892c705baa25029f9a (diff)
downloadpoky-4b15900ee056977393db290d8980bb330b2bc67e.tar.gz
Update documentation for Python packaging changes
A number of classes and variables have been renamed, so update the documentation as needed. (From yocto-docs rev: 35b2e1757f5f2f09bb899ed24ffea50e5041b471) Signed-off-by: Ross Burton <ross.burton@arm.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.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.rst28
1 files changed, 7 insertions, 21 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 81a6a0b240..6a4d3fcc3c 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -5569,6 +5569,12 @@ system and gives an overview of their function and contents.
5569 5569
5570 :term:`PE` is the default value of the :term:`PKGE` variable. 5570 :term:`PE` is the default value of the :term:`PKGE` variable.
5571 5571
5572 :term:`PEP517_WHEEL_PATH`
5573 When used by recipes that inherit the
5574 :ref:`python_pep517 <ref-classes-python_pep517>` class,
5575 denotes the path to ``dist/`` (short for distribution) where the
5576 binary archive ``wheel`` is built.
5577
5572 :term:`PF` 5578 :term:`PF`
5573 Specifies the recipe or package name and includes all version and 5579 Specifies the recipe or package name and includes all version and
5574 revision numbers (i.e. ``glibc-2.13-r20+svnr15508/`` and 5580 revision numbers (i.e. ``glibc-2.13-r20+svnr15508/`` and
@@ -5577,23 +5583,10 @@ system and gives an overview of their function and contents.
5577 5583
5578 :term:`PIP_INSTALL_ARGS` 5584 :term:`PIP_INSTALL_ARGS`
5579 When used by recipes that inherit the 5585 When used by recipes that inherit the
5580 :ref:`pip_install_wheel <ref-classes-pip_install_wheel>` class, 5586 :ref:`python_pep517 <ref-classes-python_pep517>` class,
5581 denotes the arguments passed to ``pip install`` to adjust the 5587 denotes the arguments passed to ``pip install`` to adjust the
5582 behavior of how the ``wheel`` is installed. 5588 behavior of how the ``wheel`` is installed.
5583 5589
5584 :term:`PIP_INSTALL_DIST_PATH`
5585 When used by recipes that inherit the
5586 :ref:`pip_install_wheel <ref-classes-pip_install_wheel>` class,
5587 denotes the path to ``dist/`` (short for distribution) where the
5588 binary archive ``wheel`` is built. This is used in part to create
5589 the :term:`PYPA_WHEEL` variable.
5590
5591 :term:`PIP_INSTALL_PACKAGE`
5592 When used by recipes that inherit the
5593 :ref:`pip_install_wheel <ref-classes-pip_install_wheel>` class,
5594 denotes the name of the package portion of the ``wheel`` filename.
5595 This is used in part to create the :term:`PYPA_WHEEL` variable.
5596
5597 :term:`PIXBUF_PACKAGES` 5590 :term:`PIXBUF_PACKAGES`
5598 When inheriting the :ref:`pixbufcache <ref-classes-pixbufcache>` 5591 When inheriting the :ref:`pixbufcache <ref-classes-pixbufcache>`
5599 class, this variable identifies packages that contain the pixbuf 5592 class, this variable identifies packages that contain the pixbuf
@@ -6009,13 +6002,6 @@ system and gives an overview of their function and contents.
6009 6002
6010 :term:`PV` is the default value of the :term:`PKGV` variable. 6003 :term:`PV` is the default value of the :term:`PKGV` variable.
6011 6004
6012 :term:`PYPA_WHEEL`
6013 When used by recipes that inherit the
6014 :ref:`pip_install_wheel <ref-classes-pip_install_wheel>` class, denotes
6015 the absolute path to the built ``wheel`` to be installed. Normally the
6016 defaults which use :term:`PIP_INSTALL_PACKAGE` and :term:`PIP_INSTALL_DIST_PATH`
6017 to build the path to the ``wheel`` should be sufficient.
6018
6019 :term:`PYTHON_ABI` 6005 :term:`PYTHON_ABI`
6020 When used by recipes that inherit the 6006 When used by recipes that inherit the
6021 :ref:`setuptools3 <ref-classes-setuptools3>` class, denotes the 6007 :ref:`setuptools3 <ref-classes-setuptools3>` class, denotes the