diff options
author | Luca Boccassi <luca.boccassi@microsoft.com> | 2020-12-18 09:42:53 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-20 00:03:04 +0000 |
commit | 14489123f9cb3c72714b8cc53a3e98cf0e3a40d4 (patch) | |
tree | 19b3d22280ef9f5dbd6ce1ee762f4921c51448dc /meta/recipes-core | |
parent | 754d05fffebb69b6abcbe0cac39541aaee551f90 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-core/systemd/systemd_247.2.bb | 2 |
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" | |||
156 | PACKAGECONFIG[nss] = "-Dnss-systemd=true,-Dnss-systemd=false" | 156 | PACKAGECONFIG[nss] = "-Dnss-systemd=true,-Dnss-systemd=false" |
157 | PACKAGECONFIG[nss-mymachines] = "-Dnss-mymachines=true,-Dnss-mymachines=false" | 157 | PACKAGECONFIG[nss-mymachines] = "-Dnss-mymachines=true,-Dnss-mymachines=false" |
158 | PACKAGECONFIG[nss-resolve] = "-Dnss-resolve=true,-Dnss-resolve=false" | 158 | PACKAGECONFIG[nss-resolve] = "-Dnss-resolve=true,-Dnss-resolve=false" |
159 | PACKAGECONFIG[oomd] = "-Doomd=true,-Doomd=false" | ||
159 | PACKAGECONFIG[openssl] = "-Dopenssl=true,-Dopenssl=false,openssl" | 160 | PACKAGECONFIG[openssl] = "-Dopenssl=true,-Dopenssl=false,openssl" |
160 | PACKAGECONFIG[pam] = "-Dpam=true,-Dpam=false,libpam,${PAM_PLUGINS}" | 161 | PACKAGECONFIG[pam] = "-Dpam=true,-Dpam=false,libpam,${PAM_PLUGINS}" |
161 | PACKAGECONFIG[pcre2] = "-Dpcre2=true,-Dpcre2=false,libpcre2" | 162 | PACKAGECONFIG[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 \ |