]> code.ossystems Code Review - openembedded-core.git/commit
kernel-fitimage.bbclass: Check value of UBOOT_SIGN_ENABLE
authorNathan Rossi <nathan@nathanrossi.com>
Thu, 12 Jan 2017 03:24:36 +0000 (13:24 +1000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Jan 2017 22:45:41 +0000 (22:45 +0000)
commit35ebe793f2d933366863d17fb807b3d39f594334
tree840ab274d145d63c48e1a55b3c5e4c353637d0f5
parent81caed2b7071ffc9ed8077d7d76952f2a2a4713d
kernel-fitimage.bbclass: Check value of UBOOT_SIGN_ENABLE

Check the value of UBOOT_SIGN_ENABLE, as it is defaulted to "0" which
for matches as True in python due to being a non-empty string.

Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/kernel-fitimage.bbclass