summaryrefslogtreecommitdiff
path: root/meta/packages/linux
AgeCommit message (Collapse)AuthorFiles
2010-07-23linux-wrs: Bump PR and fix some quotingRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-21linux-wrs: Add COMPATIBLE_MACHINE definition to stop parsing errors on ↵Richard Purdie1
unsupported machines Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-21linux: 2.6.33.2: turn on CONFIG_OPROFILE and CONFIG_LATENCYTOP for netbook ↵Dexuan Cui1
and qemux86 profile/profileui and latencytop need the kernel supports. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-07-21linux_wrs: remove duplicate PVBruce Ashfield1
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-07-19qemu/mips: arrange for vmlinux to be bootableBruce Ashfield1
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-07-19kernel: create base recipe for Wind River Linux kernel buildingBruce Ashfield1
This base recipe implements support for building a git based Wind River Linux kernel repository. There are several restrictions in this first import: - no patching (needs guilt) - missing Wind River features (config audit, etc) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-07-05linux-igep2: drop linux-igep2 in favour to generic linux-igep recipe.Enric Balletbo i Serra2
Signed-off-by: Enric Balletbo i Serra <eballetbo@gmail.com>
2010-07-05linux-igep: Add common 2.6 Linux Kernel for all IGEP based platforms.Enric Balletbo i Serra4
Signed-off-by: Enric Balletbo i Serra <eballetbo@gmail.com>
2010-06-29linux: move some older kernels to meta-extrasJoshua Lock16
Move kernels for retired machines to meta-extras Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-23linux-omap: fix build failure with gcc-4.3.3Dexuan Cui2
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>
2010-06-10linux-2.6.33.2: Ensure enable QEMU network drivers for qemux86Joshua Lock2
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-09linux: bump PR of linux-2.6.3243.2 after the fix for RTCJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-09Fix the issue of /dev/misc/rtc missing from hwclock.shZhai Edwin1
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>
2010-05-19linux: Bump to 2.6.33.2Joshua Lock6
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>
2010-05-18Move all QEMU machines to use a common kernel recipe set and versionJoshua Lock6
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>
2010-05-13linux: Ensure we have buildable kernel recipes for each machineJoshua Lock10
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>
2010-04-07igep0020: Rename files for IGEP v2 boards, prepare for support Hw rev. B and ↵Enric Balletbo i Serra2
rev. C Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
2010-04-07linux-igep2: update to latest stable version 2.6.28-3Enric Balletbo i Serra4
Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
2010-03-23linux-nokia800_2.6.21: Remove legacy staging functionJoshua Lock2
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>
2010-03-18linux-omap-zoomsync_2.6.32.bb : add kernel from TI zoom2 integration treeGraeme Gregory2
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>
2010-02-23linux-omap: Build fixRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-18linux: Enable linux-2.6.32 for qemux86 and qemuppcJoshua Lock2
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>
2010-01-19linux-2.6.32: Add defconfig for qemuppcJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-01-19linux-2.6.32 (for mpc8313erdb)Esben Haabendal2
2010-01-06linux-rp: Support a 2.6.29 kernel for qemumipsJoshua Lock3
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>
2009-11-17linux-dummy: Drop do_stageRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-13bitbake.conf/base.bbclass: Rename the staging directory to sysroots and the ↵Richard Purdie4
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>
2009-11-12linux-igep2: Fix audio capture, the capture result is always silenceEnric Balletbo i Serra2
Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-10-14linux-igep2: kernel recipe for IGEP v2 boardEnric Balletbo i Serra2
Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-08-27linux-omap3-pm: remove 1 unneeded patchMike Turquette1
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>
2009-08-26linux-omap3-pm: refresh patches and remove some sed magic to boot zoom2Mike Turquette13
Signed-off-by: Mike Turquette <mturquette@ti.com>
2009-08-26linux-omap3-pm: remove 0001-OMAP3-MMC-Add-mux-for-pins.patchMike Turquette1
Zoom2 MMC patches are now upstream. Patch no longer required. Signed-off-by: Mike Turquette <mturquette@ti.com>
2009-08-05linux-omap3-pm: OMAP3 kernel recipe to build Kevin Hilman's linux-omap-pm treeMike Turquette9
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>
2009-07-07linux: Fix kernel.org mirror urlsRichard Purdie10
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-06-10Add linux-rp 2.6.29 (qemux86 only for now)Richard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-04-28beagleboard: added 2.6.29 kernel from OEMarcin Juszkiewicz145
tested on B7 Signed-off-by: Marcin Juszkiewicz <marcin@buglabs.net>
2009-02-05linux-rp: Update qemuarmv6/qemuarmv7 defconfigsRichard Purdie2
2008-11-04linux-simtec: Update simtec1 -> simtec3 and add COMPATIBLE_MACHINERichard Purdie2
2008-11-04Add depicture machine with patches from SimTecRichard Purdie3
2008-10-21linux-moblin: Add 2.6.27 moblin kernelSamuel Ortiz61
This will be the default moblin kernel. We also moved the 2.6.27-rc* kernels to meta-moblin.
2008-10-21netbook: changed platform name from eee901 to netbookSamuel Ortiz5
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.
2008-10-17Enables support for root over NFS in the linux-moblin defconfigRobert Bragg2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5538 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-14Drop linux-omap-2.6.25Richard Purdie3
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5488 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-14linux-omap-2.6.24.7: Update defconfig to fix various issuesRichard Purdie2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5486 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-10Add overoRichard Purdie10
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5477 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-09linux-moblin: 2.6.27-rc6 kernelSamuel Ortiz47
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
2008-10-08linux-omap-2.6.24.7: Fix compile failureRichard Purdie2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5449 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-08Enable 2.6.24.7 for the omap-3430sdp, even if it won't compile.Joshua Lock2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5448 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-03linux-moblin: Remove the obsolete IRQ_BALANCE optionSamuel Ortiz2
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
2008-10-03linux-moblin2: Use a more generic nameSamuel Ortiz15
And fix the eee901 machine file accordingly. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5404 311d38ba-8fff-0310-9ca6-ca027cbcb966