multi-kernel: Allow inclusion in regular kernel build flow, deploy improvements
authorKoen Kooi <k-kooi@ti.com>
Wed, 10 Feb 2010 11:29:19 +0000 (12:29 +0100)
committerKoen Kooi <koen@openembedded.org>
Mon, 12 Apr 2010 17:43:18 +0000 (19:43 +0200)
commited96816ca4fabad01928206381328e82dba5485f
treec77025f6518c70401bcdf6f2cd7b2632b45eef2a
parent3aa2b62bb50f2c6f6790c9dfdcb8924c43250ca4
multi-kernel: Allow inclusion in regular kernel build flow, deploy improvements

  * 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>
recipes/linux/files/configs/.empty [new file with mode: 0644]
recipes/linux/multi-kernel.inc