diff options
| author | Daniel Wagenknecht <dwagenknecht@emlix.com> | 2021-06-11 08:26:12 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-14 22:45:33 +0100 |
| commit | f5e157d229580f91e00b1234e1b1062a7f631d69 (patch) | |
| tree | 6efcb447574bf5b3a6478e77096c2688f5b385e0 | |
| parent | 5f978a6ccacf9f7f9475207c5a2a1af1dc4c3d00 (diff) | |
| download | poky-f5e157d229580f91e00b1234e1b1062a7f631d69.tar.gz | |
ref-manual: variables: update examples refering to DEPLOY_DIR_IMAGE
DEPLOY_DIR_IMAGE has been replaced by IMGDEPLOYDIR for most use cases
since OE-Core rev 6d969bacc718e21a5246d4da9bf9639dcae29b02. Update
examples given in the documentation to use IMGDEPLOYDIR and match their
implementation.
(From yocto-docs rev: 6cad5984306ffbf748a888cedc1a5015105e89fa)
Signed-off-by: Daniel Wagenknecht <dwagenknecht@emlix.com>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Reviewed-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | documentation/ref-manual/variables.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 8ebc17f24c..2e859c7184 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
| @@ -2946,7 +2946,7 @@ system and gives an overview of their function and contents. | |||
| 2946 | an override for the associated type. Here is an example:: | 2946 | an override for the associated type. Here is an example:: |
| 2947 | 2947 | ||
| 2948 | IMAGE_CMD_jffs2 = "mkfs.jffs2 --root=${IMAGE_ROOTFS} \ | 2948 | IMAGE_CMD_jffs2 = "mkfs.jffs2 --root=${IMAGE_ROOTFS} \ |
| 2949 | --faketime --output=${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \ | 2949 | --faketime --output=${IMGDEPLOYDIR}/${IMAGE_NAME}.rootfs.jffs2 \ |
| 2950 | ${EXTRA_IMAGECMD}" | 2950 | ${EXTRA_IMAGECMD}" |
| 2951 | 2951 | ||
| 2952 | You typically do not need to set this variable unless you are adding | 2952 | You typically do not need to set this variable unless you are adding |
| @@ -3095,10 +3095,10 @@ system and gives an overview of their function and contents. | |||
| 3095 | The :ref:`image <ref-classes-image>` class defines the manifest | 3095 | The :ref:`image <ref-classes-image>` class defines the manifest |
| 3096 | file as follows:: | 3096 | file as follows:: |
| 3097 | 3097 | ||
| 3098 | IMAGE_MANIFEST ="${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.manifest" | 3098 | IMAGE_MANIFEST ="${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.manifest" |
| 3099 | 3099 | ||
| 3100 | The location is | 3100 | The location is |
| 3101 | derived using the :term:`DEPLOY_DIR_IMAGE` | 3101 | derived using the :term:`IMGDEPLOYDIR` |
| 3102 | and :term:`IMAGE_NAME` variables. You can find | 3102 | and :term:`IMAGE_NAME` variables. You can find |
| 3103 | information on how the image is created in the ":ref:`overview-manual/concepts:image generation`" | 3103 | information on how the image is created in the ":ref:`overview-manual/concepts:image generation`" |
| 3104 | section in the Yocto Project Overview and Concepts Manual. | 3104 | section in the Yocto Project Overview and Concepts Manual. |
