From 9acacfb264570a8fc479eba9a4dcab54506c40f5 Mon Sep 17 00:00:00 2001 From: Jörg Sommer Date: Tue, 25 Jun 2024 22:11:28 +0200 Subject: ref-manual: add DEFAULT_TIMEZONE variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (From yocto-docs rev: 89323e4d95c7e98c685ad2843f037a291af08b02) Signed-off-by: Jörg Sommer Reviewed-by: Michael Opdenacker Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- documentation/ref-manual/variables.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'documentation') 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. by :term:`BBFILE_PRIORITY` if that variable is different between two layers that contain different versions of the same recipe. + :term:`DEFAULT_TIMEZONE` + Specifies the time zone set in the image. + + This variable causes the ``tzdata`` package to configure + ``${sysconfdir}/localtime`` accordingly. Valid values are all files + found in ``/usr/share/zoneinfo`` like ``CET`` or ``Asia/Baku``. + :term:`DEFAULTTUNE` The default CPU and Application Binary Interface (ABI) tunings (i.e. the "tune") used by the OpenEmbedded build system. The -- cgit v1.2.3-54-g00ecf