From 9143e9ea257948bed9476a1c47b250d5819e5cff Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 15 Apr 2016 08:16:17 -0700 Subject: ref-manual: Added description for the INSTALL_TIMEZONE_FILE variable. (From yocto-docs rev: 768935078510bcf4300ff5e05e87c9bed10a0cde) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 4fb1f64646..d55bccdc6f 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -6241,6 +6241,22 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + INSTALL_TIMEZONE_FILE + + INSTALL_TIMEZONE_FILE[doc] = "Enables installation of the /etc/timezone file." + + + + + By default, the tzdata recipe packages + an /etc/timezone file. + Set the INSTALL_TIMEZONE_FILE + variable to "0" at the configuration level to disable this + behavior. + + + + IPK_FEED_URIS IPK_FEED_URIS[doc] = "List of ipkg feed records to put into generated image." -- cgit 1.2.3-korg