summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
Commit message (Collapse)AuthorAgeFilesLines
...
* linux-imx: add imx51evk supportAdrian Alonso2012-02-012-2/+2494
| | | | | | | | * Add imx51evk target board support * Add default defconfig * Bump PR. Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* linux_imx: New kernel patches from Freescale, 2011-12.Leon Woestenberg2012-01-212-2/+43
| | | | Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
* linux-imx: Replace patch for DMA_ZONE by improved patch.Leon Woestenberg2012-01-0621-4/+2077
| | | | | | | Add Freescale patches from L2.6.35_MX53_201112_Patches, to be integrated and tested later. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
* linux-libc-headers: rename to linux-libc-headers-imx and fetch from gitOtavio Salvador2011-12-283-52/+10
| | | | | | | | This avoids the need of setting a preferred version of linux-libc-headers-imx as this can be dynamically discovered by the available packages. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx: drop git versionOtavio Salvador2011-12-261-15/+0
| | | | | | | | Currently GIT repository only provides tagged releases so the it's better to have a recipe for each version instead of using a global one. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx: add 2.6.38 versionOtavio Salvador2011-12-261-0/+19
| | | | | | | Adds 2.6.38 version at 11.11.01 tag but set DEFAULT_PREFERENCE as '-1' for now. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx: enable SIL9022 HDMI driverLeon Woestenberg2011-12-232-2/+2
| | | | | | | Tested on i.MX53QSB with HDMICARD, output in 1920x1080p30. Signed-off-by: Leon Woestenberg <leon@sidebranch.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx: enable devtmpfs supportOtavio Salvador2011-12-233-3/+5
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx: Workaround kernel oops when devtmpfs is enabled.Leon Woestenberg2011-12-232-1/+40
| | | | | | More details in head of patch. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
* linux-imx: Allow larger DMA_ZONE, required by i.MX53 V4L2 sink.Leon Woestenberg2011-12-234-3/+39
| | | | | | | More details in head of patch. Signed-off-by: Leon Woestenberg <leon@sidebranch.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx: use git repository to fetch the kernelOtavio Salvador2011-12-232-18/+3
| | | | | | This removes the patches tarball and simplify the recipe a bit. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx: set license as GPLv2Otavio Salvador2011-12-202-2/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx: update to release version 11.09.01Adrian Alonso2011-11-072-8/+8
| | | | | | | | | | * Update to release version 11.09.01 * Fetch base kernel from official repo * Include Freescale kernel patches as part of metadata * Update checksums * Bump PR Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* linux-libc-headers: update to release version 11.09.01Adrian Alonso2011-11-072-13/+8
| | | | | | | | | | * Update to release version 11.09.01 * Fetch base kernel from official repo * Include Freescale kernel patches as part of metadata * Update checksums * Bump PR Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* linux-imx: replace overrided do_patch functionAdrian Alonso2011-08-301-2/+4
| | | | | | | | | | | * Replace overrided do_patch function add task with do_apply_dist_patchs to execute patch script to apply FSL distributed patchs; Free base do_patch function so additional patchs included in SRC_URI can be applyed. * Bump PR. Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* linux-libc-headers: imx kernel headersAdrian Alonso2011-08-241-0/+57
| | | | | | | | * linux-libc-headers for iMx targets, includes some Freescale kernel headers files not distributed in mainstream kernel sources. Signed-off-by: Adrian Alonso <b38018@freescale.com>
* linux-imx: kernel build descriptorAdrian Alonso2011-08-241-0/+15
| | | | | | | * Kernel build descriptor for iMx targets, fetch source from Freescale git repo. Signed-off-by: Adrian Alonso <b38018@freescale.com>
* egalax: touchscreen single event modeAdrian Alonso2011-08-241-0/+30
| | | | | | | * Kernel patch for enabling single event mode for eGalax touchscreen driver. Signed-off-by: Adrian Alonso <b38018@freescale.com>
* defconfig: kernel config for imx53qsb targetAdrian Alonso2011-08-241-0/+2491
| | | | | | * Default kernel config for imx53 quick start board Signed-off-by: Adrian Alonso <b38018@freescale.com>
* defconfig: kernel config for imx53ard targetAdrian Alonso2011-08-241-0/+2523
| | | | | | * Default kernel config for imx53ard target Signed-off-by: Adrian Alonso <b38018@freescale.com>
* linux-imx: kernel build descriptorAdrian Alonso2011-08-241-0/+30
* Linux kernel build descriptor for iMx targets * Inital version Signed-off-by: Adrian Alonso <b38018@freescale.com>