I'm trying to manage the system time of an yocto-base Linux distribution (zeus release) by NTP (Network Time protocol).
I know that an available NTP client is ntpdate
, bu without installing ntpdate
, the system time synchronizes itself with a not known NTP server.
The system is connected to Internet by a WiFi network and if I disconnect it from Internet the date synchronization stops.
This proofs that there is a process running on my distribution which set the system date by a connection to a not known NTP Server.
Because the distribution comes from the yocto core image core-image-minimal.bb
, it is one of the packages installed by it which adds a NTP client to the distribution.
But which is this client?
I hope I was clear! Don't hesitate to ask for more details.