summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/recipes-core/systemd
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2018-11-27 13:57:47 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-11-28 08:02:48 -0500
commit81208d01194522fb76488349a550e0d2316abc4a (patch)
tree11a52c61ec10f91fcaecba044fbea57e9bc21d4d /meta-phosphor/recipes-core/systemd
parente9e98fd85cddb32a6c6cea3d63e9885d2cab4a39 (diff)
downloadtalos-openbmc-81208d01194522fb76488349a550e0d2316abc4a.tar.gz
talos-openbmc-81208d01194522fb76488349a550e0d2316abc4a.zip
meta-phosphor: systemd: rework PACKAGECONFIG
Phosphor removes a number of systemd packageconfigs that are enabled by default in oe-core. Sort the removal list alphabetically. Remove networkd. It is now selected by default in oe-core. Remove vconsole. Typically vconsoles aren't needed on a BMC and vconsole support has significant footprint cost. Remove ldconfig. The base recipe controls this via distro feature; don't override. Remove kdbus and bootchart. They aren't options anymore. (From meta-phosphor rev: 65ae799165fce6e5b50c68e32d20a09d2cdbd52f) Change-Id: Ieefd0d0d13cfdc65debbfdd3ab9ecdbc4154d28a Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-core/systemd')
-rw-r--r--meta-phosphor/recipes-core/systemd/systemd_%.bbappend7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-phosphor/recipes-core/systemd/systemd_%.bbappend b/meta-phosphor/recipes-core/systemd/systemd_%.bbappend
index 9611cabae..7ab626e00 100644
--- a/meta-phosphor/recipes-core/systemd/systemd_%.bbappend
+++ b/meta-phosphor/recipes-core/systemd/systemd_%.bbappend
@@ -1,10 +1,9 @@
FILES_${PN}-catalog-extralocales = \
"${exec_prefix}/lib/systemd/catalog/*.*.catalog"
PACKAGES =+ "${PN}-catalog-extralocales"
-PACKAGECONFIG_append = " networkd"
-PACKAGECONFIG_remove = "machined hibernate ldconfig binfmt backlight localed \
- quotacheck kdbus ima smack polkit logind bootchart utmp \
- manpages"
+PACKAGECONFIG_remove = "backlight binfmt firstboot hibernate ima \
+ localed logind machined polkit quotacheck smack utmp \
+ vconsole"
FILESEXTRAPATHS_append := "${THISDIR}/${PN}:"
SRC_URI += "file://default.network"
SRC_URI += "file://0001-sd-bus-Don-t-automatically-add-ObjectManager.patch"
OpenPOWER on IntegriCloud