summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorDaniel Wagenknecht <dwagenknecht@emlix.com>2021-06-14 07:30:12 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-06-14 22:45:33 +0100
commit6bf4cd4e8d5dbf05ca64dbcba3c115d24d46f3a6 (patch)
tree7662671437b74a9a512e282388b5a04751e205f6 /documentation
parenteab093768dfd917b584d93447b6718857eac7c04 (diff)
downloadpoky-6bf4cd4e8d5dbf05ca64dbcba3c115d24d46f3a6.tar.gz
ref-manual: variables: fixup example in IMAGE_CMD
The example for IMAGE_CMD_jffs2 given in the glossary for IMAGE_CMD didn't align with the implementation anymore. Update it to match the implementation. (From yocto-docs rev: 4db4efc42af89a109313c4cf33ae13e8236215e9) Signed-off-by: Daniel Wagenknecht <dwagenknecht@emlix.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/variables.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index ee10431089..1be825fabf 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -2952,8 +2952,8 @@ system and gives an overview of their function and contents.
2952 ``btrfs``, and so forth). When setting this variable, you should use 2952 ``btrfs``, and so forth). When setting this variable, you should use
2953 an override for the associated type. Here is an example:: 2953 an override for the associated type. Here is an example::
2954 2954
2955 IMAGE_CMD_jffs2 = "mkfs.jffs2 --root=${IMAGE_ROOTFS} \ 2955 IMAGE_CMD_jffs2 = "mkfs.jffs2 --root=${IMAGE_ROOTFS} --faketime \
2956 --faketime --output=${IMGDEPLOYDIR}/${IMAGE_NAME}.rootfs.jffs2 \ 2956 --output=${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.jffs2 \
2957 ${EXTRA_IMAGECMD}" 2957 ${EXTRA_IMAGECMD}"
2958 2958
2959 You typically do not need to set this variable unless you are adding 2959 You typically do not need to set this variable unless you are adding