mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
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>
This commit is contained in:
parent
eab093768d
commit
6bf4cd4e8d
|
@ -2952,8 +2952,8 @@ system and gives an overview of their function and contents.
|
||||||
``btrfs``, and so forth). When setting this variable, you should use
|
``btrfs``, and so forth). When setting this variable, you should use
|
||||||
an override for the associated type. Here is an example::
|
an override for the associated type. Here is an example::
|
||||||
|
|
||||||
IMAGE_CMD_jffs2 = "mkfs.jffs2 --root=${IMAGE_ROOTFS} \
|
IMAGE_CMD_jffs2 = "mkfs.jffs2 --root=${IMAGE_ROOTFS} --faketime \
|
||||||
--faketime --output=${IMGDEPLOYDIR}/${IMAGE_NAME}.rootfs.jffs2 \
|
--output=${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.jffs2 \
|
||||||
${EXTRA_IMAGECMD}"
|
${EXTRA_IMAGECMD}"
|
||||||
|
|
||||||
You typically do not need to set this variable unless you are adding
|
You typically do not need to set this variable unless you are adding
|
||||||
|
|
Loading…
Reference in New Issue
Block a user