summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd_247.2.bb
diff options
context:
space:
mode:
authorLuca Boccassi <luca.boccassi@microsoft.com>2020-12-18 09:42:53 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-20 00:03:04 +0000
commit14489123f9cb3c72714b8cc53a3e98cf0e3a40d4 (patch)
tree19b3d22280ef9f5dbd6ce1ee762f4921c51448dc /meta/recipes-core/systemd/systemd_247.2.bb
parent754d05fffebb69b6abcbe0cac39541aaee551f90 (diff)
downloadpoky-14489123f9cb3c72714b8cc53a3e98cf0e3a40d4.tar.gz
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>
Diffstat (limited to 'meta/recipes-core/systemd/systemd_247.2.bb')
-rw-r--r--meta/recipes-core/systemd/systemd_247.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_247.2.bb b/meta/recipes-core/systemd/systemd_247.2.bb
index d621d0442e..3129b266fe 100644
--- a/meta/recipes-core/systemd/systemd_247.2.bb
+++ b/meta/recipes-core/systemd/systemd_247.2.bb
@@ -156,6 +156,7 @@ PACKAGECONFIG[networkd] = "-Dnetworkd=true,-Dnetworkd=false"
156PACKAGECONFIG[nss] = "-Dnss-systemd=true,-Dnss-systemd=false" 156PACKAGECONFIG[nss] = "-Dnss-systemd=true,-Dnss-systemd=false"
157PACKAGECONFIG[nss-mymachines] = "-Dnss-mymachines=true,-Dnss-mymachines=false" 157PACKAGECONFIG[nss-mymachines] = "-Dnss-mymachines=true,-Dnss-mymachines=false"
158PACKAGECONFIG[nss-resolve] = "-Dnss-resolve=true,-Dnss-resolve=false" 158PACKAGECONFIG[nss-resolve] = "-Dnss-resolve=true,-Dnss-resolve=false"
159PACKAGECONFIG[oomd] = "-Doomd=true,-Doomd=false"
159PACKAGECONFIG[openssl] = "-Dopenssl=true,-Dopenssl=false,openssl" 160PACKAGECONFIG[openssl] = "-Dopenssl=true,-Dopenssl=false,openssl"
160PACKAGECONFIG[pam] = "-Dpam=true,-Dpam=false,libpam,${PAM_PLUGINS}" 161PACKAGECONFIG[pam] = "-Dpam=true,-Dpam=false,libpam,${PAM_PLUGINS}"
161PACKAGECONFIG[pcre2] = "-Dpcre2=true,-Dpcre2=false,libpcre2" 162PACKAGECONFIG[pcre2] = "-Dpcre2=true,-Dpcre2=false,libpcre2"
@@ -565,6 +566,7 @@ FILES_${PN} = " ${base_bindir}/* \
565 ${bindir}/resolvectl \ 566 ${bindir}/resolvectl \
566 ${bindir}/timedatectl \ 567 ${bindir}/timedatectl \
567 ${bindir}/bootctl \ 568 ${bindir}/bootctl \
569 ${bindir}/oomctl \
568 ${exec_prefix}/lib/tmpfiles.d/*.conf \ 570 ${exec_prefix}/lib/tmpfiles.d/*.conf \
569 ${exec_prefix}/lib/systemd \ 571 ${exec_prefix}/lib/systemd \
570 ${exec_prefix}/lib/modules-load.d \ 572 ${exec_prefix}/lib/modules-load.d \