summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd
diff options
context:
space:
mode:
authorPeter Bergin <peter@berginkonsult.se>2022-06-17 14:56:19 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-06-21 18:44:27 +0100
commitaf6317f9cd1d962313d859e4787b9931c9aaa8c3 (patch)
treee4e89c7a63880e26cb994cb576e5858f9a8d14fd /meta/recipes-core/systemd
parentaf80b23aee781e21fde0d91119d6566b631d3da1 (diff)
downloadpoky-af6317f9cd1d962313d859e4787b9931c9aaa8c3.tar.gz
systemd: add packageconfig for sysext
Currently the sysext binary is packaged in systemd-utils and the service systemd-sysext.service in systemd package. Add a PACKAGECONFIG for sysext to actively choose if it is going to be installed or not, default off. If installed it will be added to systemd package. (From OE-Core rev: 98cc5639d74dc71aa1352b50f97ed832245d3c3b) Signed-off-by: Peter Bergin <peter@berginkonsult.se> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd')
-rw-r--r--meta/recipes-core/systemd/systemd_251.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_251.2.bb b/meta/recipes-core/systemd/systemd_251.2.bb
index 8370bec0ca..5a21e7b513 100644
--- a/meta/recipes-core/systemd/systemd_251.2.bb
+++ b/meta/recipes-core/systemd/systemd_251.2.bb
@@ -186,6 +186,7 @@ PACKAGECONFIG[rfkill] = "-Drfkill=true,-Drfkill=false"
186PACKAGECONFIG[seccomp] = "-Dseccomp=true,-Dseccomp=false,libseccomp" 186PACKAGECONFIG[seccomp] = "-Dseccomp=true,-Dseccomp=false,libseccomp"
187PACKAGECONFIG[selinux] = "-Dselinux=true,-Dselinux=false,libselinux,initscripts-sushell" 187PACKAGECONFIG[selinux] = "-Dselinux=true,-Dselinux=false,libselinux,initscripts-sushell"
188PACKAGECONFIG[smack] = "-Dsmack=true,-Dsmack=false" 188PACKAGECONFIG[smack] = "-Dsmack=true,-Dsmack=false"
189PACKAGECONFIG[sysext] = "-Dsysext=true, -Dsysext=false"
189PACKAGECONFIG[sysusers] = "-Dsysusers=true,-Dsysusers=false" 190PACKAGECONFIG[sysusers] = "-Dsysusers=true,-Dsysusers=false"
190PACKAGECONFIG[sysvinit] = "-Dsysvinit-path=${sysconfdir}/init.d -Dsysvrcnd-path=${sysconfdir},-Dsysvinit-path= -Dsysvrcnd-path=,,systemd-compat-units update-rc.d" 191PACKAGECONFIG[sysvinit] = "-Dsysvinit-path=${sysconfdir}/init.d -Dsysvrcnd-path=${sysconfdir},-Dsysvinit-path= -Dsysvrcnd-path=,,systemd-compat-units update-rc.d"
191# When enabled use reproducble build timestamp if set as time epoch, 192# When enabled use reproducble build timestamp if set as time epoch,
@@ -522,7 +523,6 @@ FILES:${PN}-extra-utils = "\
522 ${bindir}/systemd-cgls \ 523 ${bindir}/systemd-cgls \
523 ${bindir}/systemd-cgtop \ 524 ${bindir}/systemd-cgtop \
524 ${bindir}/systemd-stdio-bridge \ 525 ${bindir}/systemd-stdio-bridge \
525 ${bindir}/systemd-sysext \
526 ${base_bindir}/systemd-ask-password \ 526 ${base_bindir}/systemd-ask-password \
527 ${base_bindir}/systemd-tty-ask-password-agent \ 527 ${base_bindir}/systemd-tty-ask-password-agent \
528 ${systemd_system_unitdir}/systemd-ask-password-console.path \ 528 ${systemd_system_unitdir}/systemd-ask-password-console.path \