summaryrefslogtreecommitdiffstats
path: root/scripts/lib/devtool/ide_sdk.py
diff options
context:
space:
mode:
authorAdrian Freihofer <adrian.freihofer@siemens.com>2024-12-12 16:55:25 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-12-17 11:41:52 +0000
commitefa5f65c2214239ed7aaf7bd8998683e755c5660 (patch)
tree2c84a8f6288f081159184c33a3bfdd837db13e6f /scripts/lib/devtool/ide_sdk.py
parent0324f6974964b9bc32726e9cbb5b718d90c78503 (diff)
downloadpoky-efa5f65c2214239ed7aaf7bd8998683e755c5660.tar.gz
systemd.bbclass: do not automatically add Also services
Starting a systemd service “Also” does not mean that both services must be in the same package. However, the systemd.bbclass enforces this. Example: a.service: [Install] Also=b.service If a.service is packed in package A, b.service is automatically packed into package A as well. This happens even if b.service is explicitly added to package B using FILES and SYSTEMD_SERVICE variables. The automatic packing of socket files with the corresponding service files is probably a widely used feature of systemd.bbclass. This bahavior does not change. Adding regular service files to a package just because it is another service in the same package that "Also" uses the service is a bug that this commit fixes. (From OE-Core rev: f836d80eb48a2a2f9b1e66980021755cf0ca2a26) Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/devtool/ide_sdk.py')
0 files changed, 0 insertions, 0 deletions