From d2c33fc18049d4324db15c0aaed68b870ac9238b Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Sun, 20 Jun 2021 22:51:30 +0800 Subject: [PATCH] libc/zoneinfo: Correct the path in comment Signed-off-by: Xiang Xiao Change-Id: I4bc0490d12f8b469a1f250cd410290a51ef9640f --- libs/libc/time/Kconfig | 2 +- libs/libc/zoneinfo/README.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/libc/time/Kconfig b/libs/libc/time/Kconfig index d3be629685..d1e8cfd2aa 100644 --- a/libs/libc/time/Kconfig +++ b/libs/libc/time/Kconfig @@ -18,7 +18,7 @@ config LIBC_LOCALTIME environment variable TZ must be set to the name of that timezone file 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 NuttX build. diff --git a/libs/libc/zoneinfo/README.txt b/libs/libc/zoneinfo/README.txt index a81bb1ef8c..8d0ef674b7 100644 --- a/libs/libc/zoneinfo/README.txt +++ b/libs/libc/zoneinfo/README.txt @@ -1,4 +1,4 @@ -apps/system/zoneinfo/README.txt +libs/libc/zoneinfo/README.txt Author: Gregory Nutt Directory Contents @@ -68,7 +68,7 @@ Select the above localtime() and nuttx/zoneinfo configuration settings. Then: 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, or posixrules files. Those might be needed in any event. Then you can