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.confINIT_MANAGER = "systemd" DISTRO_FEATURES += "pam vulkan opengl egl wayland" CORE_IMAGE_EXTRA_INSTALL += "wayland weston" IMAGE_INSTALL:append = " chromium-ozone-...