summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/mqxboot
Commit message (Collapse)AuthorAgeFilesLines
* kernel-module-mcc: make MCC kernel module a virtual packageStefan Agner2015-03-191-2/+2
| | | | | | | | 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>
* mqxboot: provide explicit do_installMax Krummenacher2014-12-311-2/+4
| | | | | | | | | | mqxboot is a pure make project. Inheriting autotools provided an implicit do_install task, however with the change to seperate builddirs in dizzy (${B} != ${S}) do_install fails. Removing autotools and providing an explicit do_install task fixes this. Signed-off-by: Max Krummenacher <max.oss.09@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* mqxboot: Add minor changes to get recipe in better shapeOtavio Salvador2014-02-241-4/+5
| | | | | | | | | | | | | | In order to use the same pattern from other recipes, the following changes were made in recipe: - Use summary as the description was short - Drop vendor from summary - Put RDEPENDS after source fields - Add empty line between S and CFLAGS - Drop extra space in CFLAGS appending Change-Id: I6adb237ffaae3b24ac2b28855d31ae93a3d019cb Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* mqxboot: add missing build dependency on kernel-module-mccAndy Voltz2014-02-211-0/+2
| | | | | | mqxboot pulls in a header from kernel-module-mcc Signed-off-by: Andy Voltz <andy.voltz@timesys.com>
* mqxboot: Add packageAndy Voltz2013-08-291-0/+18
Provides an utility for Freescale Vybrid platforms which allows an MQX image to be loaded into memory. It's used for launching an MQX application from a running Linux kernel. Change-Id: Ie6f2ee78546dd557434facbe347d8865560e29fb Signed-off-by: Andy Voltz <andy.voltz@timesys.com>