diff options
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2018-11-05 19:23:07 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-11-14 11:14:39 +0000 |
commit | 17726d083408ad0740ef914d2cfee589d7f6b800 (patch) | |
tree | 035ebe75b20b2793910cfa9e5dccd55fd0088b28 /meta/classes/native.bbclass | |
parent | e39fec613d52324a4ae415a0c544612a8da4af3b (diff) | |
download | poky-17726d083408ad0740ef914d2cfee589d7f6b800.tar.gz |
systemd-systemctl-native: handle Install wildcards
Handle the %i wildcard appearing in a dependency in the Install section
of a template unit, e.g.
$ cat foo@.service
[Install]
WantedBy=bar@%i.target
Using the real systemctl something like:
$ systemctl enable foo@baz.service
will create a symlink in /etc/systemd/system/bar@baz.target.wants.
Detect wildcards in templates and make the appropriate substitution.
(From OE-Core rev: 22ed19292d160461042d4a2294fe2ec0b953873e)
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/native.bbclass')
0 files changed, 0 insertions, 0 deletions