summaryrefslogtreecommitdiff
path: root/recipes/klibc/klibc_1.5.18.bb
AgeCommit message (Collapse)AuthorFiles
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>