diff options
author | Aatir Manzur <aatrapps@gmail.com> | 2022-06-28 14:31:43 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-30 17:09:51 +0100 |
commit | 9900bb5d13ff309fdf6ac28d211a50366a7288eb (patch) | |
tree | 85ed00333af0cc2096ca0eebb332d3b4ac2ef2ad /documentation/ref-manual/variables.rst | |
parent | b10ba003c828856bd7778e73a9b8d9600891cae2 (diff) | |
download | poky-9900bb5d13ff309fdf6ac28d211a50366a7288eb.tar.gz |
docs: add CONVERSION_CMD definition
(From yocto-docs rev: 05d376ccc65510a7d636e2685fb92a48d4712b0b)
Signed-off-by: Aatir Manzur <aatrapps@gmail.com>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 13 |
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 |