diff options
Diffstat (limited to 'meta/conf/distro/include/default-distrovars.inc')
-rw-r--r-- | meta/conf/distro/include/default-distrovars.inc | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc index 76edff6480..7a0baf3260 100644 --- a/meta/conf/distro/include/default-distrovars.inc +++ b/meta/conf/distro/include/default-distrovars.inc | |||
@@ -10,17 +10,8 @@ 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 irda largefile pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci 3g nfc x11" | 13 | DISTRO_FEATURES_DEFAULT ?= "acl alsa argp bluetooth ext2 ipv4 ipv6 irda largefile pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci 3g nfc x11" |
14 | DISTRO_FEATURES_LIBC_DEFAULT ?= "ipv4 ipv6 libc-backtrace libc-big-macros libc-bsd libc-cxx-tests libc-catgets libc-charsets libc-crypt \ | 14 | DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT}" |
15 | libc-crypt-ufc libc-db-aliases libc-envz libc-fcvt libc-fmtmsg libc-fstab libc-ftraverse \ | ||
16 | libc-getlogin libc-idn libc-inet-anl libc-libm libc-locales libc-locale-code \ | ||
17 | libc-memusage libc-nsswitch libc-rcmd libc-rtld-debug libc-spawn libc-streams \ | ||
18 | libc-utmp libc-utmpx libc-wordexp libc-posix-clang-wchar libc-posix-regexp libc-posix-regexp-glibc \ | ||
19 | libc-posix-wchar-io" | ||
20 | DISTRO_FEATURES_LIBC ?= "${DISTRO_FEATURES_LIBC_DEFAULT}" | ||
21 | DISTRO_FEATURES_LIBC_class-nativesdk = "${DISTRO_FEATURES_LIBC_DEFAULT}" | ||
22 | DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT} ${DISTRO_FEATURES_LIBC}" | ||
23 | |||
24 | IMAGE_FEATURES ?= "" | 15 | IMAGE_FEATURES ?= "" |
25 | 16 | ||
26 | WHITELIST_GPL-3.0 ?= "" | 17 | WHITELIST_GPL-3.0 ?= "" |