]> code.ossystems Code Review - openembedded-core.git/commit
image_types.bbclass: Make u-boot signed images more versatile
authorTom Rini <trini@konsulko.com>
Fri, 21 Jul 2017 22:06:34 +0000 (18:06 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 5 Nov 2017 22:39:23 +0000 (22:39 +0000)
commit979ff606d8c4c6f66c6dc533a92212f18708089e
tree53193175c2ee2ddd4e4154e259ef7c01b4e07db1
parent73f1397d86f33abace089cc9a28e859b47bb7b6c
image_types.bbclass: Make u-boot signed images more versatile

With the introduction of chaining compression/conversion support we can
convert the old image_types_uboot.bbclass code that did a hand-chaining
of a set of ${filesystem}.${compression} into generic and arbitrary
support to sign whatever the user wants to sign for their image.

This, for the record, does remove setting a valid compression type in
the record in favour of just saying none.  This is not a generally
useful feature in U-Boot and I believe being versatile in terms of being
able to pass in arbitrary compressions is more important.

Signed-off-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/classes/image.bbclass
meta/classes/image_types.bbclass
meta/classes/image_types_uboot.bbclass [deleted file]