diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2025-07-15 19:52:58 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-07-24 10:48:13 +0100 |
commit | 5a71c32195b475f69782de0c68cea776a8b79487 (patch) | |
tree | 75434abd458b2047594a310149aa4887da8fc175 /scripts/lib/devtool/runqemu.py | |
parent | 028c74de43ea626d918d9cee10b9df9ace30c1cc (diff) | |
download | poky-5a71c32195b475f69782de0c68cea776a8b79487.tar.gz |
systemd: remove 'serial-getty-generator' PACKAGECONFIG
This PACKAGECONFIG's net effect is to delete systemd-getty-generator
when not enabled. But deleting systemd-getty-generator really does not
have any benefit. Here are the reasons:
1) The units installed by systemd-serialgetty.bb have higher priority than
the generated one. Because .../generator/ directory has lower priority
than the system admin directory /etc. See [2] for more details.
2) The generator could be disabled via kernel command line "systemd.getty_auto=".
See [1] for more details.
[1] https://www.freedesktop.org/software/systemd/man/latest/systemd-getty-generator.html
[2] https://www.freedesktop.org/software/systemd/man/latest/systemd.generator.html#
(From OE-Core rev: 3dea2978f1dd93198072a01ac87deddd4311437f)
Signed-off-by: Chen Qi <Qi.Chen@windriver.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/runqemu.py')
0 files changed, 0 insertions, 0 deletions