Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2008-12-02 | klibc-utils-static 1.5: modprobe should live in /sbin | Paul Sokolovsky | 1 | |
* That's where various things expect to find it, in particular, kernel's kmod. | ||||
2008-10-18 | bb files: Revert the introduction of FILE_PR | Holger Hans Peter Freyther | 2 | |
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_PR | Holger Hans Peter Freyther | 2 | |
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-15 | mtn2git: remove .mtn2git_empty files in non-empty directories | Jan Luebbe | 2 | |
2008-09-21 | klibc: add x86 targets. close bug# 4567 | Junqian Gordon Xu | 3 | |
2008-04-15 | klibc: add missing wc.patch | Thomas Kunze | 1 | |
2008-04-14 | klibc: add wc to tools | Thomas Kunze | 4 | |
* for use with uniboot | ||||
2008-04-04 | klibc, klibc-utils-static: add some read options to dash | Thomas Kunze | 4 | |
2008-03-08 | klibc-utils-fstype-static 1.1.1: Remove hacky recipe now that there's ↵ | Paul Sokolovsky | 2 | |
klibc-utils-static. | ||||
2008-03-08 | klibc, klibc-utils-static: add losetup and modprobe to klibc-utils | Thomas Kunze | 6 | |
2008-03-03 | merge of '388cd6753bc837f738cd188974a81f8d8e983881' | Paul Sokolovsky | 1 | |
and 'c052dd40dfd39a1d1849502d02aca39af920a465' | ||||
2008-03-02 | klibc: add missing patch | Thomas Kunze | 1 | |
2008-03-01 | klibc-utils-fstype 1.1.1: Rename to klibc-utils-fstype-static. | Paul Sokolovsky | 1 | |
* Dirty rename games until we'll have klibc-utils buildable and working. | ||||
2008-02-28 | klibc.inc: reformat SRC_URI, add fstype-sane-vfat-and-jffs2 patch | Thomas Kunze | 3 | |
Change of SRC_URI was necessary because the eabi patch wasn't always appllied by bitbake. | ||||
2008-02-26 | klibc: make klibc compile with eabi uclibc | Thomas Kunze | 3 | |
2008-02-24 | klibc: fix a staging error | Thomas Kunze | 2 | |
2008-02-24 | klibc, klibc-utils-static: apply config-eabi.patch only once | Thomas Kunze | 3 | |
2008-02-22 | klibc: update to 1.5 remove old non-working versions | Thomas Kunze | 7 | |
* build shared klibc-utils * set CC="${TARGET_PREFIX}klcc" if you want to compile against klibc | ||||
2008-02-22 | klibc-utils-static: add some missing utils | Thomas Kunze | 1 | |
2008-02-14 | klibc-utils-fstype 1.1.1: Add rudimentary jffs2 detection. | Paul Sokolovsky | 2 | |
2008-02-08 | klibc: make changes so that klibc-utils-static compiles for eabi as well. ↵ | Thomas Kunze | 2 | |
Closes 3745. | ||||
2008-02-06 | klibc: move do_stage to separate inc file. Fixes do_stage failure for ↵ | Rolf Leggewie | 3 | |
klibc-utils-static. | ||||
2008-02-05 | klibc-utils-static: first commit. partly closes 3739. | Rolf Leggewie | 1 | |
2008-01-25 | divers: add debug package for 85 files with hardcoded PACKAGES definition. ↵ | Rolf Leggewie | 1 | |
Partly fixes 2471. | ||||
2007-11-24 | klibc-utils-fstype: Create a separate recipe for klibc's fstype. | Paul Sokolovsky | 2 | |
* ... built against normal system libc. | ||||
2007-11-23 | klibc 1.1.1: Fix multimachine build. | Paul Sokolovsky | 2 | |
* 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-29 | Remove final references to BUILD_SYS in staging paths | Richard Purdie | 1 | |
2007-10-29 | packages: Improve BUILD_SYS references to staging | Richard Purdie | 1 | |
2006-12-31 | Split STAGING_BINDIR into CROSS and NATIVE versions. This means there is no ↵ | Richard Purdie | 1 | |
need to rename -config scripts and multimachine won't break with binconfig.bbclass. ***NOTE: This change will require staging to be rebuilt*** | ||||
2006-12-12 | many files: KERNELORG_MIRROR variable created | Marcin Juszkiewicz | 1 | |
2006-10-10 | Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them. | Koen Kooi | 1 | |
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details |