libc/zoneinfo: Correct the path in comment
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> Change-Id: I4bc0490d12f8b469a1f250cd410290a51ef9640f
This commit is contained in:
parent
f6eb0639d3
commit
d2c33fc180
|
@ -18,7 +18,7 @@ config LIBC_LOCALTIME
|
||||||
environment variable TZ must be set to the name of that timezone file
|
environment variable TZ must be set to the name of that timezone file
|
||||||
when tzset() is called.
|
when tzset() is called.
|
||||||
|
|
||||||
See https://www.iana.org/time-zones . See also nuttx/zoneinfo
|
See https://www.iana.org/time-zones . See also libs/libc/zoneinfo
|
||||||
which provides a framework for incorporating the TZ database into a
|
which provides a framework for incorporating the TZ database into a
|
||||||
NuttX build.
|
NuttX build.
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
apps/system/zoneinfo/README.txt
|
libs/libc/zoneinfo/README.txt
|
||||||
Author: Gregory Nutt <gnutt@nuttx.org>
|
Author: Gregory Nutt <gnutt@nuttx.org>
|
||||||
|
|
||||||
Directory Contents
|
Directory Contents
|
||||||
|
@ -68,7 +68,7 @@ Select the above localtime() and nuttx/zoneinfo configuration settings.
|
||||||
Then:
|
Then:
|
||||||
|
|
||||||
make context
|
make context
|
||||||
cd ../nuttx/zoneinfo/tzbin/etc/zoneinfo
|
cd ../nuttx/libs/libc/zoneinfo/tzbin/usr/share/zoneinfo
|
||||||
|
|
||||||
Remove as many timezone files as you can. Do not remove the GMT, localtime,
|
Remove as many timezone files as you can. Do not remove the GMT, localtime,
|
||||||
or posixrules files. Those might be needed in any event. Then you can
|
or posixrules files. Those might be needed in any event. Then you can
|
||||||
|
|
Loading…
Reference in New Issue