Hi Team,
Need help for the following issues,
Using yocto imx8mp board with kirkstone code base.
Issue 1) The steps I used to configure the timezone,
1. Added ntp protocol to sync server time, this works, but updates UTC time rather than local time
2. In order to fix this issue, I added tzdata to the Yocto build, but I still see UTC alone in zoneinfo
ls /usr/share/zone
ls: cannot access '/usr/share/zone': no such file or directory
#timedatectl list-timezones
UTC
Issue 2) DNS configuration
During booting, I am using shell scripts to configure /etc/resolv.conf, but the file is getting refreshed. Could you tell me how to fix this?