summaryrefslogtreecommitdiff
path: root/packages/klibc
AgeCommit message (Collapse)AuthorFiles
2008-12-02klibc-utils-static 1.5: modprobe should live in /sbinPaul Sokolovsky1
* That's where various things expect to find it, in particular, kernel's kmod.
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther2
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther2
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe2
2008-09-21klibc: add x86 targets. close bug# 4567Junqian Gordon Xu3
2008-04-15klibc: add missing wc.patchThomas Kunze1
2008-04-14klibc: add wc to toolsThomas Kunze4
* for use with uniboot
2008-04-04klibc, klibc-utils-static: add some read options to dashThomas Kunze4
2008-03-08klibc-utils-fstype-static 1.1.1: Remove hacky recipe now that there's ↵Paul Sokolovsky2
klibc-utils-static.
2008-03-08klibc, klibc-utils-static: add losetup and modprobe to klibc-utilsThomas Kunze6
2008-03-03merge of '388cd6753bc837f738cd188974a81f8d8e983881'Paul Sokolovsky1
and 'c052dd40dfd39a1d1849502d02aca39af920a465'
2008-03-02klibc: add missing patchThomas Kunze1
2008-03-01klibc-utils-fstype 1.1.1: Rename to klibc-utils-fstype-static.Paul Sokolovsky1
* Dirty rename games until we'll have klibc-utils buildable and working.
2008-02-28klibc.inc: reformat SRC_URI, add fstype-sane-vfat-and-jffs2 patchThomas Kunze3
Change of SRC_URI was necessary because the eabi patch wasn't always appllied by bitbake.
2008-02-26klibc: make klibc compile with eabi uclibcThomas Kunze3
2008-02-24klibc: fix a staging errorThomas Kunze2
2008-02-24klibc, klibc-utils-static: apply config-eabi.patch only onceThomas Kunze3
2008-02-22klibc: update to 1.5 remove old non-working versionsThomas Kunze7
* build shared klibc-utils * set CC="${TARGET_PREFIX}klcc" if you want to compile against klibc
2008-02-22klibc-utils-static: add some missing utilsThomas Kunze1
2008-02-14klibc-utils-fstype 1.1.1: Add rudimentary jffs2 detection.Paul Sokolovsky2
2008-02-08klibc: make changes so that klibc-utils-static compiles for eabi as well. ↵Thomas Kunze2
Closes 3745.
2008-02-06klibc: move do_stage to separate inc file. Fixes do_stage failure for ↵Rolf Leggewie3
klibc-utils-static.
2008-02-05klibc-utils-static: first commit. partly closes 3739.Rolf Leggewie1
2008-01-25divers: add debug package for 85 files with hardcoded PACKAGES definition. ↵Rolf Leggewie1
Partly fixes 2471.
2007-11-24klibc-utils-fstype: Create a separate recipe for klibc's fstype.Paul Sokolovsky2
* ... built against normal system libc.
2007-11-23klibc 1.1.1: Fix multimachine build.Paul Sokolovsky2
* klibc fishes in kernel sources, and this is per-machine stuff, so klibc must be per-machine too. This is of course not ideal, as klibc is *not* machine-dependent, but at least it's on par with uclibc, which has the same issue.
2007-10-29Remove final references to BUILD_SYS in staging pathsRichard Purdie1
2007-10-29packages: Improve BUILD_SYS references to stagingRichard Purdie1
2006-12-31Split STAGING_BINDIR into CROSS and NATIVE versions. This means there is no ↵Richard Purdie1
need to rename -config scripts and multimachine won't break with binconfig.bbclass. ***NOTE: This change will require staging to be rebuilt***
2006-12-12many files: KERNELORG_MIRROR variable createdMarcin Juszkiewicz1
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi1
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details