summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/dev-manual/common-tasks.rst2
-rw-r--r--documentation/ref-manual/variables.rst2
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,