summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 5f6f91146b..6638ece539 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -730,7 +730,7 @@ system and gives an overview of their function and contents.
730 Each configuration file you 730 Each configuration file you
731 use must reside in the :term:`Build Directory` 731 use must reside in the :term:`Build Directory`
732 ``conf/multiconfig`` directory (e.g. 732 ``conf/multiconfig`` directory (e.g.
733 build_directory\ ``/conf/multiconfig/configA.conf``). 733 ``build_directory/conf/multiconfig/configA.conf``).
734 734
735 For information on how to use :term:`BBMULTICONFIG` in an environment 735 For information on how to use :term:`BBMULTICONFIG` in an environment
736 that supports building targets with multiple configurations, see the 736 that supports building targets with multiple configurations, see the
@@ -5364,7 +5364,7 @@ system and gives an overview of their function and contents.
5364 so one of two ways: 5364 so one of two ways:
5365 5365
5366 - *Append file:* Create an append file named 5366 - *Append file:* Create an append file named
5367 recipename\ ``.bbappend`` in your layer and override the value of 5367 ``recipename.bbappend`` in your layer and override the value of
5368 :term:`PACKAGECONFIG`. You can either completely override the 5368 :term:`PACKAGECONFIG`. You can either completely override the
5369 variable:: 5369 variable::
5370 5370
@@ -8745,7 +8745,7 @@ system and gives an overview of their function and contents.
8745 :term:`WKS_FILE` 8745 :term:`WKS_FILE`
8746 Specifies the location of the Wic kickstart file that is used by the 8746 Specifies the location of the Wic kickstart file that is used by the
8747 OpenEmbedded build system to create a partitioned image 8747 OpenEmbedded build system to create a partitioned image
8748 (image\ ``.wic``). For information on how to create a partitioned 8748 (``image.wic``). For information on how to create a partitioned
8749 image, see the 8749 image, see the
8750 ":ref:`dev-manual/common-tasks:creating partitioned images using wic`" 8750 ":ref:`dev-manual/common-tasks:creating partitioned images using wic`"
8751 section in the Yocto Project Development Tasks Manual. For details on 8751 section in the Yocto Project Development Tasks Manual. For details on