[OE-core] [PATCH v3 0/4] U-Boot verified boot basic support

Yannick Gicquel yannick.gicquel at iot.bzh
Wed Apr 27 14:20:52 UTC 2016


Changes since v2:
  * Support custom u-boot recipe name based on PREFERRED_PROVIDER_u-boot
  * Introduces new tasks instead of '_append' and '_prepend' on existing tasks

Changes since v1:
  * Uses a class uboot-sign.bbclass file instead of include file.
  * 'assemble_dtb' task removed and replace by do_install_prepend function
    for u-boot recipe.

Yannick Gicquel (4):
  u-boot: basic support of dtb append for verified boot
  u-boot: deploy u-boot-nodtb and dtb files
  kernel: fitimage: support device tree compiler options
  kernel: fitimage: basic support for fitimage signature

 meta/classes/kernel-fitimage.bbclass | 53 +++++++++++++++++++--
 meta/classes/uboot-sign.bbclass      | 89 ++++++++++++++++++++++++++++++++++++
 meta/recipes-bsp/u-boot/u-boot.inc   |  2 +-
 3 files changed, 140 insertions(+), 4 deletions(-)
 create mode 100644 meta/classes/uboot-sign.bbclass

-- 
1.9.1



More information about the Openembedded-core mailing list