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"