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.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 53079c4625..ad9857082d 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -3053,6 +3053,17 @@ system and gives an overview of their function and contents.
3053 material for Wic is located in the 3053 material for Wic is located in the
3054 ":doc:`/ref-manual/kickstart`" chapter. 3054 ":doc:`/ref-manual/kickstart`" chapter.
3055 3055
3056 :term:`IMAGE_BUILDINFO_FILE`
3057 When using the :ref:`image-buildinfo <ref-classes-image-buildinfo>` class,
3058 specifies the file in the image to write the build information into. The
3059 default value is "``${sysconfdir}/buildinfo``".
3060
3061 :term:`IMAGE_BUILDINFO_VARS`
3062 When using the :ref:`image-buildinfo <ref-classes-image-buildinfo>` class,
3063 specifies the list of variables to include in the `Build Configuration`
3064 section of the output file (as a space-separated list). Defaults to
3065 ":term:`DISTRO` :term:`DISTRO_VERSION`".
3066
3056 :term:`IMAGE_CLASSES` 3067 :term:`IMAGE_CLASSES`
3057 A list of classes that all images should inherit. You typically use 3068 A list of classes that all images should inherit. You typically use
3058 this variable to specify the list of classes that register the 3069 this variable to specify the list of classes that register the
@@ -6627,6 +6638,11 @@ system and gives an overview of their function and contents.
6627 The target architecture for the SDK. Typically, you do not directly 6638 The target architecture for the SDK. Typically, you do not directly
6628 set this variable. Instead, use :term:`SDKMACHINE`. 6639 set this variable. Instead, use :term:`SDKMACHINE`.
6629 6640
6641 :term:`SDK_BUILDINFO_FILE`
6642 When using the :ref:`image-buildinfo <ref-classes-image-buildinfo>` class,
6643 specifies the file in the SDK to write the build information into. The
6644 default value is "``/buildinfo``".
6645
6630 :term:`SDK_CUSTOM_TEMPLATECONF` 6646 :term:`SDK_CUSTOM_TEMPLATECONF`
6631 When building the extensible SDK, if :term:`SDK_CUSTOM_TEMPLATECONF` is set to 6647 When building the extensible SDK, if :term:`SDK_CUSTOM_TEMPLATECONF` is set to
6632 "1" and a ``conf/templateconf.cfg`` file exists in the build directory 6648 "1" and a ``conf/templateconf.cfg`` file exists in the build directory