From 81208d01194522fb76488349a550e0d2316abc4a Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Tue, 27 Nov 2018 13:57:47 -0500 Subject: 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 --- meta-phosphor/recipes-core/systemd/systemd_%.bbappend | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'meta-phosphor/recipes-core') 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" -- cgit v1.2.3