summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-12-12 17:00:51 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-11 17:23:10 +0000
commitac6773117afa6fef5383b7d1c23d139f32568c5d (patch)
tree2ede7fad424d8927b6ac952b10e6edaaec15c701 /documentation
parent13d9371e40b2d78188dd75b05d3ebf4b948f9e45 (diff)
downloadpoky-ac6773117afa6fef5383b7d1c23d139f32568c5d.tar.gz
ref-manual: Added WKS_FILE description for new variable
This new variable points to the location of the wics kickstart file. (From yocto-docs rev: 6d9a7220ed41c8a512eccbad0ae170072d40fc6f) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 4e003cdba4..7e08f76cc7 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -15548,6 +15548,26 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
15548 </glossdef> 15548 </glossdef>
15549 </glossentry> 15549 </glossentry>
15550 15550
15551 <glossentry id='var-WKS_FILE'><glossterm>WKS_FILE</glossterm>
15552 <info>
15553 WKS_FILE[doc] = "Specifies the name of the wic kickstart file."
15554 </info>
15555 <glossdef>
15556 <para role="glossdeffirst">
15557 Specifies the location of the Wic
15558 kickstart file that is used by the OpenEmbedded build
15559 system to create a Wic-partitioned image
15560 (<replaceable>image</replaceable><filename>.wic</filename>).
15561 For information on how to create a
15562 Wic-partitioned image, see the
15563 "<ulink url='&YOCTO_DOCS_DEV_URL;#creating-wic-images-oe'>Creating Wic-Partitioned Images</ulink>"
15564 section.
15565 For details on the kickstart file format, see the
15566 "<ulink url='&YOCTO_DOCS_DEV_URL;#openembedded-kickstart-wks-reference'>OpenEmbedded Kickstart (<filename>.wks</filename>) Reference</ulink>.
15567 </para>
15568 </glossdef>
15569 </glossentry>
15570
15551 <glossentry id='var-WORKDIR'><glossterm>WORKDIR</glossterm> 15571 <glossentry id='var-WORKDIR'><glossterm>WORKDIR</glossterm>
15552 <info> 15572 <info>
15553 WORKDIR[doc] = "The pathname of the working directory in which the OpenEmbedded build system builds a recipe. This directory is located within the TMPDIR directory structure and changes as different packages are built." 15573 WORKDIR[doc] = "The pathname of the working directory in which the OpenEmbedded build system builds a recipe. This directory is located within the TMPDIR directory structure and changes as different packages are built."