DISTRO_FEATURES: Remove vfat

There is no intention to support vfat in our distribution.

BugzID: 73589
This commit is contained in:
Alexandre Bard 2021-08-16 20:07:08 +02:00
parent a61873d0ce
commit 0d8ee050eb
1 changed files with 1 additions and 1 deletions

View File

@ -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 wifi vfat opengl ptest multiarch usrmerge systemd "
DISTRO_FEATURES = "bluetooth ext2 ipv4 ipv6 wifi opengl ptest multiarch usrmerge systemd "
# The BACKFILLed features are features which were defaults in previous
# yocto versions but are now optional.