summaryrefslogtreecommitdiff
path: root/recipes/klibc
AgeCommit message (Collapse)AuthorFiles
2010-08-05klibc: get rid of legacy stagingAndrea Adami2
* bump PR
2010-08-03recipes: Fix the PATHs for toolchains.Khem Raj1
* Look into the new multi-machine friendly installation. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-22recipes: Fix references to CROSS_DIRKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Tom Rini <tom_rini@mentor.com> Acked-by: Richard Purdie <rpurdie@rpsys.net> Ackef-by: Chris Larson <clarson@kergoth.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org>
2010-07-22klibc: bump PR after relocating losetupAndrea Adami1
2010-07-22klibc-utils: move losetup in /sbinAndrea Adami1
* as done for modprobe
2010-07-01klibc_1.5.18: Fix the build for x86 on newer kernels.Khem Raj7
* 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-02klibc: fix packaging without moving PACKAGES and FILES_ back to recipesMartin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-02Revert "klibc: fix packaging"Martin Jansa7
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 Adami7
* 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: major clean out of intermediate recipes.Andrea Adami35
* keep klibc_1.5 (first prototype) * keep up-to-date klibc_1.5.18 patched to compile with 2.6.2x and 2.6.3x * runtime tested on armv5te
2010-05-31klibc: add some patches to 1.5.18 and make it build vs. old kernels.Andrea Adami4
* increase default preference, tested on arm
2010-05-31klibc: add some patches to 1.5.17 and make it build vs. old kernels.Andrea Adami4
* increase default preference, tested on arm
2010-05-31klibc: initial commit of ver. 1.5.16. Tested on arm.Andrea Adami8
2010-05-30klibc: remove forgotten cruft in klibc_1.5.15+1.5.16.incAndrea Adami1
2010-05-30klibc: rework socket.h.patch for v. 1.5.15+1.5.16. Fix ugly c&p bug.Andrea Adami2
2010-05-30klibc: bump to 1.5.15+1.5.16Andrea Adami2
* tested on arm with 2.6.26 and 2.6.33, 2.6.34 kernels
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson6
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 Larson6
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-03klibc: add 1.5.18Martin Jansa7
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-03klibc: add 1.5.17Eric BENARD6
Tested only on x86, with kernel 2.6.33 and 2.6.32 Signed-off-by: Eric Benard <eric@eukrea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Andrea Adami <andrea.adami@gmail.com>
2010-05-03klibc: cleanup all versionMartin Jansa13
* reuse as much .inc as possible * use INC_PR * added klibc-utils.inc with common do_install_append for installing all utils added PACKAGES + FILES variables for them (union for all klibc versions) * added klibc-utils-static.inc with common part of all klibc-utils-static recipes and including klibc-utils.inc in the end with prepared variables to install static versions * modprobe was installed in base_bindir for shared and base_sbindir for static, unified to base_sbindir * next task will be to convert all to new staging (don't know how to install to cross with native install). * 1.5.15 tested with slugos/nslu2le linux-ixp4xx-2.6.27.8+svnr1089-r2 * >= 1.5.15+1.5.16 tested with angstrom/spitz linux-2.6.34-rc6+git% * all version: with newer kernel version where is no include/asm, which is replaced with include/asm-generic + ie arch/arm/include/asm/ we can stage asm -> ../arch/arm/include/asm/ link, or fix klibc autotools to use arch inludes correctly * >= 1.5.15+1.5.16: expects newer kernel and also built (staged) after http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=b2f6d8d0200974b8b98f1bb9b10d46fb06e14b15 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Andrea Adami <andrea.adami@gmail.com>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa6
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-26klibc-1.5.16: add socket.h patch for build with 2.6.33Martin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-21klibc: major patch split and reordering, recipe cleaning.Andrea Adami27
* update order of patches to include upstream changes * bump PR for all three recipes * fix typo in klibc_1.5 about 'sh' * clean tabs Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2010-02-21klibc_1.5.15+1.5.16: initial commit. Legacy staging is broken. WIP.Andrea Adami16
2009-12-14klibc: teach klcc what -isystem isHenning Heinold3
* bump PR
2009-11-12klibc-1.5.15: Unbreak the build for x86 with kernels < 2.6.31Khem Raj2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-10-27klibc-1.5.15: fix build against 2.6.31 linux headersJeremy Lainé4
* apply patches from Ubuntu to build against 2.6.31 linux headers
2009-10-23klibc_*.inc: fix QA about packaging (klibc.so only for -dev)Jeremy Laine2
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2009-09-03OpenEmbedded: Switch to using linux-uclibceabi and linux-gnu for TARGET_OSKhem Raj1
* Bump the ABI_LAYOUT. Build from scratch will be needed. * Replace using TARGET_OS from linux->linux-gnu. * Replace using linux-uclibcgnueabi->linux-uclibceabi. * Add 'eabi' to DISTRO_FEATURES (only for minimal and micro). * Use eabi and BASE_PACKAGE_ARCH to compute real TARGET_OS. * Fix the micro conf to get console image building. * Fix the linux-uclibcgnueabi overrides in all recipes. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Phill Blundell <pb@reciva.com> Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de>
2009-08-07klibc_1.5.15 / klibc-utils-static_1.5.15: add 'dmesg' and 'sync' targetsAndrea Adami3
2009-08-07klibc: reorganize recipes and patches (use FILESPATHPKG)Andrea Adami12
2009-08-06klibc, klibc-utils-static: bump to Testing/1.5.15Andrea Adami12
2009-06-18Revert "linux-2.6.29: add a default kernel for tqm8540"Koen Kooi1
This reverts commit f1cc64d92cc4023fe8180dc0079d010eec0d71b0.
2009-06-18linux-2.6.29: add a default kernel for tqm8540Dmitry Eremin-Solenikov1
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko12
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>