summaryrefslogtreecommitdiffstats
path: root/meta/packages/linux/linux-rp_2.6.23.bb
Commit message (Collapse)AuthorAgeFilesLines
* Major layout change to the packages directoryRichard Purdie2010-08-271-157/+0
| | | | | | | | | | | | | | | | | Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* linux: Ensure we have buildable kernel recipes for each machineJoshua Lock2010-05-131-1/+2
| | | | | | | | | | | | Fix various kernels to build with our toolchain, this includes well known fixes for: * sumversion.c: compilation failing with a 'PATH_MAX' undeclared (fixed by adding limits.h to sumversions includes * a patch taken from oe.dev to stop GCC >= 4.3 from optimizing a loop which causes compilation to fail * Fixing the KERNEL_OUTPUT for mx31 and nokia800 kernel recipes Signed-off-by: Joshua Lock <josh@linux.intel.com>
* linux: Fix kernel.org mirror urlsRichard Purdie2009-07-071-7/+7
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* linux-rp: disable OABI support for non-qemu targetsMarcin Juszkiewicz2008-07-291-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4979 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux-rp: Sync recipes with OE.devRichard Purdie2008-06-011-1/+11
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4573 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux-rp: disable CONFIG_LOCALVERSION_AUTOMarcin Juszkiewicz2008-05-201-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4512 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux-rp-2.6.23: Keypad driver for Zylonite.Samuel Ortiz2008-02-191-0/+1
| | | | | | | | This is a backport from Eric Miao's patchset. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3826 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux-rp-2.6.23: Add zyonite touchscreend driver forward portRichard Purdie2008-02-131-1/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3793 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux-rp: enlarge bootcdx86 ramdisk size to 80MMarcin Juszkiewicz2008-02-131-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3792 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux-rp-2.6.23: Add patch to get zylonite mtd working (forward ported ↵Richard Purdie2008-02-131-1/+2
| | | | | | 2.6.14 driver) and set display to VGA git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3786 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux-rp: disable VGA framebuffer for bootcdx86Marcin Juszkiewicz2008-02-061-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3682 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux-rp: enable userspace VESA framebuffer for bootcdx86 machineMarcin Juszkiewicz2008-02-061-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3679 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux-rp: removed deploy task - kernel.bbclass has own version nowMarcin Juszkiewicz2008-02-061-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3677 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux-rp: Tidy up .bb file and clean up unused patchesRichard Purdie2008-01-201-18/+17
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3557 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux-rp-2.6.23: Tweak defconfigs to save a little space after a suggestion ↵Richard Purdie2008-01-171-1/+1
| | | | | | from Samuel git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3512 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux-rp-2.6.23: Fixup qemu defconfigsRichard Purdie2008-01-101-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3456 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux: enable v3 process accounting (for bootchart, mainly)Ross Burton2008-01-081-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3429 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux-rp-2.6.23: Bump PR after hrw's patch changeRichard Purdie2008-01-011-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3396 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux-rp-2.6.23: Make qemuarm and qemux86 use 2.6.23, sync .bb file with OE ↵Richard Purdie2008-01-011-15/+26
| | | | | | for poodle and tosa changes. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3394 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux-rp-2.6.23: Defconfig updateRichard Purdie2007-12-281-1/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3386 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux-rp-2.6.23: Unbreak pxa25x suspend/resume, update defconfigsRichard Purdie2007-12-281-1/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3385 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux-rp-2.6.23: Add atags export patch for kexec, fix spitz suspend key ↵Richard Purdie2007-12-271-1/+3
| | | | | | problems git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3384 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux recipes: switch to KERNELORG_MIRRORMarcin Juszkiewicz2007-11-021-7/+7
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3063 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux-rp: enable PXA Overlay support for akitaMarcin Juszkiewicz2007-10-301-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3037 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux-rp: enable WiFi for akitaMarcin Juszkiewicz2007-10-301-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3036 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux-rp: add no-SCR-check patch to 2.6.23Marcin Juszkiewicz2007-10-171-1/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2895 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux-rp: make it default for all machines except qemu onesMarcin Juszkiewicz2007-10-171-5/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2893 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux-rp: make 2.6.23 default for spitzMarcin Juszkiewicz2007-10-161-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2889 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux-rp: makes 2.6.23 default on c7x0 (tested on device)Marcin Juszkiewicz2007-10-161-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2888 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux-rp 2.6.23: c7x0/akita have pcmcia in modules to fit in kernel partitionMarcin Juszkiewicz2007-10-161-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2887 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux-rp: added one cleanup patch for w100fbMarcin Juszkiewicz2007-10-151-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2876 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux-rp 2.6.23: unbreak for zyloniteMarcin Juszkiewicz2007-10-111-1/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2862 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux-rp: update 2.6.23-rc4 to 2.6.23 (non-default as c7x0, akita, zylonite, ↵Marcin Juszkiewicz2007-10-111-0/+127
hx2000 breaks) git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2861 311d38ba-8fff-0310-9ca6-ca027cbcb966