On Wed, Jun 20, 2012 at 12:40 PM, Robert Schwebel <r.schwe...@pengutronix.de> wrote: > 1) build other components > 2a) build prerequisites necessary for systemd, which are otherwhise > unneeded; this needs to be installed into the local sysroot in > order to let systemd pick up the prerequisites > 2b) build systemd+udev > 2c) somehow remove the "wrong" components from sysroot again, as > all the rest of the system is not allowed to see them (otherwhise > their configure scripts would assume the features to be there) > 2d) install only udev > 3) move on
this is actually incorrect. There is another solution: You could easily build dbus-for-systemd inside the systemd buildroot, and never install dbus to the sysroot, but in a temporary location. After building the local dbus, system and udev, you just make install in only the udev parts and you now have a system without dbus or systemd. Auke _______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel