[OE-core] systemd

Yi Qingliang niqingliang2003 at gmail.com
Tue Jul 2 13:55:58 UTC 2013


On Tuesday, July 02, 2013 09:35:20 AM Yi Qingliang wrote:
> Hi, All:
> 
> I want use systemd, add following into my own distro.conf
>      DISTRO_FEATURES_append = " systemd"
>      VIRTUAL-RUNTIME_init_manager = "systemd"
>      DISTRO_FEATURES_BACKFILL_CONSIDERED = "sysvinit"
> 
> but when do_rootfs for my own image, I got error:
>      error: package update-rc.d is not installed
>      error: package base-passwd is not installed
>      error: package run-postinsts is not installed
> 
> Any idea? Thanks!

I have found it:

	ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; "

the 'remove_packaging_data_files' is the reason!

why? it is always there, and everything ok, but after recent update!







More information about the Openembedded-core mailing list