]> code.ossystems Code Review - openembedded-core.git/commit
kernel-fitimage.bbclass: fix a wrong conditional check
authorMing Liu <liu.ming50@gmail.com>
Fri, 21 May 2021 12:12:14 +0000 (14:12 +0200)
committerSteve Sakoman <steve@sakoman.com>
Sat, 29 May 2021 00:22:21 +0000 (14:22 -1000)
commit0d35b7d1de517ceb1bddc9ffe848e3d25030747a
treeb8044428e6ef0502522f1bab1380bc068df50581
parentfeec7cdda906aed37212dc05ea9ff1ef871c28da
kernel-fitimage.bbclass: fix a wrong conditional check

It should check if "${UBOOT_SIGN_ENABLE}" equals to "1" instead of
checking if "${UBOOT_SIGN_ENABLE}" is not empty since it could be "0".

Signed-off-by: Ming Liu <liu.ming50@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 900949af7fe357ee66065ba150b0b1914e8ca581)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/classes/kernel-fitimage.bbclass