2023-02-06 09:14 PM
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.
2023-02-07 01:05 AM
Hello @Seenu,
Which OpenSTLinux version are you using ? Because by default the system init manager delivered is systemd in our Yocto deliveries.
To change it, I advice you to take a look at this topic.
Kind regards,
Erwan.