aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/mqxboot
AgeCommit message (Collapse)Author
2014-12-31mqxboot: provide explicit do_installMax Krummenacher
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>
2014-02-24mqxboot: Add minor changes to get recipe in better shapeOtavio Salvador
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>
2014-02-21mqxboot: add missing build dependency on kernel-module-mccAndy Voltz
mqxboot pulls in a header from kernel-module-mcc Signed-off-by: Andy Voltz <andy.voltz@timesys.com>
2013-08-29mqxboot: Add packageAndy Voltz
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>