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.

Change-Id: I81843e06a57b963bcf2229953cc8cc3bc9a32bc0
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/recipes-core/systemd/systemd_%.bbappend b/recipes-core/systemd/systemd_%.bbappend
index fa6a7ed..e1067f0 100644
--- a/recipes-core/systemd/systemd_%.bbappend
+++ b/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"