cancel
Showing results for 
Search instead for 
Did you mean: 

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

Seenu
Associate II

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.

1 REPLY 1
Erwan SZYMANSKI
ST Employee

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.

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.