mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
manuals: add reference to the "do_compile" task
[YOCTO #14508] Reported-by: Quentin Schulz <foss@0leil.net> (From yocto-docs rev: e88f11002032e30bbe2dd0049e307a431a70aaef) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5d1e8104cd
commit
6ade5d2d0e
@@ -2401,7 +2401,7 @@ uses these build systems, the recipe needs to inherit the ``setuptools3`` class.
|
||||
|
||||
.. note::
|
||||
|
||||
The ``setuptools3`` class ``do_compile()`` task now calls
|
||||
The ``setuptools3`` class :ref:`ref-tasks-compile` task now calls
|
||||
``setup.py bdist_wheel`` to build the ``wheel`` binary archive format
|
||||
(See `PEP-427 <https://www.python.org/dev/peps/pep-0427/>`__).
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ directory set to ``${``\ :term:`B`\ ``}``.
|
||||
|
||||
The default behavior of this task is to run the ``oe_runmake`` function
|
||||
if a makefile (``Makefile``, ``makefile``, or ``GNUmakefile``) is found.
|
||||
If no such file is found, the ``do_compile`` task does nothing.
|
||||
If no such file is found, the :ref:`ref-tasks-compile` task does nothing.
|
||||
|
||||
.. _ref-tasks-compile_ptest_base:
|
||||
|
||||
|
||||
@@ -5645,7 +5645,7 @@ system and gives an overview of their function and contents.
|
||||
.. note::
|
||||
|
||||
If the software being built experiences dependency issues during
|
||||
the ``do_compile`` task that result in race conditions, you can clear
|
||||
the :ref:`ref-tasks-compile` task that result in race conditions, you can clear
|
||||
the :term:`PARALLEL_MAKE` variable within the recipe as a workaround. For
|
||||
information on addressing race conditions, see the
|
||||
":ref:`dev-manual/common-tasks:debugging parallel make races`"
|
||||
|
||||
Reference in New Issue
Block a user