timedatectl Not found in the systemd yocto Image

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

timedatectl Not found in the systemd yocto Image

4,120 Views
devendrasinghba
Contributor II

Hi All,

I am using yocto tool-chain to build the custom Linux image ( systemd as init system). As I know timedatectl is installing as a part of the systemd_229.bb file but after including the systemd in my image .bb file, still I am not getting timedatectl command in the image. Anyone have any idea how to include timedatectl in the yocto image.

Thanks

Labels (3)
0 Kudos
2 Replies

2,715 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hi

Did you enable successfully the tymesync service?, the steps provided in previous thread work for you?:

https://community.nxp.com/thread/449974 

Regards

0 Kudos

2,715 Views
devendrasinghba
Contributor II

Hi,

To create service file "/lib/systemd/systemd-timesyncd" should come into the Linux image but this itself is not coming in the image. So my question is, how to add systemd-timesyncd and timedatectl in the yocto Image.

Below is the Terminal Log that will clarify what I want to say :

   root@imx6ulevk:/# find -name *systemd-timesyncd*
   root@imx6ulevk:/# find -name timedatectl
   root@imx6ulevk:/#

Thanks

0 Kudos