Skip to content
Snippets Groups Projects
Commit 2dfeed69 authored by Jonas Höppner's avatar Jonas Höppner
Browse files

weston: Remove weston@service and rely on the poky provided variant

Also adapt the imx6ull override and the sed command
to set the fbdev backend for weston.
parent 22486551
No related branches found
No related tags found
2 merge requests!418Integrate gitlab-ci/fix-gitlab-ci-integration and 6 more,!408weston: Remove weston@service and rely on the poky provided variant
...@@ -45,9 +45,9 @@ pkg_postinst_ontarget:${PN}() { ...@@ -45,9 +45,9 @@ pkg_postinst_ontarget:${PN}() {
fi fi
} }
do_configure:append_mx6ull() { do_configure:append:mx6ull() {
# Append the fbdev backend parameter to weston for Nallino
sed -i ${WORKDIR}/weston@.service -e "s|ExecStart=/usr/bin/weston-start.*|ExecStart=/usr/bin/weston-start -v -e -- --backend=fbdev-backend.so --modules=systemd-notify.so $OPTARGS |" sed -i ${WORKDIR}/weston.service -e "s|ExecStart=.*weston.*|& --backend=fbdev-backend.so|"
} }
do_install:append() { do_install:append() {
......
[Unit]
Description=Weston Wayland Compositor
RequiresMountsFor=/run
Conflicts=plymouth-quit.service
After=systemd-user-sessions.service plymouth-quit-wait.service
[Service]
User=%i
PAMName=login
EnvironmentFile=-/etc/default/weston
StandardError=journal
PermissionsStartOnly=true
IgnoreSIGPIPE=no
Type=notify
NotifyAccess=all
ExecStart=/usr/bin/weston-start -v -e -- --modules=systemd-notify.so $OPTARGS
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment