aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-imx_2.6.35.3.bb
AgeCommit message (Collapse)Author
2012-03-08linux-imx: install headers needed for imx-test compilationEric Bénard
Signed-off-by: Eric Bénard <eric@eukrea.com>
2012-02-01linux-imx: add imx51evk supportAdrian Alonso
* Add imx51evk target board support * Add default defconfig * Bump PR. Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2012-01-21linux_imx: New kernel patches from Freescale, 2011-12.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2012-01-06linux-imx: Replace patch for DMA_ZONE by improved patch.Leon Woestenberg
Add Freescale patches from L2.6.35_MX53_201112_Patches, to be integrated and tested later. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2011-12-23linux-imx: enable SIL9022 HDMI driverLeon Woestenberg
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>
2011-12-23linux-imx: enable devtmpfs supportOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-12-23linux-imx: Workaround kernel oops when devtmpfs is enabled.Leon Woestenberg
More details in head of patch. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2011-12-23linux-imx: Allow larger DMA_ZONE, required by i.MX53 V4L2 sink.Leon Woestenberg
More details in head of patch. Signed-off-by: Leon Woestenberg <leon@sidebranch.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-12-23linux-imx: use git repository to fetch the kernelOtavio Salvador
This removes the patches tarball and simplify the recipe a bit. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-12-20linux-imx: set license as GPLv2Otavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-11-07linux-imx: update to release version 11.09.01Adrian Alonso
* 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>
2011-08-30linux-imx: replace overrided do_patch functionAdrian Alonso
* 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>
2011-08-24linux-imx: kernel build descriptorAdrian Alonso
* Linux kernel build descriptor for iMx targets * Inital version Signed-off-by: Adrian Alonso <b38018@freescale.com>