summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-core
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2019-04-16 20:34:33 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-04-23 14:26:25 +0300
commitcf32800cdcd21fe7050d3bf279714785ff2cc63c (patch)
tree7f6fc95f3f79161c37506431d56d8c113d76b498 /meta-phosphor/recipes-core
parent94f3850f3c01e7eb883fba48b9211ac14fa75ee1 (diff)
downloadopenbmc-cf32800cdcd21fe7050d3bf279714785ff2cc63c.tar.xz
meta-phosphor: Opt out of new systemd configs
Opt out of new systemd meson config options by default. This keeps our systemd configuration as minimal as possible by default, and makes an explicit statement about what is supported by meta-phosphor and what is not. (From meta-phosphor rev: 1ea62b5ba89e07d0ee0ac8afecbe124ccc2909f6) Change-Id: I965bf50f8edacdb754dbb177bd7631325baaf34d Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-core')
-rw-r--r--meta-phosphor/recipes-core/systemd/systemd_%.bbappend5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-phosphor/recipes-core/systemd/systemd_%.bbappend b/meta-phosphor/recipes-core/systemd/systemd_%.bbappend
index fa6a7ed8e..e1067f0e5 100644
--- a/meta-phosphor/recipes-core/systemd/systemd_%.bbappend
+++ b/meta-phosphor/recipes-core/systemd/systemd_%.bbappend
@@ -1,9 +1,8 @@
FILES_${PN}-catalog-extralocales = \
"${exec_prefix}/lib/systemd/catalog/*.*.catalog"
PACKAGES =+ "${PN}-catalog-extralocales"
-PACKAGECONFIG_remove = "backlight binfmt firstboot gshadow hibernate ima \
- localed logind machined nss nss-mymachines nss-resolve \
- polkit quotacheck smack utmp vconsole"
+PACKAGECONFIG = "pam hostnamed networkd randomseed resolved sysusers timedated \
+ timesyncd xz"
FILESEXTRAPATHS_append := "${THISDIR}/${PN}:"
SRC_URI += "file://default.network"