summaryrefslogtreecommitdiff
path: root/packages/linux/opensimpad_2.4.27-vrs1-pxa1-jpm1.bb
AgeCommit message (Collapse)AuthorFiles
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
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_PRHolger Hans Peter Freyther1
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>
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie1
2006-12-12many files: KERNELORG_MIRROR variable createdMarcin Juszkiewicz1
2006-11-20kernels: fix parse errorsMarcin Juszkiewicz1
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi1
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2006-07-04opensimpad-kernel: set COMPATIBLE_MACHINE = 'simpad'Koen Kooi1
2006-03-06opensimpad: update to WE-18Frederic Bompart1
WE-18 patches taken from OZ http://bugs.openembedded.org/show_bug.cgi?id=595
2006-02-20disapproval of revision 'd36f69289f03c75db72375cba8d47b713a10221e'Frederic Bompart1
2006-02-14opensimpad: Update to WE-18Frederic Bompart1
see http://bugs.openembedded.org/show_bug.cgi?id=595 see http://monotone.vanille.de/viewmtn/revision.psp?id=7237d2d3dbeea22100e5f34a64509cb73978750c
2006-01-22openzaurus, opensimpad 2.4 kernels: fixed SRC_URI for openswan patchMarcin Juszkiewicz1
2005-12-02opensimpad: apmd signal handling bug finally fixed!Frederic Bompart1
Solution found in handhelds-sa-hh40: http://handhelds.org/cgi-bin/cvsweb.cgi/linux/kernel/arch/arm/mach-sa1100/apm.c
2005-11-11opensimpad: MMC support + better support for SinusPad and 128M SIMpadFrederic Bompart1
- There's now a config options to build the kernel for 128Mb SIMpad (as there was one for the SinusPad) - The .bb files automatically turn on these options depending on the total memory available. - The MMC driver was made by Clement Ballabriga <clement@asso.ups-tlse.fr> and Guylhem Aznar <simpad@externe.net>. Adding an MMC card (internal or external) to the SIMpad is described on these pages: http://externe.net/zaurus/simpad-bluetooth/ http://www.iral.com/~albertr/linux/simpad/mmc/
2005-10-10openzaurus-sa, openzaurus-pxa, opensimpad-2.4.xx: fix SRC_URI of openswan ↵Marcin Juszkiewicz1
kernel patch - upstream released 2.4.0 but we did not tested it yet
2005-10-03let opensimpad-64+0 find files in the opensimpad subdir tooFrederic Bompart1
2005-09-24OpenSIMpad:Holger Freyther1
-Switch to gcc 3.3.4 as this can be compiled with uclibc and gcc 4.0
2005-09-19added opensimpad-2.4.27-vrs1-pxa1-jpm1 kernel. This contains theFrederic Bompart1
following new patches over 2.4.25: - simpad-proc-sys-board.patch (/proc/sys/board patch from Till Harbaum) - simpad-serial.patch (DTR/RTS/CTS support patch from Till Harbaum) - mppe-20040216.patch (add MPPE encryption for PPP) - 2.4.27-mh1.patch (bluetooth patches from Marcel Holtmann) Common patches were placed in the "opensimpad" directory.