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

Yannick Gicquel yannick.gicquel at iot.bzh
Wed Apr 20 13:50:35 UTC 2016


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 | 52 +++++++++++++++++++++++--
 meta/classes/uboot-sign.bbclass      | 75 ++++++++++++++++++++++++++++++++++++
 meta/recipes-bsp/u-boot/u-boot.inc   |  2 +-
 3 files changed, 125 insertions(+), 4 deletions(-)
 create mode 100644 meta/classes/uboot-sign.bbclass

-- 
1.9.1




More information about the Openembedded-core mailing list