Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2010-03-17 | sourcepkg: save lots of space by only making the diff arch specific | Koen Kooi | 1 | |
2010-03-16 | sourcepkg: split per package arch to catch arch overrides as well | Koen Kooi | 1 | |
2010-03-15 | sourcepkg: replace python with shell to avoid problems with packaged-staging | Koen Kooi | 1 | |
2010-03-15 | sourcepkg.bbclass: OE's quilt now puts patches in patches/ instead of .pc/, ↵ | Koen Kooi | 1 | |
so add that to the blacklist as well | ||||
2010-03-15 | sourcepkg.bbclass: put files in ${PN} subdir to avoid cluttering up the dir ↵ | Koen Kooi | 1 | |
and generate diff *after* configure to pick up e.g. sed magic as well | ||||
2009-11-16 | classes: Drop a number of unneeded import calls (from Poky) | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2008-12-10 | sourcepkg bbclass: sync with poky and attemp to make it work with parallel ↵ | Koen Kooi | 1 | |
bitbake | ||||
2008-11-26 | sourcepkg.bbclass: use same deploydir as source-distribute classes | Koen Kooi | 1 | |
2008-10-27 | sourcepkg.bbclass: use DISTRO_PR value | Otavio Salvador | 1 | |
2008-04-28 | mtn diff -r 3e22c6ee5af012d09e9027c2ade50920300fb0f2 -r ↵ | Holger Freyther | 1 | |
60d4d904e10f8212b1c2242377b31ccc2e29e374 | patch -R -p0 --remove-empty-files disapprove for the poor and "mtn suspend"-les people | ||||
2007-12-26 | make it possible to INHERIT += 'sourcepkg' during OM build by: | John Lee | 1 | |
* bypass most of the sourcepkg.bbclass errors * update packages/linux/linux-openmoko_2.6.22.5.bb to make it work with sourcepkg. | ||||
2007-12-12 | fix typo to make sourcepkg.bbclass work when inherited. | John Lee | 1 | |
sourcepkg.bbclass:109:addtask dumpdata after archive_bb before do_create_diff_gz archive_bb should be "do_archive_bb". | ||||
2005-10-05 | Two changes to sourcepkg.class: | Marcin Juszkiewicz | 1 | |
- added "autom4te.cache" to default EXCLUDE_FROM to not have configure tests in resulted diff - changed order of tar arguments to get it working with GNU tar 1.15.1 | ||||
2005-09-19 | GNU cp has a nice -a switch, sadly the BSD tools lack it | Holger Freyther | 1 | |
update our descriptions to work with any version of cp. Patches that include cp -a are not changed. They seem to work and I'm too scared busybox cp is more like GNU cp than BSD cp. (e.g do not know about P) | ||||
2005-08-03 | sourcepkg.bbclass: fix handling of EXCLUDE_FROM. thanks to koen for spotting. | Rene Wagner | 1 | |
2005-08-03 | sourcepkg.bbclass: generate .orig.tar.gz and .diff.tar.gz. the latter also ↵ | Rene Wagner | 1 | |
contains all extra files, the .bb and a showdata dump. output goes to $DEPLOY_DIR/source now. | ||||
2005-08-03 | Add sourcepkg.bbclass, a crude way to tar up the patched sources into ↵ | Koen Kooi | 1 | |
DL_DIR/sourcepkg and md5sums the result. do INHERIT += "sourcepkg" to get all of this goodness. Now I need to find out how to override the Source: field to make it point to said tarballs on your distro's source mirror |