summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2025-03-25 10:20:52 +0100
committerSteve Sakoman <steve@sakoman.com>2025-05-02 08:12:41 -0700
commitc6b1489d983fba98e2db4f17b1710e5def469f34 (patch)
tree089a6558e73e0aa84ac8a95e3d9c8809ea9e83b7 /documentation
parent0807a8081021703bbea256348accad9263bc496e (diff)
downloadpoky-c6b1489d983fba98e2db4f17b1710e5def469f34.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: f7721ff5312b1ebf87dd374db22b254913879ff0) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation')
-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 feb8be6be9..1b655e4a3a 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -231,6 +231,12 @@ system and gives an overview of their function and contents.
231 must set this variable in your recipe. The 231 must set this variable in your recipe. The
232 :ref:`syslinux <ref-classes-syslinux>` class checks this variable. 232 :ref:`syslinux <ref-classes-syslinux>` class checks this variable.
233 233
234 :term:`AUTOTOOLS_SCRIPT_PATH`
235 When using the :ref:`ref-classes-autotools` class, the
236 :term:`AUTOTOOLS_SCRIPT_PATH` variable stores the location of the
237 different scripts used by the Autotools build system. The default
238 value for this variable is :term:`S`.
239
234 :term:`AVAILTUNES` 240 :term:`AVAILTUNES`
235 The list of defined CPU and Application Binary Interface (ABI) 241 The list of defined CPU and Application Binary Interface (ABI)
236 tunings (i.e. "tunes") available for use by the OpenEmbedded build 242 tunings (i.e. "tunes") available for use by the OpenEmbedded build
@@ -1332,6 +1338,17 @@ system and gives an overview of their function and contents.
1332 :term:`CONFIGURE_FLAGS` 1338 :term:`CONFIGURE_FLAGS`
1333 The minimal arguments for GNU configure. 1339 The minimal arguments for GNU configure.
1334 1340
1341 :term:`CONFIGURE_SCRIPT`
1342 When using the :ref:`ref-classes-autotools` class, the
1343 :term:`CONFIGURE_SCRIPT` variable stores the location of the ``configure``
1344 script for the Autotools build system. The default definition for this
1345 variable is::
1346
1347 CONFIGURE_SCRIPT ?= "${AUTOTOOLS_SCRIPT_PATH}/configure"
1348
1349 Where :term:`AUTOTOOLS_SCRIPT_PATH` is the location of the of the
1350 Autotools build system scripts, which defaults to :term:`S`.
1351
1335 :term:`CONFLICT_DISTRO_FEATURES` 1352 :term:`CONFLICT_DISTRO_FEATURES`
1336 When inheriting the 1353 When inheriting the
1337 :ref:`features_check <ref-classes-features_check>` 1354 :ref:`features_check <ref-classes-features_check>`