From 79e49347e8b2311baa8a855179fb2228cea24f77 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Mon, 16 Sep 2019 17:50:53 -0700 Subject: phosphor-base: Remove hwdb and mime info from all images All of our images should remove these features as they are unnecessary and impractical to run on any of our boards. Leaving these enabled for core-image-minimal made booting take ~60s in userspace and it filled up the rwfs on my machines. There doesn't seem to be any benefit to providing these with any of our images currently. (From meta-phosphor rev: 563b83bf8de93017e16ca46d3013333ee840818c) Change-Id: Id2d29d27ffba3659b15ce73714b308362d862ec3 Signed-off-by: William A. Kennington III Signed-off-by: Brad Bishop --- meta-phosphor/conf/distro/include/phosphor-base.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-phosphor/conf/distro') diff --git a/meta-phosphor/conf/distro/include/phosphor-base.inc b/meta-phosphor/conf/distro/include/phosphor-base.inc index 9351afad9..dc6d4ae48 100644 --- a/meta-phosphor/conf/distro/include/phosphor-base.inc +++ b/meta-phosphor/conf/distro/include/phosphor-base.inc @@ -146,8 +146,8 @@ SKIP_META_VIRT_SANITY_CHECK = "1" # Skip the udev database by default. It adds around 2MB # compressed to the root filesystem, and probably doesn't # make sense on a BMC anyway. -BAD_RECOMMENDATIONS_pn-obmc-phosphor-image = "udev-hwdb" -BAD_RECOMMENDATIONS_pn-obmc-phosphor-image += "shared-mime-info" +BAD_RECOMMENDATIONS += "udev-hwdb" +BAD_RECOMMENDATIONS += "shared-mime-info" LAYER_CONF_VERSION ?= "8" -- cgit v1.2.3