summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/kernel-modules
Commit message (Collapse)AuthorAgeFilesLines
...
* kernel-module-imx-gpu-viv: Better work-around for change in name of ↵Gary Thomas2016-04-193-36/+38
| | | | | | | | | | | busfreq-imx.h The renaming of include/linux/busfreq-imx6.h to include/linux/busfreq-imx.h is not consistent over the many kernel versions currently being built. This changeset works around this inconsistency by creating a local symbolic link to whatever file is actually present in the kernel sources. Signed-off-by: Gary Thomas <gary@mlbassoc.com>
* kernel-module-imx-gpu-viv: Fix build against 3.14-based kernels - againOtavio Salvador2016-04-192-1/+36
| | | | | | | | | | | | | The build fail about the bus frequency header (linux/busfreq-imx6.h) not being found is caused by the mistaken check for the wrong kernel version. The regression has been introduced by d476c35 (kernel-module-imx-gpu-viv: Upgrade to 5.0.11.p7.1 for 3.14.38-6QP_ga release) which has been not properly tested. This patch fixes it, again, by adding back the removed patch. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-imx-gpu-viv: Upgrade to 5.0.11.p7.1 for 3.14.38-6QP_ga releaseNeena Busireddy2016-04-194-52/+174
| | | | | | | | | | | - Package name is changed to kernel-module-imx-gpu-viv. - Patch platform-Fix-kernel-version-check-for-3.14-based-ker.patch is no longer required as the fix has been applied upstream. - Upgrade to graphics version 5.0.11.p7.1 - Makefile patch will be included in next release. Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-imx-gpu-viv: Fix build against 3.14-based kernelsOtavio Salvador2016-04-192-1/+37
| | | | | | | | | | The build fail about the bus frequency header (linux/busfreq-imx6.h) not being found is caused by the mistaken check for the wrong kernel version. This patch fixes it by adding the right kernel version to be checked. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-imx-gpu-viv: Kernel loadable modules for 5.0.11.p6.3Lauren Post2016-04-191-0/+16
| | | | | | | | | | | This is the Vivante kernel driver split from the kernel source code in order to make it possible to be used in any kernel source since 3.10.53. The graphic version is 5.0.11.p6.3 Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* rename asf to kernel-module-asf and move bb to kernel-modules subdirZhenhua Luo2016-04-191-0/+36
| | | | | | | | * rename asf to kernel-module-asf * move bb file to the common kernel-modules subdirectory Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Add kernel-module prefix for ipc kernel module bb and move bb to ↵Zhenhua Luo2016-04-193-0/+47
| | | | | | | | | | | | kernel-modules subdir * rename ipc-modules-multi to kernel-module-ipc-multi * rename ipc-modules-single to kernel-module-ipc-single * rename ipc-modules to kernel-module-ipc * move kernel module recipes to the kernel-modules subdirectory Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* rename ceetm to kernel-module-ceetm and move bb to kernel-modules subdirZhenhua Luo2016-04-191-0/+30
| | | | | | | | * rename ceetm to kernel-module-ceetm * move bb file to the common kernel-modules subdirectory Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* rename uio-seville to kernel-module-uio-seville and move bb to ↵Zhenhua Luo2016-04-191-0/+12
| | | | | | | | | | kernel-modules subdir * rename uio-seville to kernel-module-uio-seville * move bb file to the common kernel-modules subdirectory Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* rename ar to kernel-module-ar and move bb to kernel-modules subdirZhenhua Luo2016-04-191-0/+30
| | | | | | | | * rename ar to kernel-module-ar * move bb file to the common kernel-modules subdirectory Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* rename skmm-host to kernel-module-skmm-host and move bb to kernel-modules subdirZhenhua Luo2016-04-191-0/+17
| | | | | | | | * rename skmm-host to kernel-module-skmm-host * move bb file to the common kernel-modules subdirectory Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* rename pkc-host to kernel-module-pkc-host and move bb to kernel-modules subdirZhenhua Luo2016-04-191-0/+37
| | | | | | | | * rename pkc-host to kernel-module-pkc-host * move bb file to the common kernel-modules subdirectory Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* rename qoriq-debug to kernel-module-qoriq-debug and move bb to ↵Zhenhua Luo2016-04-191-0/+15
| | | | | | | | | | kernel-modules subdir * rename qoriq-debug to kernel-module-qoriq-debug * move bb file to the common kernel-modules subdirectory Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-ls-debug: move to kernel-modules subdirZhenhua Luo2016-04-191-0/+18
| | | | | | | | | Move the kernel module bb file to kernel-modules subdirectory which manages recipes of kernel module. Signee-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-scatter-gather: update COMPATIBLE_MACHINE from ls1021atwr to ↵Zhenhua Luo2016-04-191-1/+1
| | | | | | | ls1021a Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* rename scatter-gather to kernel-module-scatter-gather and move bb to ↵Zhenhua Luo2016-04-191-0/+12
| | | | | | | | | | kernel-modules subdir * rename scatter-gather to kernel-module-scatter-gather * move bb file to the common kernel-modules subdirectory Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-perf-qoriq: Add recipeZhenhua Luo2016-04-191-0/+18
| | | | | | | | The kernel-module-perf-qoriq package is QorIQ extension to perf for supporting non core counters. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-mcc: move to kernel-modules subdirOtavio Salvador2016-04-192-0/+71
There are more kernel modules which are going to be packaged so it makes sense to have them all in same subdirectory. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>