diff options
author | Adrian Bunk <bunk@stusta.de> | 2019-05-14 11:45:48 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-15 17:53:29 +0100 |
commit | 2537269bf53b99827191390ce9f9205cc821ec54 (patch) | |
tree | 99044198feaa3dff917dcff7d93f66c1ef90a22f /meta/conf/distro/include/default-distrovars.inc | |
parent | 92cc79f4e645b0d4bc59c1b2f12562acbae08fbe (diff) | |
download | poky-2537269bf53b99827191390ce9f9205cc821ec54.tar.gz |
Remove irda-utils and the irda feature
IrDA support was removed in kernel 4.17.
(From OE-Core rev: 9609256bfcfbb3860f68f1d8e553e9dd051ad218)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro/include/default-distrovars.inc')
-rw-r--r-- | meta/conf/distro/include/default-distrovars.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc index 7a0baf3260..10d86cf7b1 100644 --- a/meta/conf/distro/include/default-distrovars.inc +++ b/meta/conf/distro/include/default-distrovars.inc | |||
@@ -10,7 +10,7 @@ LOCALE_UTF8_ONLY ?= "0" | |||
10 | LOCALE_UTF8_IS_DEFAULT ?= "1" | 10 | LOCALE_UTF8_IS_DEFAULT ?= "1" |
11 | LOCALE_UTF8_IS_DEFAULT_class-nativesdk = "0" | 11 | LOCALE_UTF8_IS_DEFAULT_class-nativesdk = "0" |
12 | 12 | ||
13 | DISTRO_FEATURES_DEFAULT ?= "acl alsa argp bluetooth ext2 ipv4 ipv6 irda largefile pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci 3g nfc x11" | 13 | DISTRO_FEATURES_DEFAULT ?= "acl alsa argp bluetooth ext2 ipv4 ipv6 largefile pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci 3g nfc x11" |
14 | DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT}" | 14 | DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT}" |
15 | IMAGE_FEATURES ?= "" | 15 | IMAGE_FEATURES ?= "" |
16 | 16 | ||