[OE-core] [OE-Core][PATCH] uboot-sign: Fix build when UBOOT_DTB_BINARY is empty

Alex Kiernan alex.kiernan at gmail.com
Thu May 2 17:16:58 UTC 2019


On Wed, Apr 17, 2019 at 7:31 PM Alex Kiernan <alex.kiernan at gmail.com> wrote:
>
> 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")
> Signed-off-by: Alex Kiernan <alex.kiernan at gmail.com>
> ---

Ping?

-- 
Alex Kiernan


More information about the Openembedded-core mailing list