Dear all, I use rocko branch of poky and I am able to create the core-image-minimal-dev and boot my target system without problems. Now, I am interested in using systemd in the target. I follow the Yocto project instructions, by adding the following lines in local.conf:
DISTRO_FEATURES_append = " systemd" VIRTUAL-RUNTIME_init_manager = "systemd" VIRTUAL-RUNTIME_initscripts = "" DISTRO_FEATURES_BACKFILL_CONSIDERED = "sysvinit" However, with these changes, booting process fails and system enters in emergency mode. I have found that some people solve this problem by ensuring that kernel has CONFIG_FHANDLE=y flag. I have checked that flag is set to yes and I have not idea how to get my target working with system. Could anybody help me? Thanks you in advance.
-- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto