summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-09-23 17:33:43 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-07 10:54:25 +0100
commit5d1e8104cdec60d655b6bb289118f7b15a7fda14 (patch)
treecd0f4d758fddacae33d0b501dd6b990e5ec17543 /documentation/ref-manual
parentedaa121c7b52e71095afdd17f65274e43b485f7b (diff)
downloadpoky-5d1e8104cdec60d655b6bb289118f7b15a7fda14.tar.gz
manuals: add reference to "do_configure" task
[YOCTO #14508] Reported-by: Quentin Schulz <foss@0leil.net> (From yocto-docs rev: 5ddc1a40c9004d814472bdd385f456afa7a9c4e3) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/tasks.rst2
-rw-r--r--documentation/ref-manual/variables.rst4
2 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/tasks.rst b/documentation/ref-manual/tasks.rst
index 24203fcf78..35f6a1d349 100644
--- a/documentation/ref-manual/tasks.rst
+++ b/documentation/ref-manual/tasks.rst
@@ -58,7 +58,7 @@ The default behavior of this task is to run ``oe_runmake clean`` if a
58makefile (``Makefile``, ``makefile``, or ``GNUmakefile``) is found and 58makefile (``Makefile``, ``makefile``, or ``GNUmakefile``) is found and
59:term:`CLEANBROKEN` is not set to "1". If no such 59:term:`CLEANBROKEN` is not set to "1". If no such
60file is found or the :term:`CLEANBROKEN` variable is set to "1", the 60file is found or the :term:`CLEANBROKEN` variable is set to "1", the
61``do_configure`` task does nothing. 61:ref:`ref-tasks-configure` task does nothing.
62 62
63.. _ref-tasks-configure_ptest_base: 63.. _ref-tasks-configure_ptest_base:
64 64
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 1582664e62..16eeb7346e 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -1620,7 +1620,7 @@ system and gives an overview of their function and contents.
1620 the appropriate staging sysroot, given by the 1620 the appropriate staging sysroot, given by the
1621 :term:`STAGING_DIR* <STAGING_DIR>` variables, by the time the 1621 :term:`STAGING_DIR* <STAGING_DIR>` variables, by the time the
1622 :ref:`ref-tasks-configure` task for ``foo`` runs. 1622 :ref:`ref-tasks-configure` task for ``foo`` runs.
1623 This mechanism is implemented by having ``do_configure`` depend on 1623 This mechanism is implemented by having :ref:`ref-tasks-configure` depend on
1624 the :ref:`ref-tasks-populate_sysroot` task of 1624 the :ref:`ref-tasks-populate_sysroot` task of
1625 each recipe listed in :term:`DEPENDS`, through a 1625 each recipe listed in :term:`DEPENDS`, through a
1626 ``[``\ :ref:`deptask <bitbake:bitbake-user-manual/bitbake-user-manual-metadata:variable flags>`\ ``]`` 1626 ``[``\ :ref:`deptask <bitbake:bitbake-user-manual/bitbake-user-manual-metadata:variable flags>`\ ``]``
@@ -5563,7 +5563,7 @@ system and gives an overview of their function and contents.
5563 :ref:`cmake <ref-classes-cmake>` use :term:`PACKAGECONFIG_CONFARGS` to 5563 :ref:`cmake <ref-classes-cmake>` use :term:`PACKAGECONFIG_CONFARGS` to
5564 pass :term:`PACKAGECONFIG` options to ``configure`` and ``cmake``, 5564 pass :term:`PACKAGECONFIG` options to ``configure`` and ``cmake``,
5565 respectively. If you are using :term:`PACKAGECONFIG` but not a class that 5565 respectively. If you are using :term:`PACKAGECONFIG` but not a class that
5566 handles the ``do_configure`` task, then you need to use 5566 handles the :ref:`ref-tasks-configure` task, then you need to use
5567 :term:`PACKAGECONFIG_CONFARGS` appropriately. 5567 :term:`PACKAGECONFIG_CONFARGS` appropriately.
5568 5568
5569 :term:`PACKAGEGROUP_DISABLE_COMPLEMENTARY` 5569 :term:`PACKAGEGROUP_DISABLE_COMPLEMENTARY`