diff options
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 |