diff options
-rw-r--r-- | meta-phosphor/conf/distro/include/phosphor-base.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-phosphor/conf/distro/include/phosphor-base.inc b/meta-phosphor/conf/distro/include/phosphor-base.inc index 203ed7471..483e92f34 100644 --- a/meta-phosphor/conf/distro/include/phosphor-base.inc +++ b/meta-phosphor/conf/distro/include/phosphor-base.inc @@ -70,3 +70,8 @@ IMAGE_CLASSES_append = " image_types_phosphor" # enabled on a BMC distribution. Silence the emitted # warning. 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" |