meta-phosphor: unset 'largefile' feature

According to poky/documentation/migration-guides/migration-4.1.rst,
the DISTRO_FEATURE `largefile` no longer exists.  Remove it from
our default feature list.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Id6d052c439ea2442dea5cb98468d7e2d68cb7c42
diff --git a/meta-phosphor/conf/distro/include/phosphor-base.inc b/meta-phosphor/conf/distro/include/phosphor-base.inc
index 49d5aa3..5eff315 100644
--- a/meta-phosphor/conf/distro/include/phosphor-base.inc
+++ b/meta-phosphor/conf/distro/include/phosphor-base.inc
@@ -4,7 +4,7 @@
 DISTRO_CODENAME ?= "mickledore"
 
 # Override these in poky based distros
-POKY_DEFAULT_DISTRO_FEATURES = "largefile opengl ptest multiarch wayland vulkan"
+POKY_DEFAULT_DISTRO_FEATURES = "opengl ptest multiarch wayland vulkan"
 POKY_DEFAULT_EXTRA_RDEPENDS = "packagegroup-core-boot"
 POKY_DEFAULT_EXTRA_RRECOMMENDS = "kernel-module-af-packet"