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

From eLinux.org
< R-Car‎ | Boards/Yocto-Gen3-CommonFAQ
Revision as of 23:43, 14 October 2020 by Y.H. (talk | contribs) (How to disable weston which runs at startup in yocto.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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