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.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index b42854caaa..c4b2119f26 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -1297,6 +1297,19 @@ system and gives an overview of their function and contents.
1297 the recipe will be skipped, and if the build system attempts to build 1297 the recipe will be skipped, and if the build system attempts to build
1298 the recipe then an error will be triggered. 1298 the recipe then an error will be triggered.
1299 1299
1300 :term:`CONVERSION_CMD`
1301 This variable is used for storing image conversion commands.
1302 Image conversion can convert an image into different objects like:
1303
1304 - Compressed version of the image
1305
1306 - Checksums for the image
1307
1308 An example of :term:`CONVERSION_CMD` from :ref:`image-types
1309 <ref-classes-image_types>` class is::
1310
1311 CONVERSION_CMD:lzo = "lzop -9 ${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.${type}"
1312
1300 :term:`COPY_LIC_DIRS` 1313 :term:`COPY_LIC_DIRS`
1301 If set to "1" along with the 1314 If set to "1" along with the
1302 :term:`COPY_LIC_MANIFEST` variable, the 1315 :term:`COPY_LIC_MANIFEST` variable, the