<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hello,<br>
<br>
I "activated" systemd as described in the <a
href="http://www.yoctoproject.org/docs/2.0/dev-manual/dev-manual.html#selecting-an-initialization-manager">development
manual</a> .<br>
My distro.conf (excerpt):<br>
<blockquote><i>DISTRO_FEATURES = "systemd php
${DISTRO_FEATURES_DEFAULT} ${DISTRO_FEATURES_LIBC} $mtd-utils"</i><br>
<i>DISTRO_FEATURES_remove = "x11"</i><br>
<i>DISTRO_FEATURES_BACKFILL_CONSIDERED += " pulseaudio sysvinit "</i><br>
<br>
<i>VIRTUAL-RUNTIME_init_manager = "systemd"</i><br>
<i>VIRTUAL-RUNTIME_initscripts = "systemd-compat-units"<br>
</i></blockquote>
When I build my distribution the following error appears while
do_rootfs:
<blockquote><i>Collected errors:</i><br>
<i>Â * satisfy_dependencies_for: Cannot satisfy the following
dependencies for packagegroup-core-boot:</i><br>
<i>Â * Â Â Â update-rc.d * </i><br>
</blockquote>
<br>
I checked which packages add update-rc.d, and systemd is one of
them. How can I resolve this issue?<br>
<br>
<br>
Thanks for your help.<br>
<a
href="http://www.yoctoproject.org/docs/2.0/dev-manual/dev-manual.html#selecting-an-initialization-manager"><font
color="#000000"></font></a><br>
</body>
</html>