diff options
author | Kang Kai <kai.kang@windriver.com> | 2011-06-07 16:02:53 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-06-14 09:21:31 -0700 |
commit | 18ba9b31f059ad5d983d826eb2f1a77e77a27921 (patch) | |
tree | d2e31d81887c68f1da83a611231387f9b7475970 /meta-yocto | |
parent | 5d142381270270a02057764c9e5c744c9ba68370 (diff) | |
download | poky-18ba9b31f059ad5d983d826eb2f1a77e77a27921.tar.gz |
bitbake: add local.conf.sample.extended
Add a new configuration file local.conf.sample.extended, and more advanced
settings what user can configure could put in this file.
Signed-off-by: Kang Kai <kai.kang@windriver.com>
Diffstat (limited to 'meta-yocto')
-rw-r--r-- | meta-yocto/conf/local.conf.sample.extended | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-yocto/conf/local.conf.sample.extended b/meta-yocto/conf/local.conf.sample.extended new file mode 100644 index 0000000000..277ee2a8ec --- /dev/null +++ b/meta-yocto/conf/local.conf.sample.extended | |||
@@ -0,0 +1,12 @@ | |||
1 | # eglibc configurability is used to reduce minimal images's size. | ||
2 | # the all supported eglibc options are listed in DISTRO_FEATURES_LIBC | ||
3 | # and disabled by default. Uncomment and copy the DISTRO_FEATURES_LIBC | ||
4 | # and DISTRO_FEATURES definitions to local.conf to enable the options. | ||
5 | #DISTRO_FEATURES_LIBC = "ipv6 libc-backtrace libc-big-macros libc-bsd libc-cxx-tests libc-catgets libc-charsets libc-crypt \ | ||
6 | # libc-crypt-ufc libc-db-aliases libc-envz libc-fcvt libc-fmtmsg libc-fstab libc-ftraverse \ | ||
7 | # libc-getlogin libc-idn libc-inet libc-inet-anl libc-libm libc-libm-big libc-locales libc-locale-code \ | ||
8 | # libc-memusage libc-nis libc-nsswitch libc-rcmd libc-rtld-debug libc-spawn libc-streams libc-sunrpc \ | ||
9 | # libc-utmp libc-utmpx libc-wordexp libc-posix-clang-wchar libc-posix-regexp libc-posix-regexp-glibc \ | ||
10 | # libc-posix-wchar-io" | ||
11 | |||
12 | #DISTRO_FEATURES = "alsa bluetooth ext2 irda pcmcia usbgadget usbhost wifi nfs zeroconf pci ${DISTRO_FEATURES_LIBC}" | ||