diff mbox series

ref-manual: add DEFAULT_TIMEZONE variable

Message ID b62a042438fb0cdec9cec6dd18ba226e84d35b57.1718996126.git.joerg.sommer@navimatix.de
State New
Headers show
Series ref-manual: add DEFAULT_TIMEZONE variable | expand

Commit Message

Jörg Sommer June 21, 2024, 6:55 p.m. UTC
From: Jörg Sommer <joerg.sommer@navimatix.de>

Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de>
---
 documentation/ref-manual/variables.rst | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Michael Opdenacker June 25, 2024, 3:51 p.m. UTC | #1
Hi Jörg,

Many thanks for the update!
I see just a minor issue to fix...

On 6/21/24 20:55, Jörg Sommer via lists.yoctoproject.org wrote:
> From: Jörg Sommer <joerg.sommer@navimatix.de>
>
> Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de>
> ---
>   documentation/ref-manual/variables.rst | 7 +++++++
>   1 file changed, 7 insertions(+)
>
> diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
> index 16b449d6b7..34d0d239bd 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 configures


s/configures/to configure/ ?
Cheers
Michael.
diff mbox series

Patch

diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 16b449d6b7..34d0d239bd 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 configures
+      ``${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