DISTRO_FEATURES: Remove usbgadget

This feature is used only when MACHINE_FEATURE also contains ubsgadget
and it is enabling some kernel modules. Since we are enabling the
modules manually in the kernel, we don't need this.

Also none of our hardware works as a usbgadget.

BugzID: 73589
This commit is contained in:
Alexandre Bard 2021-08-16 19:38:31 +02:00
parent 4fca05748d
commit bf19c50097
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" PREFERRED_PROVIDER_virtual/kernel = "linux-netmodule"
KERNEL_MODULE_AUTOLOAD += "cryptodev" KERNEL_MODULE_AUTOLOAD += "cryptodev"
DISTRO_FEATURES = "bluetooth ext2 ipv4 ipv6 usbgadget usbhost wifi xattr nfs zeroconf pci nfc vfat opengl ptest multiarch usrmerge systemd " DISTRO_FEATURES = "bluetooth ext2 ipv4 ipv6 usbhost wifi xattr nfs zeroconf pci nfc vfat opengl ptest multiarch usrmerge systemd "
# The BACKFILLed features are features which were defaults in previous # The BACKFILLed features are features which were defaults in previous
# yocto versions but are now optional. # yocto versions but are now optional.