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-10-15 | mtn2git: remove .mtn2git_empty files in non-empty directories | Jan Luebbe | 2 | |
2008-06-21 | various: more libusb -> libusbcompat changes | Koen Kooi | 1 | |
2008-01-26 | divers: replace '=' definition of dbg packages with '+=' for 43 files. ↵ | Rolf Leggewie | 1 | |
fixes 2317. | ||||
2007-02-28 | usrp-0.12.bb : Fix QA problems with python packages. | Philip Balister | 1 | |
Apply usb1.1 patch only for omap5912osk. | ||||
2007-01-16 | disapproval of revision '1b4f1b0c118eeaad3bf775fe1f5c2080e0e260c6' | Philip Balister | 1 | |
Committed usrp hack by mistake, back out and recommit. | ||||
2007-01-16 | fftw_3.1.2.bb : Add fftw support to openembedded. | Philip Balister | 1 | |
2007-01-09 | usrp_0.12.bb : Fix compile.h header file problem. | Philip Balister | 2 | |
Add hack so it links on EFIKA/powerpc. | ||||
2006-10-22 | packages/usrp/files/install_test.patch : Add patch required to install usrp | Philip Balister | 1 | |
usrp test programs. | ||||
2006-10-22 | packages/usrp/usrp_0.12.bb : Install the usrp test programs in the image. | Philip Balister | 1 | |
2006-10-20 | usrp_0.12.bb : update list of include files that need installing for 0.12. | Philip Balister | 1 | |
2006-10-20 | usrp: depends on boost | Michael Lauer | 1 | |
2006-10-19 | usrp : Update bb file to use 0.12 version. Start fixing build process. | Philip Balister | 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 | ||||
2005-07-21 | add usrp - Support software for the Universal Software Radio Peripheral (USRP) | Michael Lauer | 4 | |
Patch courtesy Philip Balister |