DISTRO_FEATURES: Remove acl
ACL is an advanced feature and can be enabled by customers if required. BugzID: 73589
This commit is contained in:
parent
53e8395e56
commit
81ec55649b
|
|
@ -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 = "acl alsa argp bluetooth ext2 ipv4 ipv6 largefile pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci nfc vfat largefile opengl ptest multiarch usrmerge systemd "
|
DISTRO_FEATURES = "alsa argp bluetooth ext2 ipv4 ipv6 largefile pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci nfc vfat largefile 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