aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/eglibc/eglibc_2.11.bb
AgeCommit message (Collapse)Author
2010-12-14eglibc/glibc: Use/add cross-localedef to generate localesKhem Raj
* Add recipe for cross-localedef-native * Consolidate eglibc/glibc to share common contructs in bbclass * Move common code in eglibc to eglibc.inc * By default use cross-locaedef to generate locales now instead of qemu Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-07eglibc_svn.bb/eglibc_2.12.bb/eglibc_2.11.bb: Bump SRCREVKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-11-17eglibc_2.11/eglibc_2.12/eglibc_svn: Upgrade to latest SVN tipKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-11-06eglibc: fix build issue with make-3.82Vasily Khoruzhick
Add patch to fix this error when building eglibc-2.11, eglibc-2.12 with make-3.82: make[2]: Entering directory `eglibc-2_12/libc/manual' Makefile:246: *** mixed implicit and normal rules. Stop. Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-30eglibc: Fix eglibc-dev aliases and localesKhem Raj
packages which had glibc-dev in their RDEPENDS caused glibc to be pulled along with eglibc. eglibc-dev was not properly providing glibc-dev Refresh the locale generation changes with glibc(poky) Add missing eglibc-static to PACKAGES Use bitbake variables in FILES instead of hardcoded paths Move common code to eglibc.inc Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-16eglibc: Update recipe for all versionNobuhiro Iwamatsu
* Included sh4_set_fpscr.patch and sh4_set_fpscr_2.12.patch. These patch provides patch of __set_fpscr prototype. * Included sh4_local-fpscr_values.patch. This provides a patch maintaining __fpscr_values in libc. This is taken in in Debian and codesourcery already. This patch is necessary to have compatibility in these and openemdedded. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-14eglibc: Do not specify ports multiple time to --enable-addonsKhem Raj
* While building for mips64 I noticed a problem where eglibc configure did not get the mips sub arch correct during configure the reason was we had ports twice in configure commandline which ran a ports configure twice and appended machines multiple times to paths which then were wrong and it failed to select correct ABI to compile eglibc Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-10eglibc: Apply backports to 2.11 and 2.12Khem Raj
* Update version number of svn recipe Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-16eglibc: append SRCPV to PRMartin Jansa
* Automatically pick SRCREV changes without bumping PR manually Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-14eglibc_2.11.bb: Bump PR to reflect last update.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-13eglibc: Bump SRCREV for 2.11 and trunk recipesKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-11eglibc: Bump SRCREV for 2.11 and trunk.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-06eglibc: Move away from legacy staging.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-04-01eglibc: Add patch to limit gcc commandline output.Khem Raj
* This patch reduced the size of do_compile of eglibc from 12M to 5.4M and the build time for eglibc improved a bit too * The patch applied to 2.9,2.10 and 2.11 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-03-31eglibc: Apply branch fixes.Khem Raj
* Use the latest tip of the respective branches which have received bug fixes. * Move svn recipe to latest. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-03-02eglibc-package.bbclass: Add eglibc-pic, resync eglibc-dev with glibc, bump PRTom Rini
Resync what goes into eglibc-dev based on what we have in glibc-dev. This includes picking up the reset of the static libraries (many are missed otherwise and static linking in SDKs fails). We also add in a eglibc-pic package to catch all of the pic stuff (some of which would otherwise be caught in -dev). Signed-off-by: Tom Rini <tom_rini@mentor.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-02-07eglibc: Bump SRCREV to latest for svn and 2.11 recipes.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-12-25eglibc: Move SRCREV to latest tip for svn and 2.11Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-12-09eglibc: Update SRCREV to include recent patches into 2.10, 2.11 and svn recipes.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-11-13eglibc_2.11: Add recipes for new eglibc 2.11 releaseKhem Raj
* Use EGLIBC_BRANCH in missing places where it could be used. * Update svn recipe to latest. * Update svn recipe version to 2.11+ now that 2.12 is tracking trunk. * Make DEFAULT_PREFERENCE = -1 for eglibc 2.11 default stays 2.10. Signed-off-by: Khem Raj <raj.khem@gmail.com>