Re: [OE-core] [PATCH 3/3] uboot-sign: Handle .rom signing the same as .img

2016-07-19 Thread Tom Rini
On Mon, Jul 18, 2016 at 12:57:57PM -0500, George McCollister wrote: > Handle u-boot.rom signing (U-Boot as x86 BIOS replacement) the same way > that u-boot.img signing is handled. > > Signed-off-by: George McCollister Reviewed-by: Tom Rini -- Tom -- _

[OE-core] [PATCH 3/3] uboot-sign: Handle .rom signing the same as .img

2016-07-18 Thread George McCollister
Handle u-boot.rom signing (U-Boot as x86 BIOS replacement) the same way that u-boot.img signing is handled. Signed-off-by: George McCollister --- meta/classes/uboot-sign.bbclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/classes/uboot-sign.bbclass b/meta/classes/u