]> code.ossystems Code Review - openembedded-core.git/commit
kernel-fitimage: uboot-sign: Check UBOOT_DTB_BINARY before adding deps
authorAlex Kiernan <alex.kiernan@gmail.com>
Wed, 12 Jun 2019 08:15:59 +0000 (09:15 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 12 Jun 2019 20:08:13 +0000 (21:08 +0100)
commitc6b49cb75285e71909d1f9e4bf636f186941b519
treed8d8f479ae72b01529288c8a5d65007b7726af8d
parentd4ad8d95c60830ac4bd988314cd865c32d1ec4e0
kernel-fitimage: uboot-sign: Check UBOOT_DTB_BINARY before adding deps

Since UBOOT_DTB_BINARY empty means we don't need to inject signatures
into the U-Boot DTB, we can remove the dependencies between consumers of
these two classes and resolve a circular dependency between u-boot and
kernel.

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/kernel-fitimage.bbclass
meta/classes/uboot-sign.bbclass