Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2008-10-18 | bb files: Revert the introduction of FILE_PR | Holger Hans Peter Freyther | 1 | |
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 | 1 | |
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-09-21 | klibc: add x86 targets. close bug# 4567 | Junqian Gordon Xu | 1 | |
2008-04-14 | klibc: add wc to tools | Thomas Kunze | 1 | |
* for use with uniboot | ||||
2008-04-04 | klibc, klibc-utils-static: add some read options to dash | Thomas Kunze | 1 | |
2008-03-08 | klibc, klibc-utils-static: add losetup and modprobe to klibc-utils | Thomas Kunze | 1 | |
2008-02-28 | klibc.inc: reformat SRC_URI, add fstype-sane-vfat-and-jffs2 patch | Thomas Kunze | 1 | |
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 | 1 | |
2008-02-24 | klibc, klibc-utils-static: apply config-eabi.patch only once | Thomas Kunze | 1 | |
2008-02-22 | klibc-utils-static: add some missing utils | Thomas Kunze | 1 | |
2008-02-08 | klibc: make changes so that klibc-utils-static compiles for eabi as well. ↵ | Thomas Kunze | 1 | |
Closes 3745. | ||||
2008-02-06 | klibc: move do_stage to separate inc file. Fixes do_stage failure for ↵ | Rolf Leggewie | 1 | |
klibc-utils-static. | ||||
2008-02-05 | klibc-utils-static: first commit. partly closes 3739. | Rolf Leggewie | 1 | |