mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 06:32:34 +02:00
systemd: add package config for systemd-oomd
Disabled by default (From OE-Core rev: 20aab7078e27e150375c268e3d7a3d2157f0e8ae) Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
754d05fffe
commit
14489123f9
@@ -156,6 +156,7 @@ PACKAGECONFIG[networkd] = "-Dnetworkd=true,-Dnetworkd=false"
|
||||
PACKAGECONFIG[nss] = "-Dnss-systemd=true,-Dnss-systemd=false"
|
||||
PACKAGECONFIG[nss-mymachines] = "-Dnss-mymachines=true,-Dnss-mymachines=false"
|
||||
PACKAGECONFIG[nss-resolve] = "-Dnss-resolve=true,-Dnss-resolve=false"
|
||||
PACKAGECONFIG[oomd] = "-Doomd=true,-Doomd=false"
|
||||
PACKAGECONFIG[openssl] = "-Dopenssl=true,-Dopenssl=false,openssl"
|
||||
PACKAGECONFIG[pam] = "-Dpam=true,-Dpam=false,libpam,${PAM_PLUGINS}"
|
||||
PACKAGECONFIG[pcre2] = "-Dpcre2=true,-Dpcre2=false,libpcre2"
|
||||
@@ -565,6 +566,7 @@ FILES_${PN} = " ${base_bindir}/* \
|
||||
${bindir}/resolvectl \
|
||||
${bindir}/timedatectl \
|
||||
${bindir}/bootctl \
|
||||
${bindir}/oomctl \
|
||||
${exec_prefix}/lib/tmpfiles.d/*.conf \
|
||||
${exec_prefix}/lib/systemd \
|
||||
${exec_prefix}/lib/modules-load.d \
|
||||
|
||||
Reference in New Issue
Block a user