summaryrefslogtreecommitdiffstats
path: root/meta-fsl-arm/recipes-kernel/kernel-module-mcc
Commit message (Collapse)AuthorAgeFilesLines
* Move meta-fsl-arm content to layer rootOtavio Salvador2015-07-162-71/+0
| | | | | | | | | | | The meta-fsl-arm is going to be used as the base for this layer. It contains a clean history and allowing a more granullar set of changes. This commit is just a rename of all contents of meta-fsl-arm subdirectory to this layer's root, subsequent changes are based on top of that. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-mcc: make MCC kernel module a virtual packageStefan Agner2015-03-191-0/+4
| | | | | | | | In order to support forks of the MCC kernel module, define the MCC kernel module packages as virtual packages. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-mcc: Only include mvf_sema4.h if building in kernelOtavio Salvador2015-01-072-1/+53
| | | | | | | | | | | | | | | | | | When mcc_config.h is used to make application we shouldn't include mvf_sema4.h as it is an internal symbol of kernel and shouldn't be directly referenced by user space applications using the MCC interface. This allows for application developers to use the SDK without having to copy the 'mvf_sema4.h' header byhand. More detailed information at: https://lists.yoctoproject.org/pipermail/meta-freescale/2015-January/012144.html Change-Id: I39a519d10a15b951c573007d3cf689f32aac3f30 Reported-by: Petr Kubizňák <kubiznak.petr@elnico.cz> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-mcc: Update to version 1.06Tony Felice2014-08-192-22/+3
| | | | | | | | | | | | | This includes the following main changes: * Increase max code size of MQX binary that can be loaded to SRAM from 128KB to 256KB. * Add compatibility for the 3.13+ Linux kernel. Functionality with the 3.0 kernel remains unchanged. * Integrate patch that removes bashisms from kernel-module-mcc's Makefile. Signed-off-by: Anthony Felice <tony.felice@timesys.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-mcc: remove bashism in MakefileMax Krummenacher2014-08-152-1/+20
| | | | | | | | Replacing bash brace expansion with a Posix compliant syntax to make do_install succeed also when using a dash shell. Signed-off-by: Max Krummenacher <max.oss.09@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-mcc: bump to version 1.04Andy Voltz2014-02-262-41/+3
| | | | | | | | | | | * Fixes a cache collision with MQX * Update MQX compatibility to 4.0.2 * Integrate makefile patch Change-Id: If7dd5bcb3c3e882fc13709ab15cb45fcfed77b68 Signed-off-by: Andy Voltz <andy.voltz@timesys.com> Signed-off-by: Anthony Felice <tony.felice@timesys.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-mcc: Add minor changes to get recipe in better shapeOtavio Salvador2014-02-241-2/+1
| | | | | | | | Remove vendor name from DESCRIPTION as we are describing the recipe. Used SUMMARY instead of DESCRIPTION because it was short enough. Change-Id: I8945f5e7328daa016cdd15ccb026bd6ec5d4f936 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-mcc: Add packageAndy Voltz2013-08-292-0/+54
This module is used for communication and synchronization between MQX applications (running on the M4) and Linux (on A5) for Freescale Vybrid platforms. Change-Id: Id37530cc5d5a125e0ef9e3d0f52fce068fef7dff Signed-off-by: Andy Voltz <andy.voltz@timesys.com>