**** BEGIN LOGGING AT Wed Jan 04 02:59:57 2023 Jan 04 09:22:42 as of kirkstone, systemd is spamming about the existence of /etc/init.d files (/etc/init.d/reboot, /etc/init.d/sshd, etc). How do I get yocto to not generate those files? Jan 04 09:23:16 Apparently they're provided by the initscripts package, but I'm not depending on initscripts explicitly anywhere Jan 04 09:25:20 My distro conf contains DISTRO_FEATURES:append = " systemd" and VIRTUAL-RUNTIME_init_manager = "systemd" Jan 04 09:28:25 I see that you can set DISTRO_FEATURES_BACKFILL_CONSIDERED = "sysvinit" and VIRTUAL-RUNTIME_initscripts = "" to get rid of init scripts entirely; but it seems weird that not doing that should cause yocto to build a system where systemd spams dmesg Jan 04 11:08:27 if you don't backfill then you have a system that can boot with either, so thats basically doing as designed. file a bug? Jan 04 11:08:35 systemd didn't use to spam Jan 04 11:22:49 mort, rburton: even better to send a patch fixing it :) Jan 04 12:45:23 is there any documentation on how you use the SDK to cross-compile a meson project? Jan 04 14:41:12 mort: nativesdk-meson installs wrappers and cross files, should just work Jan 04 14:41:26 no need to even pass --cross-file or --native-file, the wrapper does it Jan 04 14:41:33 ah, awesome **** ENDING LOGGING AT Thu Jan 05 02:59:56 2023