Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
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 | 1 | |
2007-07-31 | move simple-firewall to nonworking (unfetchable and no sign of alternate ↵ | Michael Lauer | 1 | |
download location) | ||||
2007-06-08 | lots of packages: remove MAINTAINER field | Koen Kooi | 1 | |
2007-04-18 | simple-firewall: upped srcdate | Martin Dietze | 1 | |
2006-12-31 | remove extra whitespace at end-of-line in about 900 bb files. | Rolf Leggewie | 2 | |
2006-10-10 | Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them. | Koen Kooi | 4 | |
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details | ||||
2006-09-25 | nylon-scripts: upped SRCDATE as a more recent version is now used by nylon. | Martin Dietze | 1 | |
2006-09-11 | simple-firewall: fix CVSDATE/SVNDATE confusion. | Martin Dietze | 1 | |
2006-09-08 | nylon: updated images and nylon specific packages from 4G trunk | Martin Dietze | 4 | |
* updated list of supported packages in nylon-feed * new image nylon-image-extended aiming to put nylon-feed into one image (for debugging) * new versions of nylon-scripts, nylon-statistics, simple-firewall | ||||
2006-02-06 | add nylon-specific start scripts and meta packages courtesy Martin Dietze ↵ | Michael Lauer | 3 | |
<dietze@4g-systems.com> | ||||
2006-01-13 | PV changes to make sure upgrades aren't affected after the recent cvs PV ↵ | Richard Purdie | 3 | |
standardisation | ||||
2006-01-07 | Convert CVSDATE -> SRCDATE. Also standardise cvs and svn PVs to ↵ | Richard Purdie | 3 | |
x.x.x+cvsYYYYMMDD format and some includes some minor whitespace cleanup. | ||||
2005-11-22 | yamonenv, nylon-scripts, nylon-statistics, logrotate-script: fixed SRC_URI | Marcin Juszkiewicz | 3 | |
- this fixes #168 |