From ac6773117afa6fef5383b7d1c23d139f32568c5d Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 12 Dec 2016 17:00:51 -0800 Subject: 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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" + WKS_FILE + + WKS_FILE[doc] = "Specifies the name of the wic kickstart file." + + + + Specifies the location of the Wic + kickstart file that is used by the OpenEmbedded build + system to create a Wic-partitioned image + (image.wic). + For information on how to create a + Wic-partitioned image, see the + "Creating Wic-Partitioned Images" + section. + For details on the kickstart file format, see the + "OpenEmbedded Kickstart (.wks) Reference. + + + + WORKDIR 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." -- cgit 1.2.3-korg