summaryrefslogtreecommitdiff
path: root/recipes/glibc/glibc-package.bbclass
AgeCommit message (Collapse)AuthorFiles
2009-11-20glibc: Separate out core glibc packaging functionality into a class which ↵Richard Purdie1
can be reused by external toolchains (from Poky) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-10glibc-package.bbclass: Operate on PKG, not D after package.bbclass updatesRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-10-27glibc package bbclass: tweak library packagingKoen Kooi1
libcidn and libmemusage have there own package now Static libs move around a bit: glibc-dev: /usr/lib/libpthread_nonshared.a /usr/lib/libc_nonshared.a glibc-static: /usr/lib/libm.a /usr/lib/libbsd-compat.a /usr/lib/libanl.a /usr/lib/libpthread.a /usr/lib/libcrypt.a /usr/lib/libresolv.a /usr/lib/libutil.a /usr/lib/libieee.a /usr/lib/librt.a /usr/lib/libnsl.a /usr/lib/libdl.a /usr/lib/libc.a /usr/lib/libmcheck.a /usr/lib/libBrokenLocale.a /usr/lib/libg.a
2009-10-23glibc-package.bbclass : added KaeilOS hack supporting glibc 2.9Marco Cavallini1
2009-09-12glibc-package bbclass: add hack to avoid "kernel too old" error when ↵Koen Kooi1
generating locales in angstrom The proper fix would be to patch linux-libc-headers with 0001-implement-TIF_RESTORE_SIGMASK-support-and-enable-the.patch and all arm kernels as well. Since that's quite an undertaking angstrom needs to short term hack like this commit to keep things building while the proper fix is being worked on.
2009-08-27glibc-package.bbclass: Reverted 056a67f6070c5ea561acb65049b551e24f3b7eb6.Stanislav Brabec1
* see http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-August/013429.html
2009-08-26glibc: nscd: Make it working.Stanislav Brabec1
2009-08-26glibc: Install ld.so.conf, so ldconfig does not complain.Stanislav Brabec1
2009-08-20glibc: fix hardcoded /sbin/ldconfig pathMichael Smith1
Put it in ${base_sbindir} instead of /sbin. Bump INC_PR to r34. Signed-off-by: Michael Smith <msmith@cbnco.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2009-08-10eglibc-package.bbclass glibc-package.bbclass: Use ls -d in do_prep_locale_treeMarc Olzheim1
ls -d will list directories as plain files and then cp -R will copy the contents over. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-06-08glibc: fixed QA problemsmd1
- glibc-package.bbclass defines glibc-dbg as a package, but by default generating debug code is disabled in the build - as a fix the QA check for the glibc-dbg package is disabled
2009-06-04glibc-package: respect ${base_libdir}, don't admit .a files into main ↵Phil Blundell1
library package Acked-By: Michael Smith <msmith@cbnco.com>
2009-05-30(e)glibc-package: enable binary locale generation for powerpcRoman Khimov1
It works there, so add to whitelist.
2009-05-17(e)glibc-package: enable binary locale generation on x86 and x86_64Roman I Khimov1
Works well for this targets, so we can add that to BINARY_LOCALE_ARCHES whitelist. Acked-by: Tom Rini <trini@embeddedalley.com>
2009-05-17(e)glibc-package: set LD_LIBRARY_PATH on binary locale generationRoman I Khimov1
Locale generation might fail with SIGSEGV if host libs get messed with target libs, that might easily happen via /etc/ld.so.cache when building x86(_64) target on x86(_64) host. So explicitly specify LD_LIBRARY_PATH to prevent that. Acked-by: Tom Rini <trini@embeddedalley.com>
2009-05-17(e)glibc-package: fix kernel version passed to qemuRoman I Khimov1
Binary locale generation fails with FATAL: kernel too old if (e)glibc is configured for kernels newer than 2.6.16. This comes from kernel version check in sysdeps/unix/sysv/linux/dl-osinfo.h. We configure (e)glibc with "--enable-kernel=${OLDEST_KERNEL}", so to pass this check we need kernel version reported from QEMU to (e)glibc be $OLDEST_KERNEL or higher. Fix qemu "-r" parameter to match OLDEST_KERNEL. Acked-by: Tom Rini <trini@embeddedalley.com>
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko1
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>