How to convert init manager from sysvinit to systemd and run weston at startup in yocto project?
Using yocto project and changed default sysvinit to systemd with below line in local.conf
INIT_MANAGER = "systemd"
DISTRO_FEATURES += "pam vulkan opengl egl wayland"
CORE_IMAGE_EXTRA_INSTALL += "wayland weston"
IMAGE_INSTALL:append = " chromium-ozone-wayland libva-utils intel-media-driver mesa vulkan-loader gst-player"
With above changes system boots up and can see a blank screen with cursor blink, no auto launch of weston can be seen.
Please assist.
