summaryrefslogtreecommitdiffstats
path: root/LICENSE
blob: e8758f89ca27f9a2673358e9ce8d418c0815a040 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Different components of the AGL layers are under different licenses (a mix
of MIT and GPLv2). See LICENSE.GPL-2.0-only and LICENSE.MIT for further
details of the individual licenses.

All metadata (e.g. .bb, .bbappend, .bbclass, .inc, templates/* and similar)
is MIT licensed unless otherwise stated.
Source code included in tree for individual recipes (e.g. patches) are under
the LICENSE stated in the associated recipe (.bb file) unless otherwise stated.

License information for any other files (scripts) is either explicitly stated
or defaults to GPL version 2 only.

Individual files can contain the following style tags instead of the full
license text to identify their license:

    SPDX-License-Identifier: GPL-2.0-only
    SPDX-License-Identifier: MIT

This enables machine processing of license information based on the SPDX
License Identifiers that are here available: http://spdx.org/licenses/
/span>sysctl.conf.m4 syntax=sysctl.conf.m4: ;------------------------------------------------------------------------------- ;---- T H E S E R V I C E O F T H E A P I (USER) ---- ;------------------------------------------------------------------------------- %begin systemd-unit # auto generated by wgtpkg-unit for {{:id}} version {{:version}} target {{:#target}} of {{:idaver}} %systemd-unit system %systemd-unit service UNIT_NAME_API_BASE({{name}})@ [Unit] Description=Provides api {{name}} for user %i X-AFM-API-TYPE={{value}} Requires=afm-user-setup@%i.service After=afm-user-setup@%i.service Requires=UNIT_NAME_API_BASE({{name}}).socket After=UNIT_NAME_API_BASE({{name}}).socket [Service] Type=oneshot RemainAfterExit=yes ExecStart=/bin/true [Service] Type=oneshot RemainAfterExit=yes ExecStart=/bin/ln -sf PLATFORM_API_PATH_WS/{{name}} USER_API_PATH_WS/{{name}} %end systemd-unit ;------------------------------------------------------------------------------- ;---- T H E S E R V I C E O F T H E A P I (PLATFORM) ---- ;------------------------------------------------------------------------------- %begin systemd-unit # auto generated by wgtpkg-unit for {{:id}} version {{:version}} target {{:#target}} of {{:idaver}} %systemd-unit system %systemd-unit service UNIT_NAME_API_BASE({{name}}) [Unit] Description=Provides api {{name}} for platform X-AFM-API-TYPE={{value}} Requires=afm-system-setup.service After=afm-system-setup.service Requires=UNIT_NAME_API_BASE({{name}}).socket After=UNIT_NAME_API_BASE({{name}}).socket [Service] Type=oneshot RemainAfterExit=yes ExecStart=/bin/true %end systemd-unit ;------------------------------------------------------------------------------- ;---- T H E S O C K E T O F T H E A P I (PLATFORM) ---- ;------------------------------------------------------------------------------- %begin systemd-unit # auto generated by wgtpkg-unit for {{:id}} version {{:version}} target {{:#target}} of {{:idaver}} %systemd-unit system %systemd-unit socket UNIT_NAME_API_BASE({{name}}) [Unit] Description=Provides websocket api {{name}} for platform Requires=afm-system-setup.service After=afm-system-setup.service DefaultDependencies=no [Socket] SmackLabel=* SmackLabelIPIn=System SmackLabelIPOut=System ListenStream=PLATFORM_API_PATH_WS/{{name}} FileDescriptorName={{name}} Service=UNIT_NAME_BASE.service %end systemd-unit