Thanks.
I actually want to enable systemd in all packages, but my current DISTRO is "poky".
Can you point me some documentation where I can get information on how to create a distro file based on poky and add systemd there?

Thanks,
Piotr

On 07.06.2016 15:53, Burton, Ross wrote:

On 7 June 2016 at 13:10, piotr.lewicki <piotr.lewicki@elfin.de> wrote:
Is it possible to manipulate DISTRO_FEATURES from my image recipe file?

No.  You should control distro features in your distro configuration or if they're for local tweaking in your local.conf.  Would it be helpful if you explained why you want to enable systemd in some images but not others?  In this case the systemd feature isn't exclusive with sysvinit, you can enable both and pick on a per-image basis what init system is used.

Ross