diff options
author | Ulrich Ölmann <u.oelmann@pengutronix.de> | 2021-02-17 04:09:10 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-11 14:05:22 +0000 |
commit | bbfe61892c6a8375ebce2cffb530756048226973 (patch) | |
tree | bca2eb167d761385fa99ebf4924d10e38d205748 /documentation | |
parent | 5ef20853ac5d4b3e0f5ec149cbf3210e271f1953 (diff) | |
download | poky-bbfe61892c6a8375ebce2cffb530756048226973.tar.gz |
common-tasks.rst: fix typo
(From yocto-docs rev: a66062216cccbe7350fdc3ee39544eeb515509ed)
Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/common-tasks.rst | 2 | ||||
-rw-r--r-- | documentation/ref-manual/variables.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst index 29956e069f..b7b59c1727 100644 --- a/documentation/dev-manual/common-tasks.rst +++ b/documentation/dev-manual/common-tasks.rst | |||
@@ -5908,7 +5908,7 @@ the existing kernel, and then inserts a new kernel: | |||
5908 | $ wic help ls | 5908 | $ wic help ls |
5909 | 5909 | ||
5910 | 5910 | ||
5911 | The following command shows what is in Partition one: | 5911 | The following command shows what is in partition one: |
5912 | :: | 5912 | :: |
5913 | 5913 | ||
5914 | $ wic ls tmp/deploy/images/qemux86/core-image-minimal-qemux86.wic:1 | 5914 | $ wic ls tmp/deploy/images/qemux86/core-image-minimal-qemux86.wic:1 |
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 7539dec9d5..6808c49475 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -8801,7 +8801,7 @@ system and gives an overview of their function and contents. | |||
8801 | The ``WKS_FILE_DEPENDS`` variable is similar to the | 8801 | The ``WKS_FILE_DEPENDS`` variable is similar to the |
8802 | :term:`DEPENDS` variable. When you use the variable in | 8802 | :term:`DEPENDS` variable. When you use the variable in |
8803 | your recipe that builds the Wic image, dependencies you list in the | 8803 | your recipe that builds the Wic image, dependencies you list in the |
8804 | ``WIC_FILE_DEPENDS`` variable are added to the ``DEPENDS`` variable. | 8804 | ``WKS_FILE_DEPENDS`` variable are added to the ``DEPENDS`` variable. |
8805 | 8805 | ||
8806 | With the ``WKS_FILE_DEPENDS`` variable, you have the possibility to | 8806 | With the ``WKS_FILE_DEPENDS`` variable, you have the possibility to |
8807 | specify a list of additional dependencies (e.g. native tools, | 8807 | specify a list of additional dependencies (e.g. native tools, |