mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
libc: correct zoneinfo genromfs source directory
Or genromfs failed to generate the right romfs.img Change-Id: Icbcc2e89da1ede644b994d33e70f1a48662c412b Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
This commit is contained in:
@@ -76,7 +76,7 @@ checkgenromfs:
|
||||
}
|
||||
|
||||
romfs_zoneinfo.img : checkgenromfs .tzbuilt
|
||||
@genromfs -f $@ -d $(TZBIN_PATH)/etc/zoneinfo -V "TZDatbase" || { echo "genromfs failed" ; exit 1 ; }
|
||||
@genromfs -f $@ -d $(TZBIN_PATH)/usr/share/zoneinfo -V "TZDatbase" || { echo "genromfs failed" ; exit 1 ; }
|
||||
|
||||
romfs_zoneinfo.h : romfs_zoneinfo.img
|
||||
@xxd -i $< >$@ || { echo "xxd of $< failed" ; exit 1 ; }
|
||||
|
||||
Reference in New Issue
Block a user