Hello,
I am now working with Yocto(3.10.17) on i.MX6, and after the system started up, I want to
set the timezone to Japan.
I know in the LTIB case,just run the following command to set timezone.
ln -sf /usr/share/zoneinfo/Japan /etc/localtime
But this is not work in the Yocto case.
Could someone tell me how to set timezone in the Yocto case?
Best Regard,
ZongbiaoLiao