You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to Freescale#123
Modify configuration files to support sysvinit for weston.
* **conf/distro/fsl-wayland.conf**
- Set `INIT_MANAGER` to "sysvinit" when sysvinit is used.
- Add a conditional check for sysvinit in the `INIT_MANAGER` setting.
* **conf/distro/fslc-wayland.conf**
- Set `INIT_MANAGER` to "sysvinit" when sysvinit is used.
- Add a conditional check for sysvinit in the `INIT_MANAGER` setting.
* **recipes-fsl/images/fsl-image-machine-test.bb**
- Include necessary sysvinit configurations for weston.
- Add a conditional check for sysvinit in the `CORE_IMAGE_EXTRA_INSTALL` setting.
* **recipes-fsl/images/fsl-image-multimedia.bb**
- Include necessary sysvinit configurations for weston.
- Add a conditional check for sysvinit in the `CORE_IMAGE_EXTRA_INSTALL` setting.
This commit is in the kirkstone branch:
3f590fa
When running sysvinit the above commit prevents weston from starting.
WAYLAND_DISPLAY
is already set and if so bails out with:PS. my system does not have a
/run/wayland-0
. The init script runs weston under weston user and the socket is in/run/user/$(id -u weston)/
.The text was updated successfully, but these errors were encountered: