summaryrefslogtreecommitdiff
path: root/recipes/linux
AgeCommit message (Collapse)AuthorFiles
2010-04-13linux-ixp4xx_2.6.21.7: add SRC_URI namesMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-13linux-h6300-omap1_2.6.12-rc5: fix SRC_URIs and add checksumsMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-13linux-h1940_2.6.17-h1940: update SRC_URIMartin Jansa1
* rtpnet.nerim.net does not exist, but rtp-net.org does * commented CHECKSUMS.INI mismatch was because downloads/full.patch conflicts with full.patch from other recipe (and SRC_URI was right only for the other one) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-13linux-omap-zoomsync: add patch to add more options to detect silicon at ↵Koen Kooi2
runtime (needed for recent SGX drivers)
2010-04-12recipes: move checksums to recipes from checksums.ini, part 2 manual adjustementMartin Jansa138
* all: multiple checked items in SRC_URI (needs name= param) * other fixes like non-existent URL, checksums moved ot .inc or included .bb (ie for -native) * ... * tested with micro/micro-uclibc/Angstrom/SHR with SOURCE_MIRROR_FETCH="True" (ignoring COMPATIBLE_* * also tested -c fetch with s/SRC_URI_append_[^ ]*/SRC_URI_append/g and s/SRC_URI_[^ ]*/SRC_URI_append/g to catch all URLs used only for distro/machine/virtual override (see http://build.shr-project.org/tests/jama/SRC_URI.removeOverrides.patch) * in case I downloaded different checksum then what was in checksums.ini I used the old one from checksums.ini and put my checksum in comment * I'll send to ML list of recipes which cannot be downloaded (weren't converted) and where I got different checksums Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa36
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-12linux-omap-psp 2.6.32: update omap3-touchbook patchesKoen Kooi16
2010-04-12linux-omap-psp 2.6.32: add patches from Mans Rullgard to help finding the ↵Koen Kooi43
DM37xx slowdown
2010-04-12linux-omap-psp 2.6.32: update touchbook patches and defconfigKoen Kooi20
2010-04-12linux-davinci git: fix dm355-leopard buildKoen Kooi2
2010-04-12linux-omap-psp 2.6.32: update omap3-touchbook patches and defconfigKoen Kooi4
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12linux-omap-psp 2.6.32: update to latest 3.00.00.05 tagKoen Kooi16
* add patches for omap3-touchbook support and make this the default kernel for it
2010-04-12linux-davinci git: increase kernel partition to 4M for hawkboardKoen Kooi1
2010-04-12linux-davinci git: enable earlyprintk for hawkboardKoen Kooi1
2010-04-12multi-kernel.inc: introduce MULTI_CONFIG_BASE_SUFFIX variableDenys Dmytriyenko1
Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12linux-omap-psp_2.6.32.bb : Use multikernel, add 3 framebuffersRoger Monk2
Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12linux-omap*: compile ext4 support into uImage instead of modulesPaul Menzel10
This allows booting from an ext4 rootfs Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12overo: switch to linux-omap-psp 2.6.32 as defaultKoen Kooi2
2010-04-12linux-davinci: Update da8xx/omaplxx to latest commits, remove merged patchRoger Monk2
* Update to head of tree to pick up USB/SATA fixes * Remove merged patch * Switch git source repo from /people to /projects * Bump KERNEL_PR Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12linux-omap-psp 2.6.32: update SRCREV and fix DSI_PLL in beagleboard defconfigKoen Kooi2
2010-04-12linux-davinci: update to the latest staging snapshotDenys Dmytriyenko1
2010-04-12linux-omap-psp 2.6.32: add patch to add a proper 720p60 mode to modedb.cKoen Kooi2
2010-04-12linux-omap-psp 2.6.32: add patch to fix SGX clocks on DM37xx and update ↵Koen Kooi3
omap3evm defconfig to enable SRF
2010-04-12linux-omap-psp 2.6.32: bump SRCREV to get USB and cpufreq fixesKoen Kooi1
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12linux-davinci_git: Latest kernel DA8/OMAPL + improved hawkboard supportRoger Monk7
* Update all omapl kernels to latest commit (da830/da850/hawk) * Add small patch for compile warning if REGULATOR disabled * Hawkboard * Add latest hawkboard patch * Boardfile cleanup * Addition of cpufreq/cpuidle/pm * Updated defconfig to disable regulator/rtc (no battery on hawk) * Start da830 using multi-kernel * Update defconfigs * Only deconfig updated (some configs not rebased, * i.e. no ATA, still using ONDEMAND governor Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12linux-davinci git: VPIF fix for hawkboard and tweak defconfigKoen Kooi2
2010-04-12linux-omap-psp 2.6.32: update to latest PSP gitKoen Kooi43
* refresh patches and make them all git am'able * Add initial beagleboardXM support * make it the default for beagleboard * turn off rtc-ds1307 since it renders beagles without zippy expansion boards unbootable * PSP git broke multi usb gadget, disable it for now
2010-04-12linux: multi-kernel: Fix softlinks - squashmeRoger Monk1
* Make softlinks relative (remove hardcode host paths) Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12linux-omap-psp: Update AM3517 to latest kernel + defconfig + add ehci patchRoger Monk3
Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12linux-davinci: Start using multi-kernel flow for da850-omapl138-evmRoger Monk20
* Main defconfig now has more options 'angstrom'-like * Note USB gadget disabled while debugging * Update to latest master da850-omapl138 kernel + config mods * All configs add ts driver added (since now multifunction device) * Added 'stats' version with extra pm config options (kernel stats/etc) * new config for uicapture + lcd display * More options + OHCI enabled in 'regular' config * Remove da850-omapl138 merged patches * Add new patches for Hawkboard Kernel * Introduce board file for hawkboard * Remove machine patch * Config update * All peripherals sanity tested * OK - Console, Enet, Audio, Display, USB OHCI, Video Capture, MMC, NAND, SATA * Some Issues - USB OTG disconnect problems * KO - RTC, (PM, etc) * increase kernel partition to 4MiB for hawkboard * dm6467t-evm is SOC_FAMILY=dm6467 Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12multi-kernel: Allow inclusion in regular kernel build flow, deploy improvementsKoen Kooi2
* user proper name for *Image in deploy * Moved from do_compile to seperate task, pre-configure step * Context save/restore the regular defconfig, so we don't break the normal flow * Install binaries and .configs + create symlinks * Add deploy_append step to install normal flow .config in same fashion * When there are no additional configs defined the do_compileconfigs() method changes to a NOOP Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12linux-davinci: Update da850-omapl138 to latest staging kernel 2_6_33Roger Monk8
* Update to latest staging kernel + use PSP defconfig * Add rebased ts patches + enable configs * Enable MMC unsafe removal (for deep-sleep support when sd/mmc mounted) * Bump PR Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12linux-omap-multi-psp 2.6.32: example recipe on how to use multi-kernel.incKoen Kooi3
2010-04-12multi-kernel.inc: include file to build and deploy multiple kernel and ↵Koen Kooi1
module sets from a single recipe
2010-04-12linux-omap-psp 2.6.32: add WIP support for beagleboardXMKoen Kooi3
2010-04-12linux-davinci git: enable more usb devices for da850-omapl138-evmKoen Kooi1
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12linux-omap-psp 2.6.32: updates:Koen Kooi5
* adjust SRCREV for rebased git tree * fix 'no green on DVI' for omap3evm again * enable more v4l stuff for omap3evm * add patch to fix build for beagleboard * add rudimentary touchbook support Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12linux-omap-psp 2.6.32: enable DSI for omap3evm to get colours in DVI working ↵Koen Kooi1
correctly Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12linux-davinci git: add hack for hawkboard machine IDKoen Kooi1
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12linux-omap-psp 2.6.32: bump SRCREVKoen Kooi2
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12linux-davinci: Use appropriate BRANCH for DA8xx/OMAPLRoger Monk1
* Commit ID is the same, no need to bump PR Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12linux-davinci: Add MFD Touchscreen Driver from RidgeRun for da850-omapl138Roger Monk9
* Add Touchscreen patches (rebased on top of regulator fix patches)i * Update defconfig to enable MFD/TS * Rebase OPP DCDC3 patch * Add patches to recipe * Bump PR Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12linux-leviathan: enable debugfs to fix wifi (yes, it's true)Michael 'Mickey' Lauer2
BIG HATS OFF TO GNUtoo, who found the magic switch!
2010-04-12linux-leviathan: bump and change defconfig:Michael 'Mickey' Lauer2
* compile wifi drivers as builtint * compile unnecessary stuff as modules
2010-04-12afeb9260: move to recent kernelSergey Lapin10
2010-04-11linux-openmoko-2.6.32: add patches from qtmoko, move defconfig to kernel treeMartin Jansa8
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-10Revert "vala[-native]: add 0.8.0.69"Michael 'Mickey' Lauer1
This reverts commit f57931fe482a45d8fe0a82cb0f92ffc65c6ac8c8.
2010-04-10vala[-native]: add 0.8.0.69Michael 'Mickey' Lauer1
2010-04-09recipes/linux/linux_2.6.28.bb: bumped DEFAULT_PREFERENCE_mh355Marco Cavallini1
2010-04-09mh355/linux-2.6.28.10-at91-mh.patch: updated touchscreen optionsMarco Cavallini1