summaryrefslogtreecommitdiff
path: root/recipes/eglibc/eglibc_2.10.bb
AgeCommit message (Collapse)AuthorFiles
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson1
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 Larson1
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 Jansa1
* 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-06eglibc: Move away from legacy staging.Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-04-01eglibc: Add patch to limit gcc commandline output.Khem Raj1
* 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 Raj1
* 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 Rini1
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>
2009-12-09eglibc: Update SRCREV to include recent patches into 2.10, 2.11 and svn recipes.Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-11-13eglibc_2.11: Add recipes for new eglibc 2.11 releaseKhem Raj1
* 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>
2009-11-04eglibc: updated armv4t-interworking.patchMartin Jansa1
* Updated patch to make SYSCALL_ERROR_HANDLER interworking safe. * Phil Blundell found and fixed another issue in eglibc armv4t builds. Signed-off-by: Martin.Jansa <Martin.Jansa@gmail.com>
2009-10-30eglibc: Backport IO-acquire-lock-fix.patchKhem Raj1
* Move the svn recipe to latest git revision. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-10-28eglibc: Forward port armv4t-interworking patchKhem Raj1
* This patch is needed to support armv4t targets. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-10-22eglibc_2.9: Remove un-needed patches.Khem Raj1
* Update the SRCREV to get latest bugfixes for 2.10 * Update svn recipe to point to latest trunk. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-14eglibc: Bump the SRCREV to get new fixes.Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-16eglibc: Use FILESPATHPKG, move SRCREV to svn recipeKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-07-14eglibc_2.10: Add new eglibc 2.10 recipes.Khem Raj1
eglibc 2.10 has been released.