summaryrefslogtreecommitdiffstats
path: root/meta/packages/linux
Commit message (Collapse)AuthorAgeFilesLines
* linux-omap: fix build failure with gcc-4.3.3Dexuan Cui2010-06-232-1/+31
| | | | | | | | | | | | | | | | | | | Pull time.h patch from upstream Linux kernel (commit 38332cb98772f5ea757e6486bed7ed0381cb5f98) The patch fixes the following build failure: LD .tmp_vmlinux1 kernel/built-in.o: In function `timespec_add_ns': undefined reference to `__aeabi_uldivmod' kernel/built-in.o: In function `do_gettimeofday': undefined reference to `__aeabi_uldivmod' undefined reference to `__aeabi_uldivmod' kernel/built-in.o: In function `timespec_add_ns': undefined reference to `__aeabi_uldivmod' undefined reference to `__aeabi_uldivmod' kernel/built-in.o: more undefined references to `__aeabi_uldivmod' Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* linux-2.6.33.2: Ensure enable QEMU network drivers for qemux86Joshua Lock2010-06-102-79/+87
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* linux: bump PR of linux-2.6.3243.2 after the fix for RTCJoshua Lock2010-06-091-1/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* Fix the issue of /dev/misc/rtc missing from hwclock.shZhai Edwin2010-06-091-2/+1
| | | | | | Build RTC driver into kernel by default on qemux86 to avoid missing of /dev/misc/rtc Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* linux: Bump to 2.6.33.2Joshua Lock2010-05-196-1/+1
| | | | | | | Use the same kernel version as the moblin distro so that we provide a similar kernel for all QEMU machines and the netbook machine. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* Move all QEMU machines to use a common kernel recipe set and versionJoshua Lock2010-05-186-3/+3663
| | | | | | | | | | | The different kernel recipes encapsulate functionality groups for machines, therefore it makes sense to have all the QEMU machines using the same kernel recipe. Switch the QEMU machines to default to the "linux" recipes for their kernel and bump the latest recipe from linux-2.6.32 to 2.6.33. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* linux: Ensure we have buildable kernel recipes for each machineJoshua Lock2010-05-1310-13/+83
| | | | | | | | | | | | 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>
* igep0020: Rename files for IGEP v2 boards, prepare for support Hw rev. B and ↵Enric Balletbo i Serra2010-04-072-1/+1
| | | | | | rev. C Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
* linux-igep2: update to latest stable version 2.6.28-3Enric Balletbo i Serra2010-04-074-69/+34
| | | | Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
* linux-nokia800_2.6.21: Remove legacy staging functionJoshua Lock2010-03-232-6/+7
| | | | | | | The recently added kernels for the N800 include legacy staging functions, update them to follow the new world order. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* linux-omap-zoomsync_2.6.32.bb : add kernel from TI zoom2 integration treeGraeme Gregory2010-03-182-0/+2313
| | | | | | | | This is the latest code from dev.omapzoom.org and is also what OE is using for zoom2 machine. Signed-off-by: Graeme Gregory <gg@slimlogic.co.uk> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* linux-omap: Build fixRichard Purdie2010-02-231-0/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* linux: Enable linux-2.6.32 for qemux86 and qemuppcJoshua Lock2010-02-182-1/+2156
| | | | | | | | | | The qemux86 configuration is simply a copy of the qemux86-defconfig from linux-rp with make oldconfig and mostly default answers. Configuration for qemuppc already exists but DEFAULT_PREFERENCE was not set in the recipe. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* linux-2.6.32: Add defconfig for qemuppcJoshua Lock2010-01-191-0/+1780
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* linux-2.6.32 (for mpc8313erdb)Esben Haabendal2010-01-192-0/+1792
|
* linux-rp: Support a 2.6.29 kernel for qemumipsJoshua Lock2010-01-063-5/+1727
| | | | | | | Modify the linux-rp-2.6.29 to enable building a kernel for qemumips with a defconfig taken form OE.dev's linux kernel Signed-off-by: Joshua Lock <josh@linux.intel.com>
* linux-dummy: Drop do_stageRichard Purdie2009-11-171-4/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake.conf/base.bbclass: Rename the staging directory to sysroots and the ↵Richard Purdie2009-11-134-4/+4
| | | | | | | | | | | | | populate_staging task to populate_sysroot This change makes the purpose of the staging directory more obvious and the taskname more true to what it now actually does. The layout version number is increased due to the change in layout but code to convert existing directories and insert a symlink for backwards compatibility is included. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* linux-igep2: Fix audio capture, the capture result is always silenceEnric Balletbo i Serra2009-11-122-1/+39
| | | | | Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* linux-igep2: kernel recipe for IGEP v2 boardEnric Balletbo i Serra2009-10-142-0/+2097
| | | | | Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* linux-omap3-pm: remove 1 unneeded patchMike Turquette2009-08-271-1/+0
| | | | | | | Tracking upstream is messy. Will generate a new stable kernel recipe once 2.6.31 is released and this recipe will keep tracking upstream git. Signed-off-by: Mike Turquette <mturquette@ti.com>
* linux-omap3-pm: refresh patches and remove some sed magic to boot zoom2Mike Turquette2009-08-2613-1954/+706
| | | | Signed-off-by: Mike Turquette <mturquette@ti.com>
* linux-omap3-pm: remove 0001-OMAP3-MMC-Add-mux-for-pins.patchMike Turquette2009-08-261-2/+0
| | | | | | Zoom2 MMC patches are now upstream. Patch no longer required. Signed-off-by: Mike Turquette <mturquette@ti.com>
* linux-omap3-pm: OMAP3 kernel recipe to build Kevin Hilman's linux-omap-pm treeMike Turquette2009-08-059-0/+2015
| | | | | | | | | Currently tested on Zoom2 and Beagle board. Please test if you have an OMAP3 board! The source tree for this recipe is the latest and greatest power management code for OMAP3. You can find it at http://git.kernel.org/?p=linux/kernel/git/khilman/linux-omap-pm.git;a=summary Signed-off-by: Mike Turquette <mturquette@ti.com>
* linux: Fix kernel.org mirror urlsRichard Purdie2009-07-0710-34/+34
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Add linux-rp 2.6.29 (qemux86 only for now)Richard Purdie2009-06-102-0/+2394
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* beagleboard: added 2.6.29 kernel from OEMarcin Juszkiewicz2009-04-28145-0/+156116
| | | | | | tested on B7 Signed-off-by: Marcin Juszkiewicz <marcin@buglabs.net>
* linux-rp: Update qemuarmv6/qemuarmv7 defconfigsRichard Purdie2009-02-052-598/+904
|
* linux-simtec: Update simtec1 -> simtec3 and add COMPATIBLE_MACHINERichard Purdie2008-11-042-1/+3
|
* Add depicture machine with patches from SimTecRichard Purdie2008-11-043-0/+55
|
* linux-moblin: Add 2.6.27 moblin kernelSamuel Ortiz2008-10-2161-52257/+0
| | | | | This will be the default moblin kernel. We also moved the 2.6.27-rc* kernels to meta-moblin.
* netbook: changed platform name from eee901 to netbookSamuel Ortiz2008-10-215-6/+4849
| | | | | | We want to have a more generic platform definition. The netbook machine one currently supports the eee901 and the aspire one. We also moved the machine and netbook image definitions to meta-moblin.
* Enables support for root over NFS in the linux-moblin defconfigRobert Bragg2008-10-172-8/+25
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5538 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Drop linux-omap-2.6.25Richard Purdie2008-10-143-1329/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5488 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux-omap-2.6.24.7: Update defconfig to fix various issuesRichard Purdie2008-10-142-117/+294
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5486 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add overoRichard Purdie2008-10-1010-0/+2365623
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5477 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux-moblin: 2.6.27-rc6 kernelSamuel Ortiz2008-10-0947-4/+17805
| | | | | | | | That includes the fastboot patches. An eee boots in 10s with that kernel. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5470 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux-omap-2.6.24.7: Fix compile failureRichard Purdie2008-10-082-1/+36
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5449 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Enable 2.6.24.7 for the omap-3430sdp, even if it won't compile.Joshua Lock2008-10-082-2/+1397
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5448 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux-moblin: Remove the obsolete IRQ_BALANCE optionSamuel Ortiz2008-10-032-5/+6
| | | | | | | | Found by powertop. The new defconfig also includes a couple option that makes powertop happier. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5405 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux-moblin2: Use a more generic nameSamuel Ortiz2008-10-0315-2/+2
| | | | | | | And fix the eee901 machine file accordingly. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5404 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux-moblin2: Bumping PR for the new eee901 defconfig.Samuel Ortiz2008-09-301-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5354 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux-moblin2: More eee901 goodiesSamuel Ortiz2008-09-301-23/+119
| | | | | | | | New eee901 kernel config for camera, hot-keys and the eee-laptop module. We also got rid of all FB drivers but the Intel one. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5341 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux-omap-3430ldp: Build jffs2 support in.Richard Purdie2008-09-292-8/+8
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5309 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux-moblin2: do not compile kernel with debug infosMarcin Juszkiewicz2008-09-262-4/+4
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5290 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux-moblin2: Add moblin2 kernelSamuel Ortiz2008-09-1015-0/+29499
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5166 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux-omap-2.6.24.7: Tweak defconfig to display module symbol versioningRichard Purdie2008-08-112-3/+9
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5044 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux-omap2: More beagleboard updates from OE.devRichard Purdie2008-08-038-8/+436
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5010 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux-omap2-git: Sync with OE.dev, add fixes to compile correctly with gcc 4.3.1Richard Purdie2008-08-0329-152/+2747
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5009 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux-omap-2.6.22.19: Backport rootwait feature, make some further parts of ↵Richard Purdie2008-08-033-11/+59
| | | | | | the kernel modular git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5008 311d38ba-8fff-0310-9ca6-ca027cbcb966