]> code.ossystems Code Review - openembedded-core.git/commit
u-boot: basic support of dtb append for verified boot
authorYannick Gicquel <yannick.gicquel@iot.bzh>
Wed, 27 Apr 2016 14:20:53 +0000 (16:20 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 May 2016 09:30:56 +0000 (10:30 +0100)
commit27e21c50ada2f5fb6296cce680da4350a229977c
treef3c9c15651152723dd16d1a2be4193f6493bab18
parent8a1cd471210e5fb77952f28172084bf6a4fb73e8
u-boot: basic support of dtb append for verified boot

This introduces a new uboot-sign.class to support U-Boot verified boot.

This part delivers the new class file, with related environment variables, and
a new task intended to run before do_install task and which performs the
concatenation of the u-boot-nodtb.bin and the device tree blob. The 'cat'
command used overrides the u-boot.bin in both DEPLOYDIR & build dir to
propagate the changes in later tasks (do_install, do_package, etc.)

Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/uboot-sign.bbclass [new file with mode: 0644]
meta/recipes-bsp/u-boot/u-boot.inc