To disable timesyncd in your Yocto build, create a *.bbappend recipe in your own layer called
recipes-core/systemd/systemd_216.bbappend
And add the following content
PACKAGECONFIG[timesyncd] = "--enable-timesyncd,--disable-timesyncd,timesyncd"
PACKAGECONFIG_remove = "timesyncd"
Hi, I wanted to ask which version of yocto this works for. I am currently using
kirkstone
and get the following error message:meson: error: unrecognized arguments: --disable-timesyncd