summaryrefslogtreecommitdiff
path: root/recipes/linux/multi-kernel.inc
AgeCommit message (Collapse)AuthorFiles
2010-04-20multi-kernel: update depends after kernel.bbclass changesKoen Kooi1
2010-04-12multi-kernel.inc: introduce MULTI_CONFIG_BASE_SUFFIX variableDenys Dmytriyenko1
Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12linux: multi-kernel: Fix softlinks - squashmeRoger Monk1
* Make softlinks relative (remove hardcode host paths) Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12multi-kernel: Allow inclusion in regular kernel build flow, deploy improvementsKoen Kooi1
* user proper name for *Image in deploy * Moved from do_compile to seperate task, pre-configure step * Context save/restore the regular defconfig, so we don't break the normal flow * Install binaries and .configs + create symlinks * Add deploy_append step to install normal flow .config in same fashion * When there are no additional configs defined the do_compileconfigs() method changes to a NOOP Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12multi-kernel.inc: include file to build and deploy multiple kernel and ↵Koen Kooi1
module sets from a single recipe