summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2025-03-25 10:20:52 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-03-27 15:25:05 +0000
commit1bc62987386fe2432cf474e2225d4163999904b0 (patch)
treead79b54277c7d9d7bc72a59a90c58c87dcf2b8d6 /documentation/ref-manual
parent801c23ba69b9277e5b25d32593f6ad696d8dcf55 (diff)
downloadpoky-1bc62987386fe2432cf474e2225d4163999904b0.tar.gz
ref-manual/variables.rst: document autotools class related variables
Document the AUTOTOOLS_SCRIPT_PATH and the CONFIGURE_SCRIPT variables. (From yocto-docs rev: b3964a89fd6a5f19a8f45f9b46e8eaa8b8bff38e) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/variables.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 597b0d031c..e9e8a69336 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -224,6 +224,12 @@ system and gives an overview of their function and contents.
224 must set this variable in your recipe. The 224 must set this variable in your recipe. The
225 :ref:`ref-classes-syslinux` class checks this variable. 225 :ref:`ref-classes-syslinux` class checks this variable.
226 226
227 :term:`AUTOTOOLS_SCRIPT_PATH`
228 When using the :ref:`ref-classes-autotools` class, the
229 :term:`AUTOTOOLS_SCRIPT_PATH` variable stores the location of the
230 different scripts used by the Autotools build system. The default
231 value for this variable is :term:`S`.
232
227 :term:`AVAILTUNES` 233 :term:`AVAILTUNES`
228 The list of defined CPU and Application Binary Interface (ABI) 234 The list of defined CPU and Application Binary Interface (ABI)
229 tunings (i.e. "tunes") available for use by the OpenEmbedded build 235 tunings (i.e. "tunes") available for use by the OpenEmbedded build
@@ -1528,6 +1534,17 @@ system and gives an overview of their function and contents.
1528 :term:`CONFIGURE_FLAGS` 1534 :term:`CONFIGURE_FLAGS`
1529 The minimal arguments for GNU configure. 1535 The minimal arguments for GNU configure.
1530 1536
1537 :term:`CONFIGURE_SCRIPT`
1538 When using the :ref:`ref-classes-autotools` class, the
1539 :term:`CONFIGURE_SCRIPT` variable stores the location of the ``configure``
1540 script for the Autotools build system. The default definition for this
1541 variable is::
1542
1543 CONFIGURE_SCRIPT ?= "${AUTOTOOLS_SCRIPT_PATH}/configure"
1544
1545 Where :term:`AUTOTOOLS_SCRIPT_PATH` is the location of the of the
1546 Autotools build system scripts, which defaults to :term:`S`.
1547
1531 :term:`CONFLICT_DISTRO_FEATURES` 1548 :term:`CONFLICT_DISTRO_FEATURES`
1532 When inheriting the :ref:`ref-classes-features_check` 1549 When inheriting the :ref:`ref-classes-features_check`
1533 class, this variable identifies distribution features that would be 1550 class, this variable identifies distribution features that would be