DISTRO_FEATURES: Remove pci
It depends on its counterpart in MACHINE_FEATURES and the only package it is providing is anyway just pcituils. BugzID: 73589
This commit is contained in:
parent
9e1e6a97d5
commit
fcaf013791
|
|
@ -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 pci nfc vfat opengl ptest multiarch usrmerge systemd "
|
||||
DISTRO_FEATURES = "bluetooth ext2 ipv4 ipv6 wifi nfc vfat opengl ptest multiarch usrmerge systemd "
|
||||
|
||||
# The BACKFILLed features are features which were defaults in previous
|
||||
# yocto versions but are now optional.
|
||||
|
|
|
|||
Loading…
Reference in New Issue