summaryrefslogtreecommitdiff
path: root/recipes/klibc/klibc_1.5.18.bb
AgeCommit message (Collapse)AuthorFiles
2010-08-16klibc: bump to 1.5.19Andrea Adami1
* add getrusage patch * remove version 1.5.18 * staging of klcc is still broken. WIP
2010-08-12klibc: Fix staging and PRKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-11klibc: Remove do_stageKhem Raj1
* Some cleanups Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-12klibc: remove old unused 1.5 and 1.5.15 recipes.Andrea Adami1
* Keep 1.5.18 which builds vs. 2.6.2x and 2.6.3x kernels. * Reintroduce do_stage (hard to die!). * WIP in order to get finally rid of legacy staging * For the moment, refactor the recipe and bump PR.
2010-07-01klibc_1.5.18: Fix the build for x86 on newer kernels.Khem Raj1
* We were setting KLIBCARCH to match kernel arch while this let klibc build, it did not configure in right syscalls because klibc still use 'i386' the patch tells klibc to look for right places in kernel tree based on arch and we can stop synthesizing KLIBCARCH to be same as kernel arch. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-02Revert "klibc: fix packaging"Martin Jansa1
This reverts commit e020cd9b2c61fd19bb55ec3fd38abcfdbd3f651c. Acked-by: Koen Kooi <k-kooi@ti.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-01klibc: fix packagingAndrea Adami1
* insmod was removed after klibc_1.5 * dmesg, sync and ls have been added with 1.5.15 * wc and losetup are provided by OpenEmbedded patches * bump INC_PR and recipe's PR to propagate the changes to klibc-utils
2010-05-31klibc: add some patches to 1.5.18 and make it build vs. old kernels.Andrea Adami1
* increase default preference, tested on arm
2010-05-03klibc: add 1.5.18Martin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>