diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-04-15 08:16:17 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-18 16:28:24 +0100 |
commit | 9143e9ea257948bed9476a1c47b250d5819e5cff (patch) | |
tree | 2ae21201de48c5bab0221c169728740d1eca5e68 | |
parent | 6391dbfe489ac5565d1fce23a31a90f3616f158c (diff) | |
download | poky-9143e9ea257948bed9476a1c47b250d5819e5cff.tar.gz |
ref-manual: Added description for the INSTALL_TIMEZONE_FILE variable.
(From yocto-docs rev: 768935078510bcf4300ff5e05e87c9bed10a0cde)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 16 |
1 files changed, 16 insertions, 0 deletions
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" | |||
6241 | </glossdef> | 6241 | </glossdef> |
6242 | </glossentry> | 6242 | </glossentry> |
6243 | 6243 | ||
6244 | <glossentry id='var-INSTALL_TIMEZONE_FILE'><glossterm>INSTALL_TIMEZONE_FILE</glossterm> | ||
6245 | <info> | ||
6246 | INSTALL_TIMEZONE_FILE[doc] = "Enables installation of the /etc/timezone file." | ||
6247 | </info> | ||
6248 | <glossdef> | ||
6249 | <para role="glossdeffirst"> | ||
6250 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
6251 | By default, the <filename>tzdata</filename> recipe packages | ||
6252 | an <filename>/etc/timezone</filename> file. | ||
6253 | Set the <filename>INSTALL_TIMEZONE_FILE</filename> | ||
6254 | variable to "0" at the configuration level to disable this | ||
6255 | behavior. | ||
6256 | </para> | ||
6257 | </glossdef> | ||
6258 | </glossentry> | ||
6259 | |||
6244 | <glossentry id='var-IPK_FEED_URIS'><glossterm>IPK_FEED_URIS</glossterm> | 6260 | <glossentry id='var-IPK_FEED_URIS'><glossterm>IPK_FEED_URIS</glossterm> |
6245 | <info> | 6261 | <info> |
6246 | IPK_FEED_URIS[doc] = "List of ipkg feed records to put into generated image." | 6262 | IPK_FEED_URIS[doc] = "List of ipkg feed records to put into generated image." |