diff options
author | Alex Kiernan <alex.kiernan@gmail.com> | 2019-04-17 18:31:16 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-03 06:11:57 +0100 |
commit | d9e8b11b6c04445512de0739632ce9a8b5b1f653 (patch) | |
tree | b8cb970965e03bd8815e1f2a27327d47690a64a3 /README.LSB | |
parent | 0552d9536be8354114a6a7e25c5205a5ca7a24b4 (diff) | |
download | poky-d9e8b11b6c04445512de0739632ce9a8b5b1f653.tar.gz |
uboot-sign: Fix build when UBOOT_DTB_BINARY is empty
When UBOOT_DTB_BINARY is empty and because the code now changes
directory into ${B}, the test for the existence becomes `[ -f ]` which
succeeds and subsequently the install fails.
Reorder the code so it's clear that UBOOT_DTB_BINARY empty is an
expected configuration and then quote UBOOT_DTB_BINARY everywhere so
no one trips over this again.
Fixes: bacb59079eb6 ("uboot-sign: add support for different u-boot configurations")
(From OE-Core rev: e79f0db0745625b35dd83483747e486d08eebfde)
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'README.LSB')
0 files changed, 0 insertions, 0 deletions