diff options
| author | Aatir Manzur <aatrapps@gmail.com> | 2022-06-28 14:31:43 -0400 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-12-21 06:14:00 -1000 |
| commit | 064936af55819541a9653928389a62a1a9b7c9f1 (patch) | |
| tree | 89cd779b027edd055ded3ed8b1fade3010b497cf /documentation/ref-manual | |
| parent | 3a5ddec4d1ea6aabdf3894e29e45126778795ea2 (diff) | |
| download | poky-064936af55819541a9653928389a62a1a9b7c9f1.tar.gz | |
docs: add CONVERSION_CMD definition
(From yocto-docs rev: ba1458b04e2828e728c2815b1221e9399132d25d)
Signed-off-by: Aatir Manzur <aatrapps@gmail.com>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/ref-manual')
| -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 0a0b0ad37a..fe0b993bd8 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
| @@ -1342,6 +1342,19 @@ system and gives an overview of their function and contents. | |||
| 1342 | the recipe will be skipped, and if the build system attempts to build | 1342 | the recipe will be skipped, and if the build system attempts to build |
| 1343 | the recipe then an error will be triggered. | 1343 | the recipe then an error will be triggered. |
| 1344 | 1344 | ||
| 1345 | :term:`CONVERSION_CMD` | ||
| 1346 | This variable is used for storing image conversion commands. | ||
| 1347 | Image conversion can convert an image into different objects like: | ||
| 1348 | |||
| 1349 | - Compressed version of the image | ||
| 1350 | |||
| 1351 | - Checksums for the image | ||
| 1352 | |||
| 1353 | An example of :term:`CONVERSION_CMD` from :ref:`image-types | ||
| 1354 | <ref-classes-image_types>` class is:: | ||
| 1355 | |||
| 1356 | CONVERSION_CMD:lzo = "lzop -9 ${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.${type}" | ||
| 1357 | |||
| 1345 | :term:`COPY_LIC_DIRS` | 1358 | :term:`COPY_LIC_DIRS` |
| 1346 | If set to "1" along with the | 1359 | If set to "1" along with the |
| 1347 | :term:`COPY_LIC_MANIFEST` variable, the | 1360 | :term:`COPY_LIC_MANIFEST` variable, the |
