Skip to main content
Visitor II
February 7, 2023
Question

How to convert init manager from sysvinit to systemd and run weston at startup in yocto project?

  • February 7, 2023
  • 1 reply
  • 1409 views

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.

    This topic has been closed for replies.

    1 reply

    Technical Moderator
    February 7, 2023

    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.