From ba031eef8dfc83d900caeb097858511bbf729b7e Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Mon, 16 Aug 2021 19:33:34 +0200 Subject: [PATCH] DISTRO_FEATURES: Remove largefile This features was not find used in openembedded-core BugzID: 73589 --- conf/distro/netmodule-linux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/distro/netmodule-linux.conf b/conf/distro/netmodule-linux.conf index 781f954..291c13e 100644 --- a/conf/distro/netmodule-linux.conf +++ b/conf/distro/netmodule-linux.conf @@ -21,7 +21,7 @@ VIRTUAL-RUNTIME_init_manager = "systemd" PREFERRED_PROVIDER_virtual/kernel = "linux-netmodule" KERNEL_MODULE_AUTOLOAD += "cryptodev" -DISTRO_FEATURES = "bluetooth ext2 ipv4 ipv6 largefile pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci nfc vfat largefile opengl ptest multiarch usrmerge systemd " +DISTRO_FEATURES = "bluetooth ext2 ipv4 ipv6 pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci nfc vfat opengl ptest multiarch usrmerge systemd " # The BACKFILLed features are features which were defaults in previous # yocto versions but are now optional.