[OE-core] [PATCH 0/7] Add basic fitImage support

Marek Vasut marex at denx.de
Sun Oct 19 19:15:40 UTC 2014


This series cleans up the code in kernel.bbclass and
separates out the uImage generation. The last patch
in this series then adds support for generation of the
advanced successor of the uImage, the fitImage.

This series adds only very rudimentary support for
generation of fitImage. The advanced features might
be added in subsequent patches.

I would also like to thank Richard for explaining to
me how to properly do the implementation and I hope
this series is at least close to that.

Marek Vasut (7):
  kernel: Clean up KERNEL_IMAGETYPE_FOR_MAKE
  kernel: Rework do_uboot_mkimage
  kernel: Pull out the linux.bin generation
  kernel: Pull uImage generation into separate class
  kernel: Separate out uboot_prep_kimage
  kernel: Build DTBs early
  kernel: Add basic fitImage support

 meta/classes/kernel-fitimage.bbclass    | 250 ++++++++++++++++++++++++++++++++
 meta/classes/kernel-uboot.bbclass       |  25 ++++
 meta/classes/kernel-uimage.bbclass      |  20 +++
 meta/classes/kernel.bbclass             |  35 +----
 meta/recipes-kernel/linux/linux-dtb.inc |  14 +-
 5 files changed, 311 insertions(+), 33 deletions(-)
 create mode 100644 meta/classes/kernel-fitimage.bbclass
 create mode 100644 meta/classes/kernel-uboot.bbclass
 create mode 100644 meta/classes/kernel-uimage.bbclass

Cc: Richard Purdie <richard.purdie at linuxfoundation.org>
Cc: Koen Kooi <koen at dominion.thruhere.net>
Cc: Paul Eggleton <paul.eggleton at linux.intel.com>

-- 
2.1.1



More information about the Openembedded-core mailing list