summaryrefslogtreecommitdiff
path: root/meta/classes/glibc-package.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* libc-package.bbclass: merge glibc & eglibc class filesNitin A Kamble2010-09-021-279/+0
| | | | | | | | | | | | | | | | | | | | Other enhancements: print qemu's stdio & error on failure glibc: enable locale generation for all arches eglibc: enable binary locale generation for mips And cleanup of code based on the code review. [e]glibc: move common definition in the common file bitbake was complaining about duplicate definition of get_libc_fpu_setting in eglibc.inc & glibc.inc files. And bump PRs Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Install cross-packages into the native sysrootJoshua Lock2010-04-271-2/+2
| | | | | | | | | | | Cross is no longer required so can go away, we now install cross packages into the native sysroot and use them from there. This patch includes updates to classes and some recipes which reference CROSS_DIR. Others still need fixing an image can be built and run with this patch applied. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* glibc-package.bbclass: Fix the case PN == glibcRichard Purdie2009-11-201-7/+18
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* glibc-package.bbclass: Add GLIBC_INTERNAL_USE_BINARY_LOCALE precompiled modeRichard Purdie2009-11-201-32/+39
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* glibc: Separate out core glibc packaging functionality into a classRichard Purdie2009-11-191-0/+261
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>