summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-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