Hi, I'm building a small image with systemd as DISTRO_FEATURES_INITMAN and it's also in DISTRO_FEATURES. But checking the log.do_rootfs I see that systemctl is missing when running the postinst script of e.g. systemd-compat-units.
If I put in DEPENDS += " systemd-systemctl-native" in my image recipe it works well, but it feels like this should be handled automatically somehow. The systemd.class has an anonymous python function for adding a dependency to systemd-systemctl-native if it's in DISTRO_FEATURES, but I guess this doesn't help during image builds? Best Regards, Erik _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
