summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-raspberrypi
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2021-11-06 14:19:31 -0400
committerScott Murray <scott.murray@konsulko.com>2022-03-30 14:08:33 -0400
commitaac207c39cfe5726000a54c9849b927fe15aa3ce (patch)
treec152fa3f2b4fdfd3d6fa3053544e39ad077ebccc /meta-agl-bsp/meta-raspberrypi
parentdb6633e9049910f4465a766a04e3364ce6318c74 (diff)
meta-agl-core: remove weston-init backport
Remove backport of weston-init changes done for Marlin release, they are not required with post-hardknott releases of Yocto. Bug-AGL: SPEC-3819 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I81e32fa082df174b3a8a705ac51085176bddb4b8
Diffstat (limited to 'meta-agl-bsp/meta-raspberrypi')
0 files changed, 0 insertions, 0 deletions
0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
[Unit]
Description=cluster-receiver

Requires=agl-compositor.service
After=agl-compositor.service

# Since we are part of the agl session, make sure we are started before
# it is complete.
Before=agl-session.target

[Service]
ExecStart=/usr/bin/xdg-cluster-receiver

Restart=always

StandardOutput=journal
StandardError=journal

[Install]
WantedBy=agl-session.target