Difference between revisions of "R-Car/Boards/Yocto-Gen3-CommonFAQ/How to disable weston which runs at startup in yocto."

From eLinux.org
Jump to: navigation, search
(Created page with "== How to disable weston which runs at startup in yocto. == Execute following command: <syntaxhighlight lang=text> root@ulcb # systemctl disable weston root@ulcb # reboot </s...")
 
Line 6: Line 6:
 
root@ulcb # reboot
 
root@ulcb # reboot
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
 +
[[Category: R-Car/FAQ/Gen3]]
 +
[[Category: R-Car/FAQ/Gen3/H3SK]]
 +
[[Category: R-Car/FAQ/Gen3/M3SK]]
 +
[[Category: R-Car/FAQ/Gen3/Kingfisher]]
 +
[[Category: R-Car/FAQ/Gen3/Yocto]]

Revision as of 20:08, 14 October 2020

How to disable weston which runs at startup in yocto.

Execute following command:

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