Hi,
I am using LS1046ardb board for one of my project, in that I want add the recipes of systemd and sysvinit so that I tried modify the local.conf like below.
DISTRA_FEATURES_append = " systemd"
DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit"
VIRTUAL-RUNTIME_init_manager = "systemd"
VIRTUAL-RUNTIME_initscripts = "system-compat-units"
But in that I am able to configure the Systemd on root file system NOT rcS.d and all (related files of sysvinit).
commands used to build root file system is
1. flex-builder -i clean-rfs -r yocto
2. flex-builder -i mkrfs -r yocto:devel -a arm64
Please throw some light to move forward this problem
Thanks & Regards
Chethan GR