I am trying to build an image with the following command line utilities built in: ntpq, timedatectl, and ntpstat.
Note : ntp is builtinto my image and working correctly.
I performed a simple test using “IMAGE_INSTALL_append = “ ntpq”, get no errors but the command is NOT present upon booting the image (same for the other 2).
I am working with Rocko 2.4.1, ntp 4.2.8p10.
Can you tell me (1) if they are supported, (2) how to pull them into my image so I might run from kernel ?