mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
DISTRO_FEATURES: remove uclibc remnants
"argp" was used to tweak a uclibc feature. With uclibc's removal, this option to DISTRO_FEATURES is no longer required/used. (From OE-Core rev: 335940ac3efb4589e67453b132c2e50bd6c75639) Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
0bce62d586
commit
cb70fcae6b
@@ -16,7 +16,7 @@ DISTRO_FEATURES_DEFAULT:remove:riscv32 = "seccomp"
|
|||||||
# seccomp is not yet ported to ARC
|
# seccomp is not yet ported to ARC
|
||||||
DISTRO_FEATURES_DEFAULT:remove:arc = "seccomp"
|
DISTRO_FEATURES_DEFAULT:remove:arc = "seccomp"
|
||||||
|
|
||||||
DISTRO_FEATURES_DEFAULT ?= "acl alsa argp bluetooth debuginfod ext2 ipv4 ipv6 largefile pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci 3g nfc x11 vfat seccomp"
|
DISTRO_FEATURES_DEFAULT ?= "acl alsa bluetooth debuginfod ext2 ipv4 ipv6 largefile pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci 3g nfc x11 vfat seccomp"
|
||||||
DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT}"
|
DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT}"
|
||||||
IMAGE_FEATURES ?= ""
|
IMAGE_FEATURES ?= ""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user