diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-09-23 17:33:43 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-07 10:54:25 +0100 |
commit | 5d1e8104cdec60d655b6bb289118f7b15a7fda14 (patch) | |
tree | cd0f4d758fddacae33d0b501dd6b990e5ec17543 /documentation/ref-manual | |
parent | edaa121c7b52e71095afdd17f65274e43b485f7b (diff) | |
download | poky-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.rst | 2 | ||||
-rw-r--r-- | documentation/ref-manual/variables.rst | 4 |
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 | |||
58 | makefile (``Makefile``, ``makefile``, or ``GNUmakefile``) is found and | 58 | makefile (``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 |
60 | file is found or the :term:`CLEANBROKEN` variable is set to "1", the | 60 | file 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` |