diff options
author | Jörg Sommer <joerg.sommer@navimatix.de> | 2024-06-25 22:11:28 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-07-09 15:48:55 +0100 |
commit | 9acacfb264570a8fc479eba9a4dcab54506c40f5 (patch) | |
tree | bfad6e7f16604803c70b60f712a89f71a018061d /documentation/ref-manual/variables.rst | |
parent | 3be34141ec666e4da369a9cb85fe9036f9275b25 (diff) | |
download | poky-9acacfb264570a8fc479eba9a4dcab54506c40f5.tar.gz |
ref-manual: add DEFAULT_TIMEZONE variable
(From yocto-docs rev: 89323e4d95c7e98c685ad2843f037a291af08b02)
Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de>
Reviewed-by: Michael Opdenacker <michael@opdenacker.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 16b449d6b7..848cea787f 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -1877,6 +1877,13 @@ system and gives an overview of their function and contents. | |||
1877 | by :term:`BBFILE_PRIORITY` if that variable is different between two | 1877 | by :term:`BBFILE_PRIORITY` if that variable is different between two |
1878 | layers that contain different versions of the same recipe. | 1878 | layers that contain different versions of the same recipe. |
1879 | 1879 | ||
1880 | :term:`DEFAULT_TIMEZONE` | ||
1881 | Specifies the time zone set in the image. | ||
1882 | |||
1883 | This variable causes the ``tzdata`` package to configure | ||
1884 | ``${sysconfdir}/localtime`` accordingly. Valid values are all files | ||
1885 | found in ``/usr/share/zoneinfo`` like ``CET`` or ``Asia/Baku``. | ||
1886 | |||
1880 | :term:`DEFAULTTUNE` | 1887 | :term:`DEFAULTTUNE` |
1881 | The default CPU and Application Binary Interface (ABI) tunings (i.e. | 1888 | The default CPU and Application Binary Interface (ABI) tunings (i.e. |
1882 | the "tune") used by the OpenEmbedded build system. The | 1889 | the "tune") used by the OpenEmbedded build system. The |