R-Car/Boards/Yocto-Gen3-CommonFAQ/How to disable weston which runs at startup in yocto.

From eLinux.org
Jump to: navigation, search

How to disable weston which runs at startup in yocto.

Execute following command:

root@ulcb # systemctl disable weston
root@ulcb # reboot

or

root@ulcb # systemctl mask weston@root
root@ulcb # reboot