Skip to content

Commit

Permalink
Fix the time zone setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Z2Z-GuGu committed Jul 25, 2024
1 parent 587710a commit fc2bb19
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions buildroot/configs/cvitek_SG200X_32bit_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -395,3 +395,7 @@ BR2_TARGET_ROOTFS_EXT2_SIZE="900M"

BR2_ROOTFS_OVERLAY="$(TOPDIR)/board/cvitek/SG200X/overlay"
BR2_PACKAGE_BUSYBOX_CONFIG_FRAGMENT_FILES="$(TOPDIR)/board/cvitek/SG200X/busybox-extra.config"

BR2_TARGET_TZ_INFO=y
BR2_TARGET_TZ_ZONELIST="default"
BR2_TARGET_LOCALTIME="Etc/UTC"
4 changes: 4 additions & 0 deletions buildroot/configs/cvitek_SG200X_musl_riscv64_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -599,3 +599,7 @@ BR2_TARGET_ROOTFS_EXT2_SIZE="900M"

BR2_ROOTFS_OVERLAY="$(TOPDIR)/board/cvitek/SG200X/overlay"
BR2_PACKAGE_BUSYBOX_CONFIG_FRAGMENT_FILES="$(TOPDIR)/board/cvitek/SG200X/busybox-extra.config"

BR2_TARGET_TZ_INFO=y
BR2_TARGET_TZ_ZONELIST="default"
BR2_TARGET_LOCALTIME="Etc/UTC"

0 comments on commit fc2bb19

Please sign in to comment.