diff options
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index d5df9ae41c..7aecda0174 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -3155,7 +3155,7 @@ system and gives an overview of their function and contents. | |||
3155 | IMAGE_NAME ?= "${IMAGE_BASENAME}-${MACHINE}${IMAGE_VERSION_SUFFIX}" | 3155 | IMAGE_NAME ?= "${IMAGE_BASENAME}-${MACHINE}${IMAGE_VERSION_SUFFIX}" |
3156 | 3156 | ||
3157 | :term:`IMAGE_NAME_SUFFIX` | 3157 | :term:`IMAGE_NAME_SUFFIX` |
3158 | Suffix used for the image output file name - defaults to ``".rootfs"`` | 3158 | Suffix used for the image output filename - defaults to ``".rootfs"`` |
3159 | to distinguish the image file from other files created during image | 3159 | to distinguish the image file from other files created during image |
3160 | building; however if this suffix is redundant or not desired you can | 3160 | building; however if this suffix is redundant or not desired you can |
3161 | clear the value of this variable (set the value to ""). For example, | 3161 | clear the value of this variable (set the value to ""). For example, |