DISTRO_FEATURES: Remove usbhost
This feature is useful only with its counterpart in MACHINE_FEATURES. It is adding usbutils which we anyway manually add ourselves. It is also "recommending" some kernel modules which we are not interested in since we enable the modules directly in the kernel config. BugzID: 73589
This commit is contained in:
parent
bf19c50097
commit
d5882ffa0b
|
|
@ -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 usbhost wifi xattr nfs zeroconf pci nfc vfat opengl ptest multiarch usrmerge systemd "
|
DISTRO_FEATURES = "bluetooth ext2 ipv4 ipv6 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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue